Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncEventType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncEventType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncEventType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncEventType.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_MsoSyncEventType_idl__
+#define __ooo_vba_office_MsoSyncEventType_idl__
+
+module ooo { module vba { module office {
+    constants MsoSyncEventType {
+        const long msoSyncEventDownloadFailed = 2;
+        const long msoSyncEventDownloadInitiated = 0;
+        const long msoSyncEventDownloadNoChange = 6;
+        const long msoSyncEventDownloadSucceeded = 1;
+        const long msoSyncEventOffline = 7;
+        const long msoSyncEventUploadFailed = 5;
+        const long msoSyncEventUploadInitiated = 3;
+        const long msoSyncEventUploadSucceeded = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncStatusType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncStatusType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncStatusType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncStatusType.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_MsoSyncStatusType_idl__
+#define __ooo_vba_office_MsoSyncStatusType_idl__
+
+module ooo { module vba { module office {
+    constants MsoSyncStatusType {
+        const long msoSyncStatusConflict = 4;
+        const long msoSyncStatusError = 6;
+        const long msoSyncStatusLatest = 1;
+        const long msoSyncStatusLocalChanges = 3;
+        const long msoSyncStatusNewerAvailable = 2;
+        const long msoSyncStatusNoSharedWorkspace = 0;
+        const long msoSyncStatusSuspended = 5;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncVersionType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncVersionType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncVersionType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncVersionType.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_MsoSyncVersionType_idl__
+#define __ooo_vba_office_MsoSyncVersionType_idl__
+
+module ooo { module vba { module office {
+    constants MsoSyncVersionType {
+        const long msoSyncVersionLastViewed = 0;
+        const long msoSyncVersionServer = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTargetBrowser.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTargetBrowser.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTargetBrowser.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTargetBrowser.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_MsoTargetBrowser_idl__
+#define __ooo_vba_office_MsoTargetBrowser_idl__
+
+module ooo { module vba { module office {
+    constants MsoTargetBrowser {
+        const long msoTargetBrowserIE4 = 2;
+        const long msoTargetBrowserIE5 = 3;
+        const long msoTargetBrowserIE6 = 4;
+        const long msoTargetBrowserV3 = 0;
+        const long msoTargetBrowserV4 = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextEffectAlignment.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextEffectAlignment.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextEffectAlignment.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextEffectAlignment.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_MsoTextEffectAlignment_idl__
+#define __ooo_vba_office_MsoTextEffectAlignment_idl__
+
+module ooo { module vba { module office {
+    constants MsoTextEffectAlignment {
+        const long msoTextEffectAlignmentCentered = 2;
+        const long msoTextEffectAlignmentLeft = 1;
+        const long msoTextEffectAlignmentLetterJustify = 4;
+        const long msoTextEffectAlignmentMixed = -2;
+        const long msoTextEffectAlignmentRight = 3;
+        const long msoTextEffectAlignmentStretchJustify = 6;
+        const long msoTextEffectAlignmentWordJustify = 5;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextOrientation.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextOrientation.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextOrientation.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextOrientation.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_MsoTextOrientation_idl__
+#define __ooo_vba_office_MsoTextOrientation_idl__
+
+module ooo { module vba { module office {
+    constants MsoTextOrientation {
+        const long msoTextOrientationDownward = 3;
+        const long msoTextOrientationHorizontal = 1;
+        const long msoTextOrientationHorizontalRotatedFarEast = 6;
+        const long msoTextOrientationMixed = -2;
+        const long msoTextOrientationUpward = 2;
+        const long msoTextOrientationVertical = 5;
+        const long msoTextOrientationVerticalFarEast = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextureType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextureType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextureType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTextureType.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_MsoTextureType_idl__
+#define __ooo_vba_office_MsoTextureType_idl__
+
+module ooo { module vba { module office {
+    constants MsoTextureType {
+        const long msoTexturePreset = 1;
+        const long msoTextureTypeMixed = -2;
+        const long msoTextureUserDefined = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTriState.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTriState.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTriState.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoTriState.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_MsoTriState_idl__
+#define __ooo_vba_office_MsoTriState_idl__
+
+module ooo { module vba { module office {
+    constants MsoTriState {
+        const long msoCTrue = 1;
+        const long msoFalse = 0;
+        const long msoTriStateMixed = -2;
+        const long msoTriStateToggle = -3;
+        const long msoTrue = -1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoVerticalAnchor.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoVerticalAnchor.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoVerticalAnchor.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoVerticalAnchor.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_office_MsoVerticalAnchor_idl__
+#define __ooo_vba_office_MsoVerticalAnchor_idl__
+
+module ooo { module vba { module office {
+    constants MsoVerticalAnchor {
+        const long msoAnchorBottom = 4;
+        const long msoAnchorBottomBaseLine = 5;
+        const long msoAnchorMiddle = 3;
+        const long msoAnchorTop = 1;
+        const long msoAnchorTopBaseline = 2;
+        const long msoVerticalAnchorMixed = -2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoWizardActType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoWizardActType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoWizardActType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoWizardActType.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_MsoWizardActType_idl__
+#define __ooo_vba_office_MsoWizardActType_idl__
+
+module ooo { module vba { module office {
+    constants MsoWizardActType {
+        const long msoWizardActActive = 1;
+        const long msoWizardActInactive = 0;
+        const long msoWizardActResume = 3;
+        const long msoWizardActSuspend = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoWizardMsgType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoWizardMsgType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoWizardMsgType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoWizardMsgType.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_MsoWizardMsgType_idl__
+#define __ooo_vba_office_MsoWizardMsgType_idl__
+
+module ooo { module vba { module office {
+    constants MsoWizardMsgType {
+        const long msoWizardMsgLocalStateOff = 2;
+        const long msoWizardMsgLocalStateOn = 1;
+        const long msoWizardMsgResuming = 5;
+        const long msoWizardMsgShowHelp = 3;
+        const long msoWizardMsgSuspending = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoZOrderCmd.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoZOrderCmd.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoZOrderCmd.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoZOrderCmd.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_office_MsoZOrderCmd_idl__
+#define __ooo_vba_office_MsoZOrderCmd_idl__
+
+module ooo { module vba { module office {
+    constants MsoZOrderCmd {
+        const long msoBringForward = 2;
+        const long msoBringInFrontOfText = 4;
+        const long msoBringToFront = 0;
+        const long msoSendBackward = 3;
+        const long msoSendBehindText = 5;
+        const long msoSendToBack = 1;
+    };
+}; }; };
+
+#endif

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

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

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAfterEffect.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAfterEffect.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAfterEffect.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAfterEffect.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_MsoAnimAfterEffect_idl__
+#define __ooo_vba_powerpoint_MsoAnimAfterEffect_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimAfterEffect {
+        const long msoAnimAfterEffectDim = 1;
+        const long msoAnimAfterEffectHide = 2;
+        const long msoAnimAfterEffectHideOnNextClick = 3;
+        const long msoAnimAfterEffectMixed = -1;
+        const long msoAnimAfterEffectNone = 0;
+    };
+}; }; };
+
+#endif

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

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimDirection.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimDirection.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimDirection.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimDirection.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,76 @@
+/**************************************************************
+ * 
+ * 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_MsoAnimDirection_idl__
+#define __ooo_vba_powerpoint_MsoAnimDirection_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimDirection {
+        const long msoAnimDirectionAcross = 18;
+        const long msoAnimDirectionBottom = 11;
+        const long msoAnimDirectionBottomLeft = 15;
+        const long msoAnimDirectionBottomRight = 14;
+        const long msoAnimDirectionCenter = 28;
+        const long msoAnimDirectionClockwise = 21;
+        const long msoAnimDirectionCounterclockwise = 22;
+        const long msoAnimDirectionCycleClockwise = 43;
+        const long msoAnimDirectionCycleCounterclockwise = 44;
+        const long msoAnimDirectionDown = 3;
+        const long msoAnimDirectionDownLeft = 9;
+        const long msoAnimDirectionDownRight = 8;
+        const long msoAnimDirectionFontAllCaps = 40;
+        const long msoAnimDirectionFontBold = 35;
+        const long msoAnimDirectionFontItalic = 36;
+        const long msoAnimDirectionFontShadow = 39;
+        const long msoAnimDirectionFontStrikethrough = 38;
+        const long msoAnimDirectionFontUnderline = 37;
+        const long msoAnimDirectionGradual = 42;
+        const long msoAnimDirectionHorizontal = 16;
+        const long msoAnimDirectionHorizontalIn = 23;
+        const long msoAnimDirectionHorizontalOut = 24;
+        const long msoAnimDirectionIn = 19;
+        const long msoAnimDirectionInBottom = 31;
+        const long msoAnimDirectionInCenter = 30;
+        const long msoAnimDirectionInSlightly = 29;
+        const long msoAnimDirectionInstant = 41;
+        const long msoAnimDirectionLeft = 4;
+        const long msoAnimDirectionNone = 0;
+        const long msoAnimDirectionOrdinalMask = 5;
+        const long msoAnimDirectionOut = 20;
+        const long msoAnimDirectionOutBottom = 34;
+        const long msoAnimDirectionOutCenter = 33;
+        const long msoAnimDirectionOutSlightly = 32;
+        const long msoAnimDirectionRight = 2;
+        const long msoAnimDirectionSlightly = 27;
+        const long msoAnimDirectionTop = 10;
+        const long msoAnimDirectionTopLeft = 12;
+        const long msoAnimDirectionTopRight = 13;
+        const long msoAnimDirectionUp = 1;
+        const long msoAnimDirectionUpLeft = 6;
+        const long msoAnimDirectionUpRight = 7;
+        const long msoAnimDirectionVertical = 17;
+        const long msoAnimDirectionVerticalIn = 25;
+        const long msoAnimDirectionVerticalOut = 26;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffect.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffect.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffect.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffect.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,181 @@
+/**************************************************************
+ * 
+ * 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_MsoAnimEffect_idl__
+#define __ooo_vba_powerpoint_MsoAnimEffect_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimEffect {
+        const long msoAnimEffectAppear = 1;
+        const long msoAnimEffectArcUp = 47;
+        const long msoAnimEffectAscend = 39;
+        const long msoAnimEffectBlast = 64;
+        const long msoAnimEffectBlinds = 3;
+        const long msoAnimEffectBoldFlash = 63;
+        const long msoAnimEffectBoldReveal = 65;
+        const long msoAnimEffectBoomerang = 25;
+        const long msoAnimEffectBounce = 26;
+        const long msoAnimEffectBox = 4;
+        const long msoAnimEffectBrushOnColor = 66;
+        const long msoAnimEffectBrushOnUnderline = 67;
+        const long msoAnimEffectCenterRevolve = 40;
+        const long msoAnimEffectChangeFillColor = 54;
+        const long msoAnimEffectChangeFont = 55;
+        const long msoAnimEffectChangeFontColor = 56;
+        const long msoAnimEffectChangeFontSize = 57;
+        const long msoAnimEffectChangeFontStyle = 58;
+        const long msoAnimEffectChangeLineColor = 60;
+        const long msoAnimEffectCheckerboard = 5;
+        const long msoAnimEffectCircle = 6;
+        const long msoAnimEffectColorBlend = 68;
+        const long msoAnimEffectColorReveal = 27;
+        const long msoAnimEffectColorWave = 69;
+        const long msoAnimEffectComplementaryColor = 70;
+        const long msoAnimEffectComplementaryColor2 = 71;
+        const long msoAnimEffectContrastingColor = 72;
+        const long msoAnimEffectCrawl = 7;
+        const long msoAnimEffectCredits = 28;
+        const long msoAnimEffectCustom = 0;
+        const long msoAnimEffectDarken = 73;
+        const long msoAnimEffectDesaturate = 74;
+        const long msoAnimEffectDescend = 42;
+        const long msoAnimEffectDiamond = 8;
+        const long msoAnimEffectDissolve = 9;
+        const long msoAnimEffectEaseIn = 29;
+        const long msoAnimEffectExpand = 50;
+        const long msoAnimEffectFade = 10;
+        const long msoAnimEffectFadedSwivel = 41;
+        const long msoAnimEffectFadedZoom = 48;
+        const long msoAnimEffectFlashBulb = 75;
+        const long msoAnimEffectFlashOnce = 11;
+        const long msoAnimEffectFlicker = 76;
+        const long msoAnimEffectFlip = 51;
+        const long msoAnimEffectFloat = 30;
+        const long msoAnimEffectFly = 2;
+        const long msoAnimEffectFold = 53;
+        const long msoAnimEffectGlide = 49;
+        const long msoAnimEffectGrowAndTurn = 31;
+        const long msoAnimEffectGrowShrink = 59;
+        const long msoAnimEffectGrowWithColor = 77;
+        const long msoAnimEffectLighten = 78;
+        const long msoAnimEffectLightSpeed = 32;
+        const long msoAnimEffectMediaPause = 84;
+        const long msoAnimEffectMediaPlay = 83;
+        const long msoAnimEffectMediaStop = 85;
+        const long msoAnimEffectPath4PointStar = 101;
+        const long msoAnimEffectPath5PointStar = 90;
+        const long msoAnimEffectPath6PointStar = 96;
+        const long msoAnimEffectPath8PointStar = 102;
+        const long msoAnimEffectPathArcDown = 122;
+        const long msoAnimEffectPathArcLeft = 136;
+        const long msoAnimEffectPathArcRight = 143;
+        const long msoAnimEffectPathArcUp = 129;
+        const long msoAnimEffectPathBean = 116;
+        const long msoAnimEffectPathBounceLeft = 126;
+        const long msoAnimEffectPathBounceRight = 139;
+        const long msoAnimEffectPathBuzzsaw = 110;
+        const long msoAnimEffectPathCircle = 86;
+        const long msoAnimEffectPathCrescentMoon = 91;
+        const long msoAnimEffectPathCurvedSquare = 105;
+        const long msoAnimEffectPathCurvedX = 106;
+        const long msoAnimEffectPathCurvyLeft = 133;
+        const long msoAnimEffectPathCurvyRight = 146;
+        const long msoAnimEffectPathCurvyStar = 108;
+        const long msoAnimEffectPathDecayingWave = 145;
+        const long msoAnimEffectPathDiagonalDownRight = 134;
+        const long msoAnimEffectPathDiagonalUpRight = 141;
+        const long msoAnimEffectPathDiamond = 88;
+        const long msoAnimEffectPathDown = 127;
+        const long msoAnimEffectPathEqualTriangle = 98;
+        const long msoAnimEffectPathFigure8Four = 113;
+        const long msoAnimEffectPathFootball = 97;
+        const long msoAnimEffectPathFunnel = 137;
+        const long msoAnimEffectPathHeart = 94;
+        const long msoAnimEffectPathHeartbeat = 130;
+        const long msoAnimEffectPathHexagon = 89;
+        const long msoAnimEffectPathHorizontalFigure8 = 111;
+        const long msoAnimEffectPathInvertedSquare = 119;
+        const long msoAnimEffectPathInvertedTriangle = 118;
+        const long msoAnimEffectPathLeft = 120;
+        const long msoAnimEffectPathLoopdeLoop = 109;
+        const long msoAnimEffectPathNeutron = 114;
+        const long msoAnimEffectPathOctagon = 95;
+        const long msoAnimEffectPathParallelogram = 99;
+        const long msoAnimEffectPathPeanut = 112;
+        const long msoAnimEffectPathPentagon = 100;
+        const long msoAnimEffectPathPlus = 117;
+        const long msoAnimEffectPathPointyStar = 104;
+        const long msoAnimEffectPathRight = 149;
+        const long msoAnimEffectPathRightTriangle = 87;
+        const long msoAnimEffectPathSCurve1 = 144;
+        const long msoAnimEffectPathSCurve2 = 124;
+        const long msoAnimEffectPathSineWave = 125;
+        const long msoAnimEffectPathSpiralLeft = 140;
+        const long msoAnimEffectPathSpiralRight = 131;
+        const long msoAnimEffectPathSpring = 138;
+        const long msoAnimEffectPathSquare = 92;
+        const long msoAnimEffectPathStairsDown = 147;
+        const long msoAnimEffectPathSwoosh = 115;
+        const long msoAnimEffectPathTeardrop = 103;
+        const long msoAnimEffectPathTrapezoid = 93;
+        const long msoAnimEffectPathTurnDown = 135;
+        const long msoAnimEffectPathTurnRight = 121;
+        const long msoAnimEffectPathTurnUp = 128;
+        const long msoAnimEffectPathTurnUpRight = 142;
+        const long msoAnimEffectPathUp = 148;
+        const long msoAnimEffectPathVerticalFigure8 = 107;
+        const long msoAnimEffectPathWave = 132;
+        const long msoAnimEffectPathZigzag = 123;
+        const long msoAnimEffectPeek = 12;
+        const long msoAnimEffectPinwheel = 33;
+        const long msoAnimEffectPlus = 13;
+        const long msoAnimEffectRandomBars = 14;
+        const long msoAnimEffectRandomEffects = 24;
+        const long msoAnimEffectRiseUp = 34;
+        const long msoAnimEffectShimmer = 52;
+        const long msoAnimEffectSling = 43;
+        const long msoAnimEffectSpin = 61;
+        const long msoAnimEffectSpinner = 44;
+        const long msoAnimEffectSpiral = 15;
+        const long msoAnimEffectSplit = 16;
+        const long msoAnimEffectStretch = 17;
+        const long msoAnimEffectStretchy = 45;
+        const long msoAnimEffectStrips = 18;
+        const long msoAnimEffectStyleEmphasis = 79;
+        const long msoAnimEffectSwish = 35;
+        const long msoAnimEffectSwivel = 19;
+        const long msoAnimEffectTeeter = 80;
+        const long msoAnimEffectThinLine = 36;
+        const long msoAnimEffectTransparency = 62;
+        const long msoAnimEffectUnfold = 37;
+        const long msoAnimEffectVerticalGrow = 81;
+        const long msoAnimEffectWave = 82;
+        const long msoAnimEffectWedge = 20;
+        const long msoAnimEffectWheel = 21;
+        const long msoAnimEffectWhip = 38;
+        const long msoAnimEffectWipe = 22;
+        const long msoAnimEffectZip = 46;
+        const long msoAnimEffectZoom = 23;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectAfter.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectAfter.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectAfter.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectAfter.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_MsoAnimEffectAfter_idl__
+#define __ooo_vba_powerpoint_MsoAnimEffectAfter_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimEffectAfter {
+        const long msoAnimEffectAfterFreeze = 1;
+        const long msoAnimEffectAfterHold = 3;
+        const long msoAnimEffectAfterRemove = 2;
+        const long msoAnimEffectAfterTransition = 4;
+    };
+}; }; };
+
+#endif

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

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectSubtype.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectSubtype.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectSubtype.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectSubtype.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_powerpoint_MsoAnimFilterEffectSubtype_idl__
+#define __ooo_vba_powerpoint_MsoAnimFilterEffectSubtype_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimFilterEffectSubtype {
+        const long msoAnimFilterEffectSubtypeAcross = 9;
+        const long msoAnimFilterEffectSubtypeDown = 25;
+        const long msoAnimFilterEffectSubtypeDownLeft = 14;
+        const long msoAnimFilterEffectSubtypeDownRight = 16;
+        const long msoAnimFilterEffectSubtypeFromBottom = 13;
+        const long msoAnimFilterEffectSubtypeFromLeft = 10;
+        const long msoAnimFilterEffectSubtypeFromRight = 11;
+        const long msoAnimFilterEffectSubtypeFromTop = 12;
+        const long msoAnimFilterEffectSubtypeHorizontal = 5;
+        const long msoAnimFilterEffectSubtypeIn = 7;
+        const long msoAnimFilterEffectSubtypeInHorizontal = 3;
+        const long msoAnimFilterEffectSubtypeInVertical = 1;
+        const long msoAnimFilterEffectSubtypeLeft = 23;
+        const long msoAnimFilterEffectSubtypeNone = 0;
+        const long msoAnimFilterEffectSubtypeOut = 8;
+        const long msoAnimFilterEffectSubtypeOutHorizontal = 4;
+        const long msoAnimFilterEffectSubtypeOutVertical = 2;
+        const long msoAnimFilterEffectSubtypeRight = 24;
+        const long msoAnimFilterEffectSubtypeSpokes1 = 18;
+        const long msoAnimFilterEffectSubtypeSpokes2 = 19;
+        const long msoAnimFilterEffectSubtypeSpokes3 = 20;
+        const long msoAnimFilterEffectSubtypeSpokes4 = 21;
+        const long msoAnimFilterEffectSubtypeSpokes8 = 22;
+        const long msoAnimFilterEffectSubtypeUp = 26;
+        const long msoAnimFilterEffectSubtypeUpLeft = 15;
+        const long msoAnimFilterEffectSubtypeUpRight = 17;
+        const long msoAnimFilterEffectSubtypeVertical = 6;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectType.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,50 @@
+/**************************************************************
+ * 
+ * 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_MsoAnimFilterEffectType_idl__
+#define __ooo_vba_powerpoint_MsoAnimFilterEffectType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimFilterEffectType {
+        const long msoAnimFilterEffectTypeBarn = 1;
+        const long msoAnimFilterEffectTypeBlinds = 2;
+        const long msoAnimFilterEffectTypeBox = 3;
+        const long msoAnimFilterEffectTypeCheckerboard = 4;
+        const long msoAnimFilterEffectTypeCircle = 5;
+        const long msoAnimFilterEffectTypeDiamond = 6;
+        const long msoAnimFilterEffectTypeDissolve = 7;
+        const long msoAnimFilterEffectTypeFade = 8;
+        const long msoAnimFilterEffectTypeImage = 9;
+        const long msoAnimFilterEffectTypeNone = 0;
+        const long msoAnimFilterEffectTypePixelate = 10;
+        const long msoAnimFilterEffectTypePlus = 11;
+        const long msoAnimFilterEffectTypeRandomBar = 12;
+        const long msoAnimFilterEffectTypeSlide = 13;
+        const long msoAnimFilterEffectTypeStretch = 14;
+        const long msoAnimFilterEffectTypeStrips = 15;
+        const long msoAnimFilterEffectTypeWedge = 16;
+        const long msoAnimFilterEffectTypeWheel = 17;
+        const long msoAnimFilterEffectTypeWipe = 18;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimProperty.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimProperty.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimProperty.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimProperty.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,74 @@
+/**************************************************************
+ * 
+ * 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_MsoAnimProperty_idl__
+#define __ooo_vba_powerpoint_MsoAnimProperty_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimProperty {
+        const long msoAnimColor = 7;
+        const long msoAnimHeight = 4;
+        const long msoAnimNone = 0;
+        const long msoAnimOpacity = 5;
+        const long msoAnimRotation = 6;
+        const long msoAnimShapeFillBackColor = 1007;
+        const long msoAnimShapeFillColor = 1005;
+        const long msoAnimShapeFillOn = 1004;
+        const long msoAnimShapeFillOpacity = 1006;
+        const long msoAnimShapeLineColor = 1009;
+        const long msoAnimShapeLineOn = 1008;
+        const long msoAnimShapePictureBrightness = 1001;
+        const long msoAnimShapePictureContrast = 1000;
+        const long msoAnimShapePictureGamma = 1002;
+        const long msoAnimShapePictureGrayscale = 1003;
+        const long msoAnimShapeShadowColor = 1012;
+        const long msoAnimShapeShadowOffsetX = 1014;
+        const long msoAnimShapeShadowOffsetY = 1015;
+        const long msoAnimShapeShadowOn = 1010;
+        const long msoAnimShapeShadowOpacity = 1013;
+        const long msoAnimShapeShadowType = 1011;
+        const long msoAnimTextBulletCharacter = 111;
+        const long msoAnimTextBulletColor = 114;
+        const long msoAnimTextBulletFontName = 112;
+        const long msoAnimTextBulletNumber = 113;
+        const long msoAnimTextBulletRelativeSize = 115;
+        const long msoAnimTextBulletStyle = 116;
+        const long msoAnimTextBulletType = 117;
+        const long msoAnimTextFontBold = 100;
+        const long msoAnimTextFontColor = 101;
+        const long msoAnimTextFontEmboss = 102;
+        const long msoAnimTextFontItalic = 103;
+        const long msoAnimTextFontName = 104;
+        const long msoAnimTextFontShadow = 105;
+        const long msoAnimTextFontSize = 106;
+        const long msoAnimTextFontStrikeThrough = 110;
+        const long msoAnimTextFontSubscript = 107;
+        const long msoAnimTextFontSuperscript = 108;
+        const long msoAnimTextFontUnderline = 109;
+        const long msoAnimVisibility = 8;
+        const long msoAnimWidth = 3;
+        const long msoAnimX = 1;
+        const long msoAnimY = 2;
+    };
+}; }; };
+
+#endif

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

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTriggerType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTriggerType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTriggerType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTriggerType.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_MsoAnimTriggerType_idl__
+#define __ooo_vba_powerpoint_MsoAnimTriggerType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimTriggerType {
+        const long msoAnimTriggerAfterPrevious = 3;
+        const long msoAnimTriggerMixed = -1;
+        const long msoAnimTriggerNone = 0;
+        const long msoAnimTriggerOnPageClick = 1;
+        const long msoAnimTriggerOnShapeClick = 4;
+        const long msoAnimTriggerWithPrevious = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimType.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_MsoAnimType_idl__
+#define __ooo_vba_powerpoint_MsoAnimType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimType {
+        const long msoAnimTypeColor = 2;
+        const long msoAnimTypeCommand = 6;
+        const long msoAnimTypeFilter = 7;
+        const long msoAnimTypeMixed = -2;
+        const long msoAnimTypeMotion = 1;
+        const long msoAnimTypeNone = 0;
+        const long msoAnimTypeProperty = 5;
+        const long msoAnimTypeRotation = 4;
+        const long msoAnimTypeScale = 3;
+        const long msoAnimTypeSet = 8;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimateByLevel.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimateByLevel.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimateByLevel.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/MsoAnimateByLevel.idl
 Tue Feb 23 03:35:07 2016
@@ -0,0 +1,59 @@
+/**************************************************************
+ * 
+ * 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_MsoAnimateByLevel_idl__
+#define __ooo_vba_powerpoint_MsoAnimateByLevel_idl__
+
+module ooo { module vba { module powerpoint {
+    constants MsoAnimateByLevel {
+        const long msoAnimateChartAllAtOnce = 7;
+        const long msoAnimateChartByCategory = 8;
+        const long msoAnimateChartByCategoryElements = 9;
+        const long msoAnimateChartBySeries = 10;
+        const long msoAnimateChartBySeriesElements = 11;
+        const long msoAnimateDiagramAllAtOnce = 12;
+        const long msoAnimateDiagramBreadthByLevel = 16;
+        const long msoAnimateDiagramBreadthByNode = 15;
+        const long msoAnimateDiagramClockwise = 17;
+        const long msoAnimateDiagramClockwiseIn = 18;
+        const long msoAnimateDiagramClockwiseOut = 19;
+        const long msoAnimateDiagramCounterClockwise = 20;
+        const long msoAnimateDiagramCounterClockwiseIn = 21;
+        const long msoAnimateDiagramCounterClockwiseOut = 22;
+        const long msoAnimateDiagramDepthByBranch = 14;
+        const long msoAnimateDiagramDepthByNode = 13;
+        const long msoAnimateDiagramDown = 26;
+        const long msoAnimateDiagramInByRing = 23;
+        const long msoAnimateDiagramOutByRing = 24;
+        const long msoAnimateDiagramUp = 25;
+        const long msoAnimateLevelMixed = -1;
+        const long msoAnimateLevelNone = 0;
+        const long msoAnimateTextByAllLevels = 1;
+        const long msoAnimateTextByFifthLevel = 6;
+        const long msoAnimateTextByFirstLevel = 2;
+        const long msoAnimateTextByFourthLevel = 5;
+        const long msoAnimateTextBySecondLevel = 3;
+        const long msoAnimateTextByThirdLevel = 4;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpActionType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpActionType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpActionType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpActionType.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_PpActionType_idl__
+#define __ooo_vba_powerpoint_PpActionType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpActionType {
+        const long ppActionEndShow = 6;
+        const long ppActionFirstSlide = 3;
+        const long ppActionHyperlink = 7;
+        const long ppActionLastSlide = 4;
+        const long ppActionLastSlideViewed = 5;
+        const long ppActionMixed = -2;
+        const long ppActionNamedSlideShow = 10;
+        const long ppActionNextSlide = 1;
+        const long ppActionNone = 0;
+        const long ppActionOLEVerb = 11;
+        const long ppActionPlay = 12;
+        const long ppActionPreviousSlide = 2;
+        const long ppActionRunMacro = 8;
+        const long ppActionRunProgram = 9;
+    };
+}; }; };
+
+#endif

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

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.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_PpAfterEffect_idl__
+#define __ooo_vba_powerpoint_PpAfterEffect_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpAfterEffect {
+        const long ppAfterEffectDim = 2;
+        const long ppAfterEffectHide = 1;
+        const long ppAfterEffectHideOnClick = 3;
+        const long ppAfterEffectMixed = -2;
+        const long ppAfterEffectNothing = 0;
+    };
+}; }; };
+
+#endif

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

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

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

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBaselineAlignment.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBaselineAlignment.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBaselineAlignment.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBaselineAlignment.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_PpBaselineAlignment_idl__
+#define __ooo_vba_powerpoint_PpBaselineAlignment_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpBaselineAlignment {
+        const long ppBaselineAlignBaseline = 1;
+        const long ppBaselineAlignCenter = 3;
+        const long ppBaselineAlignFarEast50 = 4;
+        const long ppBaselineAlignMixed = -2;
+        const long ppBaselineAlignTop = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBorderType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBorderType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBorderType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBorderType.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_PpBorderType_idl__
+#define __ooo_vba_powerpoint_PpBorderType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpBorderType {
+        const long ppBorderBottom = 3;
+        const long ppBorderDiagonalDown = 5;
+        const long ppBorderDiagonalUp = 6;
+        const long ppBorderLeft = 2;
+        const long ppBorderRight = 4;
+        const long ppBorderTop = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBulletType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBulletType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBulletType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpBulletType.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_PpBulletType_idl__
+#define __ooo_vba_powerpoint_PpBulletType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpBulletType {
+        const long ppBulletMixed = -2;
+        const long ppBulletNone = 0;
+        const long ppBulletNumbered = 2;
+        const long ppBulletPicture = 3;
+        const long ppBulletUnnumbered = 1;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpChangeCase.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpChangeCase.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpChangeCase.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpChangeCase.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_PpChangeCase_idl__
+#define __ooo_vba_powerpoint_PpChangeCase_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpChangeCase {
+        const long ppCaseLower = 2;
+        const long ppCaseSentence = 1;
+        const long ppCaseTitle = 4;
+        const long ppCaseToggle = 5;
+        const long ppCaseUpper = 3;
+    };
+}; }; };
+
+#endif


Reply via email to