You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/15 23:15:33 UTC

svn commit: r1410054 [8/19] - in /incubator/ooo/branches/gbuild/main: ./ basebmp/ basebmp/prj/ basegfx/ basegfx/inc/basegfx/ basegfx/prj/ canvas/ canvas/inc/canvas/ canvas/prj/ cppcanvas/ cppcanvas/inc/cppcanvas/ cppcanvas/prj/ dbaccess/ dbaccess/inc/p...

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPageBreakExtent.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPageBreakExtent.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPageBreakExtent.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPageBreakExtent.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPageBreakExtent {
         const long xlPageBreakFull = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPageOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPageOrientation.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPageOrientation.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPageOrientation.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPageOrientation {
         const long xlLandscape = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPaperSize.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPaperSize.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPaperSize.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPaperSize.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPaperSize {
         const long xlPaper10x14 = 16;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlParameterDataType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlParameterDataType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlParameterDataType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlParameterDataType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlParameterDataType {
         const long xlParamTypeBigInt = -5;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlParameterType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlParameterType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlParameterType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlParameterType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlParameterType {
         const long xlConstant = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPasteSpecialOperation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPasteSpecialOperation.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPasteSpecialOperation.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPasteSpecialOperation.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPasteSpecialOperation {
         const long xlPasteSpecialOperationAdd = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPasteType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPasteType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPasteType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPasteType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPasteType {
         const long xlPasteAll = -4104;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPattern.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPattern.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPattern.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPattern.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPattern {
         const long xlPatternAutomatic = -4105;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPhoneticAlignment.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPhoneticAlignment.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPhoneticAlignment.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPhoneticAlignment.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPhoneticAlignment {
         const long xlPhoneticAlignCenter = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPhoneticCharacterType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPhoneticCharacterType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPhoneticCharacterType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPhoneticCharacterType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPhoneticCharacterType {
         const long xlHiragana = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPictureAppearance.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPictureAppearance.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPictureAppearance.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPictureAppearance.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPictureAppearance {
         const long xlPrinter = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPictureConvertorType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPictureConvertorType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPictureConvertorType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPictureConvertorType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPictureConvertorType {
         const long xlBMP = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotCellType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotCellType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotCellType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotCellType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPivotCellType {
         const long xlPivotCellBlankCell = 9;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldCalculation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldCalculation.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldCalculation.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldCalculation.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPivotFieldCalculation {
         const long xlDifferenceFrom = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPivotFieldDataType {
         const long xlDate = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPivotFieldOrientation {
         const long xlColumnField = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPivotFormatType {
         const long xlPTClassic = 20;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPivotTableMissingItems {
         const long xlMissingItemsDefault = -1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPivotTableSourceType {
         const long xlConsolidation = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPivotTableVersionList {
         const long xlPivotTableVersion10 = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPlacement.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPlacement.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPlacement.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPlacement.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPlacement {
         const long xlFreeFloating = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPlatform.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPlatform.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPlatform.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPlatform.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPlatform {
         const long xlMacintosh = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPrintErrors {
         const long xlPrintErrorsBlank = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPrintLocation {
         const long xlPrintInPlace = 16;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPriority.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPriority.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPriority.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlPriority.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlPriority {
         const long xlPriorityHigh = -4127;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlQueryType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlQueryType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlQueryType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlQueryType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlQueryType {
         const long xlADORecordset = 7;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlRangeAutoFormat {
         const long xlRangeAutoFormat3DEffects1 = 13;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlRangeValueDataType {
         const long xlRangeValueDefault = 10;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlReferenceStyle {
         const long xlA1 = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlReferenceType {
         const long xlAbsolute = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlRobustConnect {
         const long xlAlways = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlRoutingSlipDelivery {
         const long xlAllAtOnce = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlRoutingSlipStatus {
         const long xlNotYetRouted = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRowCol.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRowCol.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRowCol.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRowCol.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlRowCol {
         const long xlColumns = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlRunAutoMacro {
         const long xlAutoActivate = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSaveAction {
         const long xlDoNotSaveChanges = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSaveAsAccessMode {
         const long xlExclusive = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSaveConflictResolution {
         const long xlLocalSessionChanges = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlScaleType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlScaleType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlScaleType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlScaleType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlScaleType {
         const long xlScaleLinear = -4132;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSearchDirection {
         const long xlNext = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSearchOrder {
         const long xlByColumns = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSearchWithin {
         const long xlWithinSheet = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSheetType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSheetType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSheetType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSheetType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSheetType {
         const long xlChart = -4109;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSheetVisibility {
         const long xlSheetHidden = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSizeRepresents {
         const long xlSizeIsArea = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSmartTagControlType {
         const long xlSmartTagControlActiveX = 13;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSmartTagDisplayMode {
         const long xlButtonOnly = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSortDataOption {
         const long xlSortNormal = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSortMethod {
         const long xlPinYin = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSortMethodOld {
         const long xlCodePage = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSortOrder {
         const long xlAscending = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSortOrientation {
         const long xlSortColumns = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSortType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSortType {
         const long xlSortLabels = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSourceType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSourceType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSourceType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSourceType.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSourceType {
         const long xlSourceAutoFilter = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl Thu Nov 15 22:14:37 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
 module ooo { module vba { module excel {
     constants XlSpeakDirection {
         const long xlSpeakByColumns = 1;