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/10/11 23:18:44 UTC

svn commit: r1397315 [6/20] - in /incubator/ooo/branches/buildsys/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...

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPlacement.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPlacement.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPlacement.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPlacement.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPlatform.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPlatform.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPlatform.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPlatform.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlPriority.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPriority.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPriority.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlPriority.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlQueryType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlQueryType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlQueryType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlQueryType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlRowCol.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRowCol.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRowCol.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRowCol.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlScaleType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlScaleType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlScaleType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlScaleType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSheetType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSheetType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSheetType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSheetType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSortType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSortType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSourceType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSourceType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSourceType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSourceType.idl Thu Oct 11 21:18:16 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/buildsys/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl Thu Oct 11 21:18:16 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;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSpecialCellsValue.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSpecialCellsValue.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSpecialCellsValue.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSpecialCellsValue.idl Thu Oct 11 21:18:16 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 XlSpecialCellsValue {
         const long xlErrors = 16;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubscribeToFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubscribeToFormat.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubscribeToFormat.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubscribeToFormat.idl Thu Oct 11 21:18:16 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 XlSubscribeToFormat {
         const long xlSubscribeToPicture = -4147;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl Thu Oct 11 21:18:16 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 XlSubtototalLocationType {
         const long xlAtBottom = 2;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl Thu Oct 11 21:18:16 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 XlSummaryColumn {
         const long xlSummaryOnLeft = -4131;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl Thu Oct 11 21:18:16 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 XlSummaryReportType {
         const long xlStandardSummary = 1;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl Thu Oct 11 21:18:16 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 XlSummaryRow {
         const long xlSummaryAbove = 0;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl Thu Oct 11 21:18:16 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 XlTabPosition {
         const long xlTabPositionFirst = 0;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl Thu Oct 11 21:18:16 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 XlTextParsingType {
         const long xlDelimited = 1;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl Thu Oct 11 21:18:16 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 XlTextQualifier {
         const long xlTextQualifierDoubleQuote = 1;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl Thu Oct 11 21:18:16 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 XlTextVisualLayoutType {
         const long xlTextVisualLTR = 1;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl Thu Oct 11 21:18:16 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 XlTickLabelOrientation {
         const long xlTickLabelOrientationAutomatic = -4105;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl Thu Oct 11 21:18:16 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 XlTickLabelPosition {
         const long xlTickLabelPositionHigh = -4127;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickMark.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickMark.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickMark.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickMark.idl Thu Oct 11 21:18:16 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 XlTickMark {
         const long xlTickMarkCross = 4;

Modified: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl?rev=1397315&r1=1397314&r2=1397315&view=diff
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl (original)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl Thu Oct 11 21:18:16 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 XlTimeUnit {
         const long xlDays = 0;