Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,37 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpChartUnitEffect_idl__
+#define __ooo_vba_powerpoint_PpChartUnitEffect_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpChartUnitEffect {
+        const long ppAnimateByCategory = 2;
+        const long ppAnimateByCategoryElements = 4;
+        const long ppAnimateBySeries = 1;
+        const long ppAnimateBySeriesElements = 3;
+        const long ppAnimateChartAllAtOnce = 5;
+        const long ppAnimateChartMixed = -2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpColorSchemeIndex.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpColorSchemeIndex.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpColorSchemeIndex.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpColorSchemeIndex.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_powerpoint_PpColorSchemeIndex_idl__
+#define __ooo_vba_powerpoint_PpColorSchemeIndex_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpColorSchemeIndex {
+        const long ppAccent1 = 6;
+        const long ppAccent2 = 7;
+        const long ppAccent3 = 8;
+        const long ppBackground = 1;
+        const long ppFill = 5;
+        const long ppForeground = 2;
+        const long ppNotSchemeColor = 0;
+        const long ppSchemeColorMixed = -2;
+        const long ppShadow = 3;
+        const long ppTitle = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpDateTimeFormat.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpDateTimeFormat.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpDateTimeFormat.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpDateTimeFormat.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,46 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpDateTimeFormat_idl__
+#define __ooo_vba_powerpoint_PpDateTimeFormat_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpDateTimeFormat {
+        const long ppDateTimeddddMMMMddyyyy = 2;
+        const long ppDateTimedMMMMyyyy = 3;
+        const long ppDateTimedMMMyy = 5;
+        const long ppDateTimeFigureOut = 14;
+        const long ppDateTimeFormatMixed = -2;
+        const long ppDateTimeHmm = 10;
+        const long ppDateTimehmmAMPM = 12;
+        const long ppDateTimeHmmss = 11;
+        const long ppDateTimehmmssAMPM = 13;
+        const long ppDateTimeMdyy = 1;
+        const long ppDateTimeMMddyyHmm = 8;
+        const long ppDateTimeMMddyyhmmAMPM = 9;
+        const long ppDateTimeMMMMdyyyy = 4;
+        const long ppDateTimeMMMMyy = 6;
+        const long ppDateTimeMMyy = 7;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpDirection.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpDirection.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpDirection.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpDirection.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_powerpoint_PpDirection_idl__
+#define __ooo_vba_powerpoint_PpDirection_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpDirection {
+        const long ppDirectionLeftToRight = 1;
+        const long ppDirectionMixed = -2;
+        const long ppDirectionRightToLeft = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpEntryEffect.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpEntryEffect.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpEntryEffect.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpEntryEffect.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,128 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpEntryEffect_idl__
+#define __ooo_vba_powerpoint_PpEntryEffect_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpEntryEffect {
+        const long ppEffectAppear = 3844;
+        const long ppEffectBlindsHorizontal = 769;
+        const long ppEffectBlindsVertical = 770;
+        const long ppEffectBoxIn = 3074;
+        const long ppEffectBoxOut = 3073;
+        const long ppEffectCheckerboardAcross = 1025;
+        const long ppEffectCheckerboardDown = 1026;
+        const long ppEffectCircleOut = 3845;
+        const long ppEffectCombHorizontal = 3847;
+        const long ppEffectCombVertical = 3848;
+        const long ppEffectCoverDown = 1284;
+        const long ppEffectCoverLeft = 1281;
+        const long ppEffectCoverLeftDown = 1287;
+        const long ppEffectCoverLeftUp = 1285;
+        const long ppEffectCoverRight = 1283;
+        const long ppEffectCoverRightDown = 1288;
+        const long ppEffectCoverRightUp = 1286;
+        const long ppEffectCoverUp = 1282;
+        const long ppEffectCrawlFromDown = 3344;
+        const long ppEffectCrawlFromLeft = 3341;
+        const long ppEffectCrawlFromRight = 3343;
+        const long ppEffectCrawlFromUp = 3342;
+        const long ppEffectCut = 257;
+        const long ppEffectCutThroughBlack = 258;
+        const long ppEffectDiamondOut = 3846;
+        const long ppEffectDissolve = 1537;
+        const long ppEffectFade = 1793;
+        const long ppEffectFadeSmoothly = 3849;
+        const long ppEffectFlashOnceFast = 3841;
+        const long ppEffectFlashOnceMedium = 3842;
+        const long ppEffectFlashOnceSlow = 3843;
+        const long ppEffectFlyFromBottom = 3332;
+        const long ppEffectFlyFromBottomLeft = 3335;
+        const long ppEffectFlyFromBottomRight = 3336;
+        const long ppEffectFlyFromLeft = 3329;
+        const long ppEffectFlyFromRight = 3331;
+        const long ppEffectFlyFromTop = 3330;
+        const long ppEffectFlyFromTopLeft = 3333;
+        const long ppEffectFlyFromTopRight = 3334;
+        const long ppEffectMixed = -2;
+        const long ppEffectNewsflash = 3850;
+        const long ppEffectNone = 0;
+        const long ppEffectPeekFromDown = 3338;
+        const long ppEffectPeekFromLeft = 3337;
+        const long ppEffectPeekFromRight = 3339;
+        const long ppEffectPeekFromUp = 3340;
+        const long ppEffectPlusOut = 3851;
+        const long ppEffectPushDown = 3852;
+        const long ppEffectPushLeft = 3853;
+        const long ppEffectPushRight = 3854;
+        const long ppEffectPushUp = 3855;
+        const long ppEffectRandom = 513;
+        const long ppEffectRandomBarsHorizontal = 2305;
+        const long ppEffectRandomBarsVertical = 2306;
+        const long ppEffectSpiral = 3357;
+        const long ppEffectSplitHorizontalIn = 3586;
+        const long ppEffectSplitHorizontalOut = 3585;
+        const long ppEffectSplitVerticalIn = 3588;
+        const long ppEffectSplitVerticalOut = 3587;
+        const long ppEffectStretchAcross = 3351;
+        const long ppEffectStretchDown = 3355;
+        const long ppEffectStretchLeft = 3352;
+        const long ppEffectStretchRight = 3354;
+        const long ppEffectStretchUp = 3353;
+        const long ppEffectStripsDownLeft = 2563;
+        const long ppEffectStripsDownRight = 2564;
+        const long ppEffectStripsLeftDown = 2567;
+        const long ppEffectStripsLeftUp = 2565;
+        const long ppEffectStripsRightDown = 2568;
+        const long ppEffectStripsRightUp = 2566;
+        const long ppEffectStripsUpLeft = 2561;
+        const long ppEffectStripsUpRight = 2562;
+        const long ppEffectSwivel = 3356;
+        const long ppEffectUncoverDown = 2052;
+        const long ppEffectUncoverLeft = 2049;
+        const long ppEffectUncoverLeftDown = 2055;
+        const long ppEffectUncoverLeftUp = 2053;
+        const long ppEffectUncoverRight = 2051;
+        const long ppEffectUncoverRightDown = 2056;
+        const long ppEffectUncoverRightUp = 2054;
+        const long ppEffectUncoverUp = 2050;
+        const long ppEffectWedge = 3856;
+        const long ppEffectWheel1Spoke = 3857;
+        const long ppEffectWheel2Spokes = 3858;
+        const long ppEffectWheel3Spokes = 3859;
+        const long ppEffectWheel4Spokes = 3860;
+        const long ppEffectWheel8Spokes = 3861;
+        const long ppEffectWipeDown = 2820;
+        const long ppEffectWipeLeft = 2817;
+        const long ppEffectWipeRight = 2819;
+        const long ppEffectWipeUp = 2818;
+        const long ppEffectZoomBottom = 3350;
+        const long ppEffectZoomCenter = 3349;
+        const long ppEffectZoomIn = 3345;
+        const long ppEffectZoomInSlightly = 3346;
+        const long ppEffectZoomOut = 3347;
+        const long ppEffectZoomOutSlightly = 3348;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpExportMode.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpExportMode.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpExportMode.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpExportMode.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_powerpoint_PpExportMode_idl__
+#define __ooo_vba_powerpoint_PpExportMode_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpExportMode {
+        const long ppClipRelativeToSlide = 2;
+        const long ppRelativeToSlide = 1;
+        const long ppScaleToFit = 3;
+        const long ppScaleXY = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.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_powerpoint_PpFarEastLineBreakLevel_idl__
+#define __ooo_vba_powerpoint_PpFarEastLineBreakLevel_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpFarEastLineBreakLevel {
+        const long ppFarEastLineBreakLevelCustom = 3;
+        const long ppFarEastLineBreakLevelNormal = 1;
+        const long ppFarEastLineBreakLevelStrict = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFileDialogType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFileDialogType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFileDialogType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFileDialogType.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_powerpoint_PpFileDialogType_idl__
+#define __ooo_vba_powerpoint_PpFileDialogType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpFileDialogType {
+        const long ppFileDialogOpen = 1;
+        const long ppFileDialogSave = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFollowColors.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFollowColors.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFollowColors.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFollowColors.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_powerpoint_PpFollowColors_idl__
+#define __ooo_vba_powerpoint_PpFollowColors_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpFollowColors {
+        const long ppFollowColorsMixed = -2;
+        const long ppFollowColorsNone = 0;
+        const long ppFollowColorsScheme = 1;
+        const long ppFollowColorsTextAndBackground = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFrameColors.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFrameColors.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFrameColors.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpFrameColors.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_powerpoint_PpFrameColors_idl__
+#define __ooo_vba_powerpoint_PpFrameColors_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpFrameColors {
+        const long ppFrameColorsBlackTextOnWhite = 5;
+        const long ppFrameColorsBrowserColors = 1;
+        const long ppFrameColorsPresentationSchemeAccentColor = 3;
+        const long ppFrameColorsPresentationSchemeTextColor = 2;
+        const long ppFrameColorsWhiteTextOnBlack = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpHTMLVersion.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpHTMLVersion.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpHTMLVersion.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpHTMLVersion.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_powerpoint_PpHTMLVersion_idl__
+#define __ooo_vba_powerpoint_PpHTMLVersion_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpHTMLVersion {
+        const long ppHTMLAutodetect = 4;
+        const long ppHTMLDual = 3;
+        const long ppHTMLv3 = 1;
+        const long ppHTMLv4 = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpIndentControl.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpIndentControl.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpIndentControl.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpIndentControl.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_powerpoint_PpIndentControl_idl__
+#define __ooo_vba_powerpoint_PpIndentControl_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpIndentControl {
+        const long ppIndentControlMixed = -2;
+        const long ppIndentKeepAttr = 2;
+        const long ppIndentReplaceAttr = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpMediaType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpMediaType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpMediaType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpMediaType.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_powerpoint_PpMediaType_idl__
+#define __ooo_vba_powerpoint_PpMediaType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpMediaType {
+        const long ppMediaTypeMixed = -2;
+        const long ppMediaTypeMovie = 3;
+        const long ppMediaTypeOther = 1;
+        const long ppMediaTypeSound = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpMouseActivation.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpMouseActivation.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpMouseActivation.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpMouseActivation.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_powerpoint_PpMouseActivation_idl__
+#define __ooo_vba_powerpoint_PpMouseActivation_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpMouseActivation {
+        const long ppMouseClick = 1;
+        const long ppMouseOver = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpNumberedBulletStyle.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpNumberedBulletStyle.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpNumberedBulletStyle.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpNumberedBulletStyle.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,73 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpNumberedBulletStyle_idl__
+#define __ooo_vba_powerpoint_PpNumberedBulletStyle_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpNumberedBulletStyle {
+        const long ppBulletAlphaLCParenBoth = 8;
+        const long ppBulletAlphaLCParenRight = 9;
+        const long ppBulletAlphaLCPeriod = 0;
+        const long ppBulletAlphaUCParenBoth = 10;
+        const long ppBulletAlphaUCParenRight = 11;
+        const long ppBulletAlphaUCPeriod = 1;
+        const long ppBulletArabicAbjadDash = 24;
+        const long ppBulletArabicAlphaDash = 23;
+        const long ppBulletArabicDBPeriod = 29;
+        const long ppBulletArabicDBPlain = 28;
+        const long ppBulletArabicParenBoth = 12;
+        const long ppBulletArabicParenRight = 2;
+        const long ppBulletArabicPeriod = 3;
+        const long ppBulletArabicPlain = 13;
+        const long ppBulletCircleNumDBPlain = 18;
+        const long ppBulletCircleNumWDBlackPlain = 20;
+        const long ppBulletCircleNumWDWhitePlain = 19;
+        const long ppBulletHebrewAlphaDash = 25;
+        const long ppBulletHindiAlpha1Period = 40;
+        const long ppBulletHindiAlphaPeriod = 36;
+        const long ppBulletHindiNumParenRight = 39;
+        const long ppBulletHindiNumPeriod = 37;
+        const long ppBulletKanjiKoreanPeriod = 27;
+        const long ppBulletKanjiKoreanPlain = 26;
+        const long ppBulletKanjiSimpChinDBPeriod = 38;
+        const long ppBulletRomanLCParenBoth = 4;
+        const long ppBulletRomanLCParenRight = 5;
+        const long ppBulletRomanLCPeriod = 6;
+        const long ppBulletRomanUCParenBoth = 14;
+        const long ppBulletRomanUCParenRight = 15;
+        const long ppBulletRomanUCPeriod = 7;
+        const long ppBulletSimpChinPeriod = 17;
+        const long ppBulletSimpChinPlain = 16;
+        const long ppBulletStyleMixed = -2;
+        const long ppBulletThaiAlphaParenBoth = 32;
+        const long ppBulletThaiAlphaParenRight = 31;
+        const long ppBulletThaiAlphaPeriod = 30;
+        const long ppBulletThaiNumParenBoth = 35;
+        const long ppBulletThaiNumParenRight = 34;
+        const long ppBulletThaiNumPeriod = 33;
+        const long ppBulletTradChinPeriod = 22;
+        const long ppBulletTradChinPlain = 21;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.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_powerpoint_PpParagraphAlignment_idl__
+#define __ooo_vba_powerpoint_PpParagraphAlignment_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpParagraphAlignment {
+        const long ppAlignCenter = 2;
+        const long ppAlignDistribute = 5;
+        const long ppAlignJustify = 4;
+        const long ppAlignJustifyLow = 7;
+        const long ppAlignLeft = 1;
+        const long ppAlignmentMixed = -2;
+        const long ppAlignRight = 3;
+        const long ppAlignThaiDistribute = 6;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPasteDataType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPasteDataType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPasteDataType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPasteDataType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,43 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpPasteDataType_idl__
+#define __ooo_vba_powerpoint_PpPasteDataType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpPasteDataType {
+        const long ppPasteBitmap = 1;
+        const long ppPasteDefault = 0;
+        const long ppPasteEnhancedMetafile = 2;
+        const long ppPasteGIF = 4;
+        const long ppPasteHTML = 8;
+        const long ppPasteJPG = 5;
+        const long ppPasteMetafilePicture = 3;
+        const long ppPasteOLEObject = 10;
+        const long ppPastePNG = 6;
+        const long ppPasteRTF = 9;
+        const long ppPasteShape = 11;
+        const long ppPasteText = 7;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,48 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpPlaceholderType_idl__
+#define __ooo_vba_powerpoint_PpPlaceholderType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpPlaceholderType {
+        const long ppPlaceholderBitmap = 9;
+        const long ppPlaceholderBody = 2;
+        const long ppPlaceholderCenterTitle = 3;
+        const long ppPlaceholderChart = 8;
+        const long ppPlaceholderDate = 16;
+        const long ppPlaceholderFooter = 15;
+        const long ppPlaceholderHeader = 14;
+        const long ppPlaceholderMediaClip = 10;
+        const long ppPlaceholderMixed = -2;
+        const long ppPlaceholderObject = 7;
+        const long ppPlaceholderOrgChart = 11;
+        const long ppPlaceholderSlideNumber = 13;
+        const long ppPlaceholderSubtitle = 4;
+        const long ppPlaceholderTable = 12;
+        const long ppPlaceholderTitle = 1;
+        const long ppPlaceholderVerticalBody = 6;
+        const long ppPlaceholderVerticalTitle = 5;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintColorType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintColorType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintColorType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintColorType.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_powerpoint_PpPrintColorType_idl__
+#define __ooo_vba_powerpoint_PpPrintColorType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpPrintColorType {
+        const long ppPrintBlackAndWhite = 2;
+        const long ppPrintColor = 1;
+        const long ppPrintPureBlackAndWhite = 3;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintHandoutOrder.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintHandoutOrder.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintHandoutOrder.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintHandoutOrder.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_powerpoint_PpPrintHandoutOrder_idl__
+#define __ooo_vba_powerpoint_PpPrintHandoutOrder_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpPrintHandoutOrder {
+        const long ppPrintHandoutHorizontalFirst = 2;
+        const long ppPrintHandoutVerticalFirst = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintOutputType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintOutputType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintOutputType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintOutputType.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_powerpoint_PpPrintOutputType_idl__
+#define __ooo_vba_powerpoint_PpPrintOutputType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpPrintOutputType {
+        const long ppPrintOutputBuildSlides = 7;
+        const long ppPrintOutputFourSlideHandouts = 8;
+        const long ppPrintOutputNineSlideHandouts = 9;
+        const long ppPrintOutputNotesPages = 5;
+        const long ppPrintOutputOneSlideHandouts = 10;
+        const long ppPrintOutputOutline = 6;
+        const long ppPrintOutputSixSlideHandouts = 4;
+        const long ppPrintOutputSlides = 1;
+        const long ppPrintOutputThreeSlideHandouts = 3;
+        const long ppPrintOutputTwoSlideHandouts = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintRangeType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintRangeType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintRangeType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPrintRangeType.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_powerpoint_PpPrintRangeType_idl__
+#define __ooo_vba_powerpoint_PpPrintRangeType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpPrintRangeType {
+        const long ppPrintAll = 1;
+        const long ppPrintCurrent = 3;
+        const long ppPrintNamedSlideShow = 5;
+        const long ppPrintSelection = 2;
+        const long ppPrintSlideRange = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPublishSourceType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPublishSourceType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPublishSourceType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpPublishSourceType.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_powerpoint_PpPublishSourceType_idl__
+#define __ooo_vba_powerpoint_PpPublishSourceType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpPublishSourceType {
+        const long ppPublishAll = 1;
+        const long ppPublishNamedSlideShow = 3;
+        const long ppPublishSlideRange = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpRevisionInfo.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpRevisionInfo.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpRevisionInfo.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpRevisionInfo.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_powerpoint_PpRevisionInfo_idl__
+#define __ooo_vba_powerpoint_PpRevisionInfo_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpRevisionInfo {
+        const long ppRevisionInfoBaseline = 1;
+        const long ppRevisionInfoMerged = 2;
+        const long ppRevisionInfoNone = 0;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSaveAsFileType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSaveAsFileType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSaveAsFileType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSaveAsFileType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,53 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpSaveAsFileType_idl__
+#define __ooo_vba_powerpoint_PpSaveAsFileType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSaveAsFileType {
+        const long ppSaveAsAddIn = 8;
+        const long ppSaveAsBMP = 19;
+        const long ppSaveAsDefault = 11;
+        const long ppSaveAsEMF = 23;
+        const long ppSaveAsGIF = 16;
+        const long ppSaveAsHTML = 12;
+        const long ppSaveAsHTMLDual = 14;
+        const long ppSaveAsHTMLv3 = 13;
+        const long ppSaveAsJPG = 17;
+        const long ppSaveAsMetaFile = 15;
+        const long ppSaveAsPNG = 18;
+        const long ppSaveAsPowerPoint3 = 4;
+        const long ppSaveAsPowerPoint4 = 3;
+        const long ppSaveAsPowerPoint4FarEast = 10;
+        const long ppSaveAsPowerPoint7 = 2;
+        const long ppSaveAsPresentation = 1;
+        const long ppSaveAsPresForReview = 22;
+        const long ppSaveAsRTF = 6;
+        const long ppSaveAsShow = 7;
+        const long ppSaveAsTemplate = 5;
+        const long ppSaveAsTIF = 21;
+        const long ppSaveAsWebArchive = 20;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSelectionType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSelectionType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSelectionType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSelectionType.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_powerpoint_PpSelectionType_idl__
+#define __ooo_vba_powerpoint_PpSelectionType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSelectionType {
+        const long ppSelectionNone = 0;
+        const long ppSelectionShapes = 2;
+        const long ppSelectionSlides = 1;
+        const long ppSelectionText = 3;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,37 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpShapeFormat_idl__
+#define __ooo_vba_powerpoint_PpShapeFormat_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpShapeFormat {
+        const long ppShapeFormatBMP = 3;
+        const long ppShapeFormatEMF = 5;
+        const long ppShapeFormatGIF = 0;
+        const long ppShapeFormatJPG = 1;
+        const long ppShapeFormatPNG = 2;
+        const long ppShapeFormatWMF = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideLayout.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideLayout.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideLayout.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideLayout.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,63 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpSlideLayout_idl__
+#define __ooo_vba_powerpoint_PpSlideLayout_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSlideLayout {
+        const long ppLayoutBlank = 12;
+        const long ppLayoutChart = 8;
+        const long ppLayoutChartAndText = 6;
+        const long ppLayoutClipartAndText = 10;
+        const long ppLayoutClipArtAndVerticalText = 26;
+        const long ppLayoutFourObjects = 24;
+        const long ppLayoutLargeObject = 15;
+        const long ppLayoutMediaClipAndText = 18;
+        const long ppLayoutMixed = -2;
+        const long ppLayoutObject = 16;
+        const long ppLayoutObjectAndText = 14;
+        const long ppLayoutObjectAndTwoObjects = 30;
+        const long ppLayoutObjectOverText = 19;
+        const long ppLayoutOrgchart = 7;
+        const long ppLayoutTable = 4;
+        const long ppLayoutText = 2;
+        const long ppLayoutTextAndChart = 5;
+        const long ppLayoutTextAndClipart = 9;
+        const long ppLayoutTextAndMediaClip = 17;
+        const long ppLayoutTextAndObject = 13;
+        const long ppLayoutTextAndTwoObjects = 21;
+        const long ppLayoutTextOverObject = 20;
+        const long ppLayoutTitle = 1;
+        const long ppLayoutTitleOnly = 11;
+        const long ppLayoutTwoColumnText = 3;
+        const long ppLayoutTwoObjects = 29;
+        const long ppLayoutTwoObjectsAndObject = 31;
+        const long ppLayoutTwoObjectsAndText = 22;
+        const long ppLayoutTwoObjectsOverText = 23;
+        const long ppLayoutVerticalText = 25;
+        const long ppLayoutVerticalTitleAndText = 27;
+        const long ppLayoutVerticalTitleAndTextOverChart = 28;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowAdvanceMode.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowAdvanceMode.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowAdvanceMode.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowAdvanceMode.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_powerpoint_PpSlideShowAdvanceMode_idl__
+#define __ooo_vba_powerpoint_PpSlideShowAdvanceMode_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSlideShowAdvanceMode {
+        const long ppSlideShowManualAdvance = 1;
+        const long ppSlideShowRehearseNewTimings = 3;
+        const long ppSlideShowUseSlideTimings = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowPointerType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowPointerType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowPointerType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowPointerType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,37 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpSlideShowPointerType_idl__
+#define __ooo_vba_powerpoint_PpSlideShowPointerType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSlideShowPointerType {
+        const long ppSlideShowPointerAlwaysHidden = 3;
+        const long ppSlideShowPointerArrow = 1;
+        const long ppSlideShowPointerAutoArrow = 4;
+        const long ppSlideShowPointerEraser = 5;
+        const long ppSlideShowPointerNone = 0;
+        const long ppSlideShowPointerPen = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowRangeType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowRangeType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowRangeType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowRangeType.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_powerpoint_PpSlideShowRangeType_idl__
+#define __ooo_vba_powerpoint_PpSlideShowRangeType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSlideShowRangeType {
+        const long ppShowAll = 1;
+        const long ppShowNamedSlideShow = 3;
+        const long ppShowSlideRange = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowState.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowState.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowState.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowState.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_powerpoint_PpSlideShowState_idl__
+#define __ooo_vba_powerpoint_PpSlideShowState_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSlideShowState {
+        const long ppSlideShowBlackScreen = 3;
+        const long ppSlideShowDone = 5;
+        const long ppSlideShowPaused = 2;
+        const long ppSlideShowRunning = 1;
+        const long ppSlideShowWhiteScreen = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowType.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_powerpoint_PpSlideShowType_idl__
+#define __ooo_vba_powerpoint_PpSlideShowType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSlideShowType {
+        const long ppShowTypeKiosk = 3;
+        const long ppShowTypeSpeaker = 1;
+        const long ppShowTypeWindow = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideSizeType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideSizeType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideSizeType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSlideSizeType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,45 @@
+/**************************************************************
+ * 
+ * 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_powerpoint_PpSlideSizeType_idl__
+#define __ooo_vba_powerpoint_PpSlideSizeType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSlideSizeType {
+        const long ppSlideSize35MM = 4;
+        const long ppSlideSizeA3Paper = 9;
+        const long ppSlideSizeA4Paper = 3;
+        const long ppSlideSizeB4ISOPaper = 10;
+        const long ppSlideSizeB4JISPaper = 12;
+        const long ppSlideSizeB5ISOPaper = 11;
+        const long ppSlideSizeB5JISPaper = 13;
+        const long ppSlideSizeBanner = 6;
+        const long ppSlideSizeCustom = 7;
+        const long ppSlideSizeHagakiCard = 14;
+        const long ppSlideSizeLedgerPaper = 8;
+        const long ppSlideSizeLetterPaper = 2;
+        const long ppSlideSizeOnScreen = 1;
+        const long ppSlideSizeOverhead = 5;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.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_powerpoint_PpSoundEffectType_idl__
+#define __ooo_vba_powerpoint_PpSoundEffectType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSoundEffectType {
+        const long ppSoundEffectsMixed = -2;
+        const long ppSoundFile = 2;
+        const long ppSoundNone = 0;
+        const long ppSoundStopPrevious = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.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_powerpoint_PpSoundFormatType_idl__
+#define __ooo_vba_powerpoint_PpSoundFormatType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpSoundFormatType {
+        const long ppSoundFormatCDAudio = 3;
+        const long ppSoundFormatMIDI = 2;
+        const long ppSoundFormatMixed = -2;
+        const long ppSoundFormatNone = 0;
+        const long ppSoundFormatWAV = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTabStopType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTabStopType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTabStopType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTabStopType.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_powerpoint_PpTabStopType_idl__
+#define __ooo_vba_powerpoint_PpTabStopType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpTabStopType {
+        const long ppTabStopCenter = 2;
+        const long ppTabStopDecimal = 4;
+        const long ppTabStopLeft = 1;
+        const long ppTabStopMixed = -2;
+        const long ppTabStopRight = 3;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextLevelEffect.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextLevelEffect.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextLevelEffect.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextLevelEffect.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_powerpoint_PpTextLevelEffect_idl__
+#define __ooo_vba_powerpoint_PpTextLevelEffect_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpTextLevelEffect {
+        const long ppAnimateByAllLevels = 16;
+        const long ppAnimateByFifthLevel = 5;
+        const long ppAnimateByFirstLevel = 1;
+        const long ppAnimateByFourthLevel = 4;
+        const long ppAnimateBySecondLevel = 2;
+        const long ppAnimateByThirdLevel = 3;
+        const long ppAnimateLevelMixed = -2;
+        const long ppAnimateLevelNone = 0;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextStyleType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextStyleType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextStyleType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextStyleType.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_powerpoint_PpTextStyleType_idl__
+#define __ooo_vba_powerpoint_PpTextStyleType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpTextStyleType {
+        const long ppBodyStyle = 3;
+        const long ppDefaultStyle = 1;
+        const long ppTitleStyle = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextUnitEffect.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextUnitEffect.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextUnitEffect.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpTextUnitEffect.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_powerpoint_PpTextUnitEffect_idl__
+#define __ooo_vba_powerpoint_PpTextUnitEffect_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpTextUnitEffect {
+        const long ppAnimateByCharacter = 2;
+        const long ppAnimateByParagraph = 0;
+        const long ppAnimateByWord = 1;
+        const long ppAnimateUnitMixed = -2;
+    };
+}; }; };
+
+#endif



Reply via email to