Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoConnectorType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoConnectorType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoConnectorType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoConnectorType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,35 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoConnectorType_idl__
+#define __ooo_vba_office_MsoConnectorType_idl__
+
+module ooo { module vba { module office {
+    constants MsoConnectorType {
+        const long msoConnectorCurve = 3;
+        const long msoConnectorElbow = 2;
+        const long msoConnectorStraight = 1;
+        const long msoConnectorTypeMixed = -2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoControlOLEUsage.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoControlOLEUsage.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoControlOLEUsage.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoControlOLEUsage.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,35 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoControlOLEUsage_idl__
+#define __ooo_vba_office_MsoControlOLEUsage_idl__
+
+module ooo { module vba { module office {
+    constants MsoControlOLEUsage {
+        const long msoControlOLEUsageBoth = 3;
+        const long msoControlOLEUsageClient = 2;
+        const long msoControlOLEUsageNeither = 0;
+        const long msoControlOLEUsageServer = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoControlType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoControlType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoControlType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoControlType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,58 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoControlType_idl__
+#define __ooo_vba_office_MsoControlType_idl__
+
+module ooo { module vba { module office {
+    constants MsoControlType {
+        const long msoControlActiveX = 22;
+        const long msoControlAutoCompleteCombo = 26;
+        const long msoControlButton = 1;
+        const long msoControlButtonDropdown = 5;
+        const long msoControlButtonPopup = 12;
+        const long msoControlComboBox = 4;
+        const long msoControlCustom = 0;
+        const long msoControlDropdown = 3;
+        const long msoControlEdit = 2;
+        const long msoControlExpandingGrid = 16;
+        const long msoControlGauge = 19;
+        const long msoControlGenericDropdown = 8;
+        const long msoControlGraphicCombo = 20;
+        const long msoControlGraphicDropdown = 9;
+        const long msoControlGraphicPopup = 11;
+        const long msoControlGrid = 18;
+        const long msoControlLabel = 15;
+        const long msoControlLabelEx = 24;
+        const long msoControlOCXDropdown = 7;
+        const long msoControlPane = 21;
+        const long msoControlPopup = 10;
+        const long msoControlSpinner = 23;
+        const long msoControlSplitButtonMRUPopup = 14;
+        const long msoControlSplitButtonPopup = 13;
+        const long msoControlSplitDropdown = 6;
+        const long msoControlSplitExpandingGrid = 17;
+        const long msoControlWorkPane = 25;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDiagramNodeType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDiagramNodeType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDiagramNodeType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDiagramNodeType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,33 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoDiagramNodeType_idl__
+#define __ooo_vba_office_MsoDiagramNodeType_idl__
+
+module ooo { module vba { module office {
+    constants MsoDiagramNodeType {
+        const long msoDiagramAssistant = 2;
+        const long msoDiagramNode = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDiagramType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDiagramType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDiagramType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDiagramType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,38 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoDiagramType_idl__
+#define __ooo_vba_office_MsoDiagramType_idl__
+
+module ooo { module vba { module office {
+    constants MsoDiagramType {
+        const long msoDiagramCycle = 2;
+        const long msoDiagramMixed = -2;
+        const long msoDiagramOrgChart = 1;
+        const long msoDiagramPyramid = 4;
+        const long msoDiagramRadial = 3;
+        const long msoDiagramTarget = 6;
+        const long msoDiagramVenn = 5;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,33 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoDistributeCmd_idl__
+#define __ooo_vba_office_MsoDistributeCmd_idl__
+
+module ooo { module vba { module office {
+    constants MsoDistributeCmd {
+        const long msoDistributeHorizontally = 0;
+        const long msoDistributeVertically = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDocProperties.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDocProperties.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDocProperties.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoDocProperties.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,36 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoDocProperties_idl__
+#define __ooo_vba_office_MsoDocProperties_idl__
+
+module ooo { module vba { module office {
+    constants MsoDocProperties {
+        const long msoPropertyTypeBoolean = 2;
+        const long msoPropertyTypeDate = 3;
+        const long msoPropertyTypeFloat = 5;
+        const long msoPropertyTypeNumber = 1;
+        const long msoPropertyTypeString = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoEditingType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoEditingType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoEditingType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoEditingType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,35 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoEditingType_idl__
+#define __ooo_vba_office_MsoEditingType_idl__
+
+module ooo { module vba { module office {
+    constants MsoEditingType {
+        const long msoEditingAuto = 0;
+        const long msoEditingCorner = 1;
+        const long msoEditingSmooth = 2;
+        const long msoEditingSymmetric = 3;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoEncoding.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoEncoding.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoEncoding.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoEncoding.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,168 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoEncoding_idl__
+#define __ooo_vba_office_MsoEncoding_idl__
+
+module ooo { module vba { module office {
+    constants MsoEncoding {
+        const long msoEncodingArabic = 1256;
+        const long msoEncodingArabicASMO = 708;
+        const long msoEncodingArabicAutoDetect = 51256;
+        const long msoEncodingArabicTransparentASMO = 720;
+        const long msoEncodingAutoDetect = 50001;
+        const long msoEncodingBaltic = 1257;
+        const long msoEncodingCentralEuropean = 1250;
+        const long msoEncodingCyrillic = 1251;
+        const long msoEncodingCyrillicAutoDetect = 51251;
+        const long msoEncodingEBCDICArabic = 20420;
+        const long msoEncodingEBCDICDenmarkNorway = 20277;
+        const long msoEncodingEBCDICFinlandSweden = 20278;
+        const long msoEncodingEBCDICFrance = 20297;
+        const long msoEncodingEBCDICGermany = 20273;
+        const long msoEncodingEBCDICGreek = 20423;
+        const long msoEncodingEBCDICGreekModern = 875;
+        const long msoEncodingEBCDICHebrew = 20424;
+        const long msoEncodingEBCDICIcelandic = 20871;
+        const long msoEncodingEBCDICInternational = 500;
+        const long msoEncodingEBCDICItaly = 20280;
+        const long msoEncodingEBCDICJapaneseKatakanaExtended = 20290;
+        const long msoEncodingEBCDICJapaneseKatakanaExtendedAndJapanese = 
50930;
+        const long msoEncodingEBCDICJapaneseLatinExtendedAndJapanese = 50939;
+        const long msoEncodingEBCDICKoreanExtended = 20833;
+        const long msoEncodingEBCDICKoreanExtendedAndKorean = 50933;
+        const long msoEncodingEBCDICLatinAmericaSpain = 20284;
+        const long msoEncodingEBCDICMultilingualROECELatin2 = 870;
+        const long msoEncodingEBCDICRussian = 20880;
+        const long msoEncodingEBCDICSerbianBulgarian = 21025;
+        const long 
msoEncodingEBCDICSimplifiedChineseExtendedAndSimplifiedChinese = 50935;
+        const long msoEncodingEBCDICThai = 20838;
+        const long msoEncodingEBCDICTurkish = 20905;
+        const long msoEncodingEBCDICTurkishLatin5 = 1026;
+        const long msoEncodingEBCDICUnitedKingdom = 20285;
+        const long msoEncodingEBCDICUSCanada = 37;
+        const long msoEncodingEBCDICUSCanadaAndJapanese = 50931;
+        const long msoEncodingEBCDICUSCanadaAndTraditionalChinese = 50937;
+        const long msoEncodingEUCChineseSimplifiedChinese = 51936;
+        const long msoEncodingEUCJapanese = 51932;
+        const long msoEncodingEUCKorean = 51949;
+        const long msoEncodingEUCTaiwaneseTraditionalChinese = 51950;
+        const long msoEncodingEuropa3 = 29001;
+        const long msoEncodingExtAlphaLowercase = 21027;
+        const long msoEncodingGreek = 1253;
+        const long msoEncodingGreekAutoDetect = 51253;
+        const long msoEncodingHebrew = 1255;
+        const long msoEncodingHZGBSimplifiedChinese = 52936;
+        const long msoEncodingIA5German = 20106;
+        const long msoEncodingIA5IRV = 20105;
+        const long msoEncodingIA5Norwegian = 20108;
+        const long msoEncodingIA5Swedish = 20107;
+        const long msoEncodingISCIIAssamese = 57006;
+        const long msoEncodingISCIIBengali = 57003;
+        const long msoEncodingISCIIDevanagari = 57002;
+        const long msoEncodingISCIIGujarati = 57010;
+        const long msoEncodingISCIIKannada = 57008;
+        const long msoEncodingISCIIMalayalam = 57009;
+        const long msoEncodingISCIIOriya = 57007;
+        const long msoEncodingISCIIPunjabi = 57011;
+        const long msoEncodingISCIITamil = 57004;
+        const long msoEncodingISCIITelugu = 57005;
+        const long msoEncodingISO2022CNSimplifiedChinese = 50229;
+        const long msoEncodingISO2022CNTraditionalChinese = 50227;
+        const long msoEncodingISO2022JPJISX02011989 = 50222;
+        const long msoEncodingISO2022JPJISX02021984 = 50221;
+        const long msoEncodingISO2022JPNoHalfwidthKatakana = 50220;
+        const long msoEncodingISO2022KR = 50225;
+        const long msoEncodingISO6937NonSpacingAccent = 20269;
+        const long msoEncodingISO885915Latin9 = 28605;
+        const long msoEncodingISO88591Latin1 = 28591;
+        const long msoEncodingISO88592CentralEurope = 28592;
+        const long msoEncodingISO88593Latin3 = 28593;
+        const long msoEncodingISO88594Baltic = 28594;
+        const long msoEncodingISO88595Cyrillic = 28595;
+        const long msoEncodingISO88596Arabic = 28596;
+        const long msoEncodingISO88597Greek = 28597;
+        const long msoEncodingISO88598Hebrew = 28598;
+        const long msoEncodingISO88598HebrewLogical = 38598;
+        const long msoEncodingISO88599Turkish = 28599;
+        const long msoEncodingJapaneseAutoDetect = 50932;
+        const long msoEncodingJapaneseShiftJIS = 932;
+        const long msoEncodingKOI8R = 20866;
+        const long msoEncodingKOI8U = 21866;
+        const long msoEncodingKorean = 949;
+        const long msoEncodingKoreanAutoDetect = 50949;
+        const long msoEncodingKoreanJohab = 1361;
+        const long msoEncodingMacArabic = 10004;
+        const long msoEncodingMacCroatia = 10082;
+        const long msoEncodingMacCyrillic = 10007;
+        const long msoEncodingMacGreek1 = 10006;
+        const long msoEncodingMacHebrew = 10005;
+        const long msoEncodingMacIcelandic = 10079;
+        const long msoEncodingMacJapanese = 10001;
+        const long msoEncodingMacKorean = 10003;
+        const long msoEncodingMacLatin2 = 10029;
+        const long msoEncodingMacRoman = 10000;
+        const long msoEncodingMacRomania = 10010;
+        const long msoEncodingMacSimplifiedChineseGB2312 = 10008;
+        const long msoEncodingMacTraditionalChineseBig5 = 10002;
+        const long msoEncodingMacTurkish = 10081;
+        const long msoEncodingMacUkraine = 10017;
+        const long msoEncodingOEMArabic = 864;
+        const long msoEncodingOEMBaltic = 775;
+        const long msoEncodingOEMCanadianFrench = 863;
+        const long msoEncodingOEMCyrillic = 855;
+        const long msoEncodingOEMCyrillicII = 866;
+        const long msoEncodingOEMGreek437G = 737;
+        const long msoEncodingOEMHebrew = 862;
+        const long msoEncodingOEMIcelandic = 861;
+        const long msoEncodingOEMModernGreek = 869;
+        const long msoEncodingOEMMultilingualLatinI = 850;
+        const long msoEncodingOEMMultilingualLatinII = 852;
+        const long msoEncodingOEMNordic = 865;
+        const long msoEncodingOEMPortuguese = 860;
+        const long msoEncodingOEMTurkish = 857;
+        const long msoEncodingOEMUnitedStates = 437;
+        const long msoEncodingSimplifiedChineseAutoDetect = 50936;
+        const long msoEncodingSimplifiedChineseGB18030 = 54936;
+        const long msoEncodingSimplifiedChineseGBK = 936;
+        const long msoEncodingT61 = 20261;
+        const long msoEncodingTaiwanCNS = 20000;
+        const long msoEncodingTaiwanEten = 20002;
+        const long msoEncodingTaiwanIBM5550 = 20003;
+        const long msoEncodingTaiwanTCA = 20001;
+        const long msoEncodingTaiwanTeleText = 20004;
+        const long msoEncodingTaiwanWang = 20005;
+        const long msoEncodingThai = 874;
+        const long msoEncodingTraditionalChineseAutoDetect = 50950;
+        const long msoEncodingTraditionalChineseBig5 = 950;
+        const long msoEncodingTurkish = 1254;
+        const long msoEncodingUnicodeBigEndian = 1201;
+        const long msoEncodingUnicodeLittleEndian = 1200;
+        const long msoEncodingUSASCII = 20127;
+        const long msoEncodingUTF7 = 65000;
+        const long msoEncodingUTF8 = 65001;
+        const long msoEncodingVietnamese = 1258;
+        const long msoEncodingWestern = 1252;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoExtraInfoMethod.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoExtraInfoMethod.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoExtraInfoMethod.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoExtraInfoMethod.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,33 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoExtraInfoMethod_idl__
+#define __ooo_vba_office_MsoExtraInfoMethod_idl__
+
+module ooo { module vba { module office {
+    constants MsoExtraInfoMethod {
+        const long msoMethodGet = 0;
+        const long msoMethodPost = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoExtrusionColorType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoExtrusionColorType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoExtrusionColorType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoExtrusionColorType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,34 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoExtrusionColorType_idl__
+#define __ooo_vba_office_MsoExtrusionColorType_idl__
+
+module ooo { module vba { module office {
+    constants MsoExtrusionColorType {
+        const long msoExtrusionColorAutomatic = 1;
+        const long msoExtrusionColorCustom = 2;
+        const long msoExtrusionColorTypeMixed = -2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFarEastLineBreakLanguageID.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFarEastLineBreakLanguageID.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFarEastLineBreakLanguageID.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFarEastLineBreakLanguageID.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,35 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFarEastLineBreakLanguageID_idl__
+#define __ooo_vba_office_MsoFarEastLineBreakLanguageID_idl__
+
+module ooo { module vba { module office {
+    constants MsoFarEastLineBreakLanguageID {
+        const long MsoFarEastLineBreakLanguageJapanese = 1041;
+        const long MsoFarEastLineBreakLanguageKorean = 1042;
+        const long MsoFarEastLineBreakLanguageSimplifiedChinese = 2052;
+        const long MsoFarEastLineBreakLanguageTraditionalChinese = 1028;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFeatureInstall.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFeatureInstall.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFeatureInstall.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFeatureInstall.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,34 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFeatureInstall_idl__
+#define __ooo_vba_office_MsoFeatureInstall_idl__
+
+module ooo { module vba { module office {
+    constants MsoFeatureInstall {
+        const long msoFeatureInstallNone = 0;
+        const long msoFeatureInstallOnDemand = 1;
+        const long msoFeatureInstallOnDemandWithUI = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileDialogType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileDialogType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileDialogType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileDialogType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,35 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFileDialogType_idl__
+#define __ooo_vba_office_MsoFileDialogType_idl__
+
+module ooo { module vba { module office {
+    constants MsoFileDialogType {
+        const long msoFileDialogFilePicker = 3;
+        const long msoFileDialogFolderPicker = 4;
+        const long msoFileDialogOpen = 1;
+        const long msoFileDialogSaveAs = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileDialogView.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileDialogView.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileDialogView.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileDialogView.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,40 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFileDialogView_idl__
+#define __ooo_vba_office_MsoFileDialogView_idl__
+
+module ooo { module vba { module office {
+    constants MsoFileDialogView {
+        const long msoFileDialogViewDetails = 2;
+        const long msoFileDialogViewLargeIcons = 6;
+        const long msoFileDialogViewList = 1;
+        const long msoFileDialogViewPreview = 4;
+        const long msoFileDialogViewProperties = 3;
+        const long msoFileDialogViewSmallIcons = 7;
+        const long msoFileDialogViewThumbnail = 5;
+        const long msoFileDialogViewTiles = 9;
+        const long msoFileDialogViewWebView = 8;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindListBy.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindListBy.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindListBy.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindListBy.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,33 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFileFindListBy_idl__
+#define __ooo_vba_office_MsoFileFindListBy_idl__
+
+module ooo { module vba { module office {
+    constants MsoFileFindListBy {
+        const long msoListbyName = 1;
+        const long msoListbyTitle = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindOptions.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindOptions.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindOptions.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindOptions.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,34 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFileFindOptions_idl__
+#define __ooo_vba_office_MsoFileFindOptions_idl__
+
+module ooo { module vba { module office {
+    constants MsoFileFindOptions {
+        const long msoOptionsAdd = 2;
+        const long msoOptionsNew = 1;
+        const long msoOptionsWithin = 3;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindSortBy.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindSortBy.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindSortBy.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindSortBy.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,38 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFileFindSortBy_idl__
+#define __ooo_vba_office_MsoFileFindSortBy_idl__
+
+module ooo { module vba { module office {
+    constants MsoFileFindSortBy {
+        const long msoFileFindSortbyAuthor = 1;
+        const long msoFileFindSortbyDateCreated = 2;
+        const long msoFileFindSortbyDateSaved = 4;
+        const long msoFileFindSortbyFileName = 5;
+        const long msoFileFindSortbyLastSavedBy = 3;
+        const long msoFileFindSortbySize = 6;
+        const long msoFileFindSortbyTitle = 7;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindView.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindView.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindView.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileFindView.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,34 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFileFindView_idl__
+#define __ooo_vba_office_MsoFileFindView_idl__
+
+module ooo { module vba { module office {
+    constants MsoFileFindView {
+        const long msoViewFileInfo = 1;
+        const long msoViewPreview = 2;
+        const long msoViewSummaryInfo = 3;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileNewAction.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileNewAction.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileNewAction.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileNewAction.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,34 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFileNewAction_idl__
+#define __ooo_vba_office_MsoFileNewAction_idl__
+
+module ooo { module vba { module office {
+    constants MsoFileNewAction {
+        const long msoCreateNewFile = 1;
+        const long msoEditFile = 0;
+        const long msoOpenFile = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileNewSection.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileNewSection.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileNewSection.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileNewSection.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,36 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFileNewSection_idl__
+#define __ooo_vba_office_MsoFileNewSection_idl__
+
+module ooo { module vba { module office {
+    constants MsoFileNewSection {
+        const long msoBottomSection = 4;
+        const long msoNew = 1;
+        const long msoNewfromExistingFile = 2;
+        const long msoNewfromTemplate = 3;
+        const long msoOpenDocument = 0;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFileType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,54 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFileType_idl__
+#define __ooo_vba_office_MsoFileType_idl__
+
+module ooo { module vba { module office {
+    constants MsoFileType {
+        const long msoFileTypeAllFiles = 1;
+        const long msoFileTypeBinders = 6;
+        const long msoFileTypeCalendarItem = 11;
+        const long msoFileTypeContactItem = 12;
+        const long msoFileTypeDatabases = 7;
+        const long msoFileTypeDataConnectionFiles = 17;
+        const long msoFileTypeDesignerFiles = 22;
+        const long msoFileTypeDocumentImagingFiles = 20;
+        const long msoFileTypeExcelWorkbooks = 4;
+        const long msoFileTypeJournalItem = 14;
+        const long msoFileTypeMailItem = 10;
+        const long msoFileTypeNoteItem = 13;
+        const long msoFileTypeOfficeFiles = 2;
+        const long msoFileTypeOutlookItems = 9;
+        const long msoFileTypePhotoDrawFiles = 16;
+        const long msoFileTypePowerPointPresentations = 5;
+        const long msoFileTypeProjectFiles = 19;
+        const long msoFileTypePublisherFiles = 18;
+        const long msoFileTypeTaskItem = 15;
+        const long msoFileTypeTemplates = 8;
+        const long msoFileTypeVisioFiles = 21;
+        const long msoFileTypeWebPages = 23;
+        const long msoFileTypeWordDocuments = 3;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFillType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFillType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFillType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFillType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,38 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFillType_idl__
+#define __ooo_vba_office_MsoFillType_idl__
+
+module ooo { module vba { module office {
+    constants MsoFillType {
+        const long msoFillBackground = 5;
+        const long msoFillGradient = 3;
+        const long msoFillMixed = -2;
+        const long msoFillPatterned = 2;
+        const long msoFillPicture = 6;
+        const long msoFillSolid = 1;
+        const long msoFillTextured = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFilterComparison.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFilterComparison.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFilterComparison.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFilterComparison.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,41 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFilterComparison_idl__
+#define __ooo_vba_office_MsoFilterComparison_idl__
+
+module ooo { module vba { module office {
+    constants MsoFilterComparison {
+        const long msoFilterComparisonContains = 8;
+        const long msoFilterComparisonEqual = 0;
+        const long msoFilterComparisonGreaterThan = 3;
+        const long msoFilterComparisonGreaterThanEqual = 5;
+        const long msoFilterComparisonIsBlank = 6;
+        const long msoFilterComparisonIsNotBlank = 7;
+        const long msoFilterComparisonLessThan = 2;
+        const long msoFilterComparisonLessThanEqual = 4;
+        const long msoFilterComparisonNotContains = 9;
+        const long msoFilterComparisonNotEqual = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFilterConjunction.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFilterConjunction.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFilterConjunction.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFilterConjunction.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,33 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFilterConjunction_idl__
+#define __ooo_vba_office_MsoFilterConjunction_idl__
+
+module ooo { module vba { module office {
+    constants MsoFilterConjunction {
+        const long msoFilterConjunctionAnd = 0;
+        const long msoFilterConjunctionOr = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFlipCmd.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFlipCmd.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFlipCmd.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoFlipCmd.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,33 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoFlipCmd_idl__
+#define __ooo_vba_office_MsoFlipCmd_idl__
+
+module ooo { module vba { module office {
+    constants MsoFlipCmd {
+        const long msoFlipHorizontal = 0;
+        const long msoFlipVertical = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoGradientColorType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoGradientColorType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoGradientColorType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoGradientColorType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,35 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoGradientColorType_idl__
+#define __ooo_vba_office_MsoGradientColorType_idl__
+
+module ooo { module vba { module office {
+    constants MsoGradientColorType {
+        const long msoGradientColorMixed = -2;
+        const long msoGradientOneColor = 1;
+        const long msoGradientPresetColors = 3;
+        const long msoGradientTwoColors = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoGradientStyle.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoGradientStyle.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoGradientStyle.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoGradientStyle.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,39 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoGradientStyle_idl__
+#define __ooo_vba_office_MsoGradientStyle_idl__
+
+module ooo { module vba { module office {
+    constants MsoGradientStyle {
+        const long msoGradientDiagonalDown = 4;
+        const long msoGradientDiagonalUp = 3;
+        const long msoGradientFromCenter = 7;
+        const long msoGradientFromCorner = 5;
+        const long msoGradientFromTitle = 6;
+        const long msoGradientHorizontal = 1;
+        const long msoGradientMixed = -2;
+        const long msoGradientVertical = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHTMLProjectOpen.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHTMLProjectOpen.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHTMLProjectOpen.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHTMLProjectOpen.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,33 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoHTMLProjectOpen_idl__
+#define __ooo_vba_office_MsoHTMLProjectOpen_idl__
+
+module ooo { module vba { module office {
+    constants MsoHTMLProjectOpen {
+        const long msoHTMLProjectOpenSourceView = 1;
+        const long msoHTMLProjectOpenTextView = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHTMLProjectState.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHTMLProjectState.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHTMLProjectState.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHTMLProjectState.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,34 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoHTMLProjectState_idl__
+#define __ooo_vba_office_MsoHTMLProjectState_idl__
+
+module ooo { module vba { module office {
+    constants MsoHTMLProjectState {
+        const long msoHTMLProjectStateDocumentLocked = 1;
+        const long msoHTMLProjectStateDocumentProjectUnlocked = 3;
+        const long msoHTMLProjectStateProjectLocked = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHorizontalAnchor.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHorizontalAnchor.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHorizontalAnchor.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHorizontalAnchor.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,34 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoHorizontalAnchor_idl__
+#define __ooo_vba_office_MsoHorizontalAnchor_idl__
+
+module ooo { module vba { module office {
+    constants MsoHorizontalAnchor {
+        const long msoAnchorCenter = 2;
+        const long msoAnchorNone = 1;
+        const long msoHorizontalAnchorMixed = -2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHyperlinkType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHyperlinkType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHyperlinkType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoHyperlinkType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,34 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoHyperlinkType_idl__
+#define __ooo_vba_office_MsoHyperlinkType_idl__
+
+module ooo { module vba { module office {
+    constants MsoHyperlinkType {
+        const long msoHyperlinkInlineShape = 2;
+        const long msoHyperlinkRange = 0;
+        const long msoHyperlinkShape = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoIconType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoIconType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoIconType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoIconType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,38 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoIconType_idl__
+#define __ooo_vba_office_MsoIconType_idl__
+
+module ooo { module vba { module office {
+    constants MsoIconType {
+        const long msoIconAlert = 2;
+        const long msoIconAlertCritical = 7;
+        const long msoIconAlertInfo = 4;
+        const long msoIconAlertQuery = 6;
+        const long msoIconAlertWarning = 5;
+        const long msoIconNone = 0;
+        const long msoIconTip = 3;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLanguageID.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLanguageID.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLanguageID.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLanguageID.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,248 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoLanguageID_idl__
+#define __ooo_vba_office_MsoLanguageID_idl__
+
+module ooo { module vba { module office {
+    constants MsoLanguageID {
+        const long msoLanguageIDAfrikaans = 1078;
+        const long msoLanguageIDAlbanian = 1052;
+        const long msoLanguageIDAmharic = 1118;
+        const long msoLanguageIDArabic = 1025;
+        const long msoLanguageIDArabicAlgeria = 5121;
+        const long msoLanguageIDArabicBahrain = 15361;
+        const long msoLanguageIDArabicEgypt = 3073;
+        const long msoLanguageIDArabicIraq = 2049;
+        const long msoLanguageIDArabicJordan = 11265;
+        const long msoLanguageIDArabicKuwait = 13313;
+        const long msoLanguageIDArabicLebanon = 12289;
+        const long msoLanguageIDArabicLibya = 4097;
+        const long msoLanguageIDArabicMorocco = 6145;
+        const long msoLanguageIDArabicOman = 8193;
+        const long msoLanguageIDArabicQatar = 16385;
+        const long msoLanguageIDArabicSyria = 10241;
+        const long msoLanguageIDArabicTunisia = 7169;
+        const long msoLanguageIDArabicUAE = 14337;
+        const long msoLanguageIDArabicYemen = 9217;
+        const long msoLanguageIDArmenian = 1067;
+        const long msoLanguageIDAssamese = 1101;
+        const long msoLanguageIDAzeriCyrillic = 2092;
+        const long msoLanguageIDAzeriLatin = 1068;
+        const long msoLanguageIDBasque = 1069;
+        const long msoLanguageIDBelgianDutch = 2067;
+        const long msoLanguageIDBelgianFrench = 2060;
+        const long msoLanguageIDBengali = 1093;
+        const long msoLanguageIDBosnian = 4122;
+        const long msoLanguageIDBosnianBosniaHerzegovinaCyrillic = 8218;
+        const long msoLanguageIDBosnianBosniaHerzegovinaLatin = 5146;
+        const long msoLanguageIDBrazilianPortuguese = 1046;
+        const long msoLanguageIDBulgarian = 1026;
+        const long msoLanguageIDBurmese = 1109;
+        const long msoLanguageIDByelorussian = 1059;
+        const long msoLanguageIDCatalan = 1027;
+        const long msoLanguageIDCherokee = 1116;
+        const long msoLanguageIDChineseHongKongSAR = 3076;
+        const long msoLanguageIDChineseMacaoSAR = 5124;
+        const long msoLanguageIDChineseSingapore = 4100;
+        const long msoLanguageIDCroatian = 1050;
+        const long msoLanguageIDCzech = 1029;
+        const long msoLanguageIDDanish = 1030;
+        const long msoLanguageIDDivehi = 1125;
+        const long msoLanguageIDDutch = 1043;
+        const long msoLanguageIDDzongkhaBhutan = 2129;
+        const long msoLanguageIDEdo = 1126;
+        const long msoLanguageIDEnglishAUS = 3081;
+        const long msoLanguageIDEnglishBelize = 10249;
+        const long msoLanguageIDEnglishCanadian = 4105;
+        const long msoLanguageIDEnglishCaribbean = 9225;
+        const long msoLanguageIDEnglishIndonesia = 14345;
+        const long msoLanguageIDEnglishIreland = 6153;
+        const long msoLanguageIDEnglishJamaica = 8201;
+        const long msoLanguageIDEnglishNewZealand = 5129;
+        const long msoLanguageIDEnglishPhilippines = 13321;
+        const long msoLanguageIDEnglishSouthAfrica = 7177;
+        const long msoLanguageIDEnglishTrinidadTobago = 11273;
+        const long msoLanguageIDEnglishUK = 2057;
+        const long msoLanguageIDEnglishUS = 1033;
+        const long msoLanguageIDEnglishZimbabwe = 12297;
+        const long msoLanguageIDEstonian = 1061;
+        const long msoLanguageIDFaeroese = 1080;
+        const long msoLanguageIDFarsi = 1065;
+        const long msoLanguageIDFilipino = 1124;
+        const long msoLanguageIDFinnish = 1035;
+        const long msoLanguageIDFrench = 1036;
+        const long msoLanguageIDFrenchCameroon = 11276;
+        const long msoLanguageIDFrenchCanadian = 3084;
+        const long msoLanguageIDFrenchCotedIvoire = 12300;
+        const long msoLanguageIDFrenchHaiti = 15372;
+        const long msoLanguageIDFrenchLuxembourg = 5132;
+        const long msoLanguageIDFrenchMali = 13324;
+        const long msoLanguageIDFrenchMonaco = 6156;
+        const long msoLanguageIDFrenchMorocco = 14348;
+        const long msoLanguageIDFrenchReunion = 8204;
+        const long msoLanguageIDFrenchSenegal = 10252;
+        const long msoLanguageIDFrenchWestIndies = 7180;
+        const long msoLanguageIDFrenchZaire = 9228;
+        const long msoLanguageIDFrisianNetherlands = 1122;
+        const long msoLanguageIDFulfulde = 1127;
+        const long msoLanguageIDGaelicIreland = 2108;
+        const long msoLanguageIDGaelicScotland = 1084;
+        const long msoLanguageIDGalician = 1110;
+        const long msoLanguageIDGeorgian = 1079;
+        const long msoLanguageIDGerman = 1031;
+        const long msoLanguageIDGermanAustria = 3079;
+        const long msoLanguageIDGermanLiechtenstein = 5127;
+        const long msoLanguageIDGermanLuxembourg = 4103;
+        const long msoLanguageIDGreek = 1032;
+        const long msoLanguageIDGuarani = 1140;
+        const long msoLanguageIDGujarati = 1095;
+        const long msoLanguageIDHausa = 1128;
+        const long msoLanguageIDHawaiian = 1141;
+        const long msoLanguageIDHebrew = 1037;
+        const long msoLanguageIDHindi = 1081;
+        const long msoLanguageIDHungarian = 1038;
+        const long msoLanguageIDIbibio = 1129;
+        const long msoLanguageIDIcelandic = 1039;
+        const long msoLanguageIDIgbo = 1136;
+        const long msoLanguageIDIndonesian = 1057;
+        const long msoLanguageIDInuktitut = 1117;
+        const long msoLanguageIDItalian = 1040;
+        const long msoLanguageIDJapanese = 1041;
+        const long msoLanguageIDKannada = 1099;
+        const long msoLanguageIDKanuri = 1137;
+        const long msoLanguageIDKashmiri = 1120;
+        const long msoLanguageIDKashmiriDevanagari = 2144;
+        const long msoLanguageIDKazakh = 1087;
+        const long msoLanguageIDKhmer = 1107;
+        const long msoLanguageIDKirghiz = 1088;
+        const long msoLanguageIDKonkani = 1111;
+        const long msoLanguageIDKorean = 1042;
+        const long msoLanguageIDKyrgyz = 1088;
+        const long msoLanguageIDLao = 1108;
+        const long msoLanguageIDLatin = 1142;
+        const long msoLanguageIDLatvian = 1062;
+        const long msoLanguageIDLithuanian = 1063;
+        const long msoLanguageIDMacedonian = 1071;
+        const long msoLanguageIDMalayalam = 1100;
+        const long msoLanguageIDMalayBruneiDarussalam = 2110;
+        const long msoLanguageIDMalaysian = 1086;
+        const long msoLanguageIDMaltese = 1082;
+        const long msoLanguageIDManipuri = 1112;
+        const long msoLanguageIDMaori = 1153;
+        const long msoLanguageIDMarathi = 1102;
+        const long msoLanguageIDMexicanSpanish = 2058;
+        const long msoLanguageIDMixed = -2;
+        const long msoLanguageIDMongolian = 1104;
+        const long msoLanguageIDNepali = 1121;
+        const long msoLanguageIDNone = 0;
+        const long msoLanguageIDNoProofing = 1024;
+        const long msoLanguageIDNorwegianBokmol = 1044;
+        const long msoLanguageIDNorwegianNynorsk = 2068;
+        const long msoLanguageIDOriya = 1096;
+        const long msoLanguageIDOromo = 1138;
+        const long msoLanguageIDPashto = 1123;
+        const long msoLanguageIDPolish = 1045;
+        const long msoLanguageIDPortuguese = 2070;
+        const long msoLanguageIDPunjabi = 1094;
+        const long msoLanguageIDQuechuaBolivia = 1131;
+        const long msoLanguageIDQuechuaEcuador = 2155;
+        const long msoLanguageIDQuechuaPeru = 3179;
+        const long msoLanguageIDRhaetoRomanic = 1047;
+        const long msoLanguageIDRomanian = 1048;
+        const long msoLanguageIDRomanianMoldova = 2072;
+        const long msoLanguageIDRussian = 1049;
+        const long msoLanguageIDRussianMoldova = 2073;
+        const long msoLanguageIDSamiLappish = 1083;
+        const long msoLanguageIDSanskrit = 1103;
+        const long msoLanguageIDSepedi = 1132;
+        const long msoLanguageIDSerbianBosniaHerzegovinaCyrillic = 7194;
+        const long msoLanguageIDSerbianBosniaHerzegovinaLatin = 6170;
+        const long msoLanguageIDSerbianCyrillic = 3098;
+        const long msoLanguageIDSerbianLatin = 2074;
+        const long msoLanguageIDSesotho = 1072;
+        const long msoLanguageIDSimplifiedChinese = 2052;
+        const long msoLanguageIDSindhi = 1113;
+        const long msoLanguageIDSindhiPakistan = 2137;
+        const long msoLanguageIDSinhalese = 1115;
+        const long msoLanguageIDSlovak = 1051;
+        const long msoLanguageIDSlovenian = 1060;
+        const long msoLanguageIDSomali = 1143;
+        const long msoLanguageIDSorbian = 1070;
+        const long msoLanguageIDSpanish = 1034;
+        const long msoLanguageIDSpanishArgentina = 11274;
+        const long msoLanguageIDSpanishBolivia = 16394;
+        const long msoLanguageIDSpanishChile = 13322;
+        const long msoLanguageIDSpanishColombia = 9226;
+        const long msoLanguageIDSpanishCostaRica = 5130;
+        const long msoLanguageIDSpanishDominicanRepublic = 7178;
+        const long msoLanguageIDSpanishEcuador = 12298;
+        const long msoLanguageIDSpanishElSalvador = 17418;
+        const long msoLanguageIDSpanishGuatemala = 4106;
+        const long msoLanguageIDSpanishHonduras = 18442;
+        const long msoLanguageIDSpanishModernSort = 3082;
+        const long msoLanguageIDSpanishNicaragua = 19466;
+        const long msoLanguageIDSpanishPanama = 6154;
+        const long msoLanguageIDSpanishParaguay = 15370;
+        const long msoLanguageIDSpanishPeru = 10250;
+        const long msoLanguageIDSpanishPuertoRico = 20490;
+        const long msoLanguageIDSpanishUruguay = 14346;
+        const long msoLanguageIDSpanishVenezuela = 8202;
+        const long msoLanguageIDSutu = 1072;
+        const long msoLanguageIDSwahili = 1089;
+        const long msoLanguageIDSwedish = 1053;
+        const long msoLanguageIDSwedishFinland = 2077;
+        const long msoLanguageIDSwissFrench = 4108;
+        const long msoLanguageIDSwissGerman = 2055;
+        const long msoLanguageIDSwissItalian = 2064;
+        const long msoLanguageIDSyriac = 1114;
+        const long msoLanguageIDTajik = 1064;
+        const long msoLanguageIDTamazight = 1119;
+        const long msoLanguageIDTamazightLatin = 2143;
+        const long msoLanguageIDTamil = 1097;
+        const long msoLanguageIDTatar = 1092;
+        const long msoLanguageIDTelugu = 1098;
+        const long msoLanguageIDThai = 1054;
+        const long msoLanguageIDTibetan = 1105;
+        const long msoLanguageIDTigrignaEritrea = 2163;
+        const long msoLanguageIDTigrignaEthiopic = 1139;
+        const long msoLanguageIDTraditionalChinese = 1028;
+        const long msoLanguageIDTsonga = 1073;
+        const long msoLanguageIDTswana = 1074;
+        const long msoLanguageIDTurkish = 1055;
+        const long msoLanguageIDTurkmen = 1090;
+        const long msoLanguageIDUkrainian = 1058;
+        const long msoLanguageIDUrdu = 1056;
+        const long msoLanguageIDUzbekCyrillic = 2115;
+        const long msoLanguageIDUzbekLatin = 1091;
+        const long msoLanguageIDVenda = 1075;
+        const long msoLanguageIDVietnamese = 1066;
+        const long msoLanguageIDWelsh = 1106;
+        const long msoLanguageIDXhosa = 1076;
+        const long msoLanguageIDYi = 1144;
+        const long msoLanguageIDYiddish = 1085;
+        const long msoLanguageIDYoruba = 1130;
+        const long msoLanguageIDZulu = 1077;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLanguageIDHidden.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLanguageIDHidden.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLanguageIDHidden.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLanguageIDHidden.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,34 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
+#ifndef __ooo_vba_office_MsoLanguageIDHidden_idl__
+#define __ooo_vba_office_MsoLanguageIDHidden_idl__
+
+module ooo { module vba { module office {
+    constants MsoLanguageIDHidden {
+        const long msoLanguageIDChineseHongKong = 3076;
+        const long msoLanguageIDChineseMacao = 5124;
+        const long msoLanguageIDEnglishTrinidad = 11273;
+    };
+}; }; };
+
+#endif



Reply via email to