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 [14/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/...

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSectionDirection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSectionDirection.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSectionDirection.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSectionDirection.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 word {
     constants WdSectionDirection {
         const long wdSectionDirectionLtr = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSectionStart.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSectionStart.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSectionStart.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSectionStart.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 word {
     constants WdSectionStart {
         const long wdSectionContinuous = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSeekView.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSeekView.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSeekView.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSeekView.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 word {
     constants WdSeekView {
         const long wdSeekCurrentPageFooter = 10;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSelectionFlags.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSelectionFlags.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSelectionFlags.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSelectionFlags.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 word {
     constants WdSelectionFlags {
         const long wdSelActive = 8;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSelectionType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSelectionType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSelectionType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSelectionType.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 word {
     constants WdSelectionType {
         const long wdNoSelection = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSeparatorType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSeparatorType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSeparatorType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSeparatorType.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 word {
     constants WdSeparatorType {
         const long wdSeparatorColon = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdShapePosition.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdShapePosition.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdShapePosition.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdShapePosition.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 word {
     constants WdShapePosition {
         const long wdShapeBottom = -999997;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdShowFilter.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdShowFilter.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdShowFilter.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdShowFilter.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 word {
     constants WdShowFilter {
         const long wdShowFilterFormattingAvailable = 4;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSmartTagControlType.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 word {
     constants WdSmartTagControlType {
         const long wdControlActiveX = 13;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortFieldType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortFieldType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortFieldType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortFieldType.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 word {
     constants WdSortFieldType {
         const long wdSortFieldAlphanumeric = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortFieldTypeHID.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortFieldTypeHID.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortFieldTypeHID.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortFieldTypeHID.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 word {
     constants WdSortFieldTypeHID {
         const long emptyenum = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortOrder.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortOrder.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortOrder.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortOrder.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 word {
     constants WdSortOrder {
         const long wdSortOrderAscending = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortSeparator.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortSeparator.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortSeparator.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSortSeparator.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 word {
     constants WdSortSeparator {
         const long wdSortSeparateByCommas = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpecialPane.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpecialPane.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpecialPane.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpecialPane.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 word {
     constants WdSpecialPane {
         const long wdPaneComments = 15;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpellingErrorType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpellingErrorType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpellingErrorType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpellingErrorType.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 word {
     constants WdSpellingErrorType {
         const long wdSpellingCapitalization = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpellingWordType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpellingWordType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpellingWordType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSpellingWordType.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 word {
     constants WdSpellingWordType {
         const long wdAnagram = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStatistic.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStatistic.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStatistic.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStatistic.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 word {
     constants WdStatistic {
         const long wdStatisticCharacters = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStatisticHID.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStatisticHID.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStatisticHID.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStatisticHID.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 word {
     constants WdStatisticHID {
         const long emptyenum = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStoryType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStoryType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStoryType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStoryType.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 word {
     constants WdStoryType {
         const long wdCommentsStory = 4;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleSheetLinkType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleSheetLinkType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleSheetLinkType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleSheetLinkType.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 word {
     constants WdStyleSheetLinkType {
         const long wdStyleSheetLinkTypeImported = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleSheetPrecedence.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleSheetPrecedence.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleSheetPrecedence.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleSheetPrecedence.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 word {
     constants WdStyleSheetPrecedence {
         const long wdStyleSheetPrecedenceHigher = -1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdStyleType.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 word {
     constants WdStyleType {
         const long wdStyleTypeCharacter = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSubscriberFormats.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSubscriberFormats.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSubscriberFormats.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSubscriberFormats.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 word {
     constants WdSubscriberFormats {
         const long wdSubscriberBestFormat = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSummaryLength.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSummaryLength.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSummaryLength.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSummaryLength.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 word {
     constants WdSummaryLength {
         const long wd100Words = -4;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSummaryMode.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSummaryMode.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSummaryMode.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdSummaryMode.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 word {
     constants WdSummaryMode {
         const long wdSummaryModeCreateNew = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTCSCConverterDirection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTCSCConverterDirection.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTCSCConverterDirection.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTCSCConverterDirection.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 word {
     constants WdTCSCConverterDirection {
         const long wdTCSCConverterDirectionAuto = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabAlignment.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabAlignment.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabAlignment.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabAlignment.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 word {
     constants WdTabAlignment {
         const long wdAlignTabBar = 4;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabLeader.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabLeader.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabLeader.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabLeader.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 word {
     constants WdTabLeader {
         const long wdTabLeaderDashes = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabLeaderHID.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabLeaderHID.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabLeaderHID.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTabLeaderHID.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 word {
     constants WdTabLeaderHID {
         const long emptyenum = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableDirection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableDirection.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableDirection.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableDirection.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 word {
     constants WdTableDirection {
         const long wdTableDirectionLtr = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFieldSeparator.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFieldSeparator.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFieldSeparator.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFieldSeparator.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 word {
     constants WdTableFieldSeparator {
         const long wdSeparateByCommas = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFormat.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFormat.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFormat.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 word {
     constants WdTableFormat {
         const long wdTableFormat3DEffects1 = 32;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFormatApply.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFormatApply.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFormatApply.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTableFormatApply.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 word {
     constants WdTableFormatApply {
         const long wdTableFormatApplyAutoFit = 16;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTablePosition.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTablePosition.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTablePosition.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTablePosition.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 word {
     constants WdTablePosition {
         const long wdTableBottom = -999997;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTaskPanes.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTaskPanes.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTaskPanes.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTaskPanes.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 word {
     constants WdTaskPanes {
         const long wdTaskPaneDocumentActions = 7;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTemplateType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTemplateType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTemplateType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTemplateType.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 word {
     constants WdTemplateType {
         const long wdAttachedTemplate = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextFormFieldType.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 word {
     constants WdTextFormFieldType {
         const long wdCalculationText = 5;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientation.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientation.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientation.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 word {
     constants WdTextOrientation {
         const long wdTextOrientationDownward = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.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 word {
     constants WdTextOrientationHID {
         const long emptyenum = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextureIndex.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 word {
     constants WdTextureIndex {
         const long wdTexture10Percent = 100;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdToaFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdToaFormat.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdToaFormat.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdToaFormat.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 word {
     constants WdToaFormat {
         const long wdTOAClassic = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTocFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTocFormat.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTocFormat.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTocFormat.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 word {
     constants WdTocFormat {
         const long wdTOCClassic = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTofFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTofFormat.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTofFormat.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTofFormat.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 word {
     constants WdTofFormat {
         const long wdTOFCentered = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.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 word {
     constants WdTrailingCharacter {
         const long wdTrailingNone = 2;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.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 word {
     constants WdTwoLinesInOneType {
         const long wdTwoLinesInOneAngleBrackets = 4;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnderline.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnderline.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnderline.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnderline.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 word {
     constants WdUnderline {
         const long wdUnderlineDash = 7;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnits.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnits.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnits.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnits.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 word {
     constants WdUnits {
         const long wdCell = 12;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.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 word {
     constants WdUseFormattingFrom {
         const long wdFormattingFromCurrent = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.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 word {
     constants WdVerticalAlignment {
         const long wdAlignVerticalBottom = 3;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewType.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 word {
     constants WdViewType {
         const long wdMasterView = 5;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewTypeOld.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 word {
     constants WdViewTypeOld {
         const long wdOnlineView = 6;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVisualSelection.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 word {
     constants WdVisualSelection {
         const long wdVisualSelectionBlock = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowState.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowState.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowState.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowState.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 word {
     constants WdWindowState {
         const long wdWindowStateMaximize = 1;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowType.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowType.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowType.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 word {
     constants WdWindowType {
         const long wdWindowDocument = 0;

Modified: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialog.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialog.idl?rev=1410054&r1=1410053&r2=1410054&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialog.idl (original)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialog.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 word {
     constants WdWordDialog {
         const long wdDialogConnect = 420;