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

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

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpViewType.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpViewType.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpViewType.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/powerpoint/PpViewType.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_PpViewType_idl__
+#define __ooo_vba_powerpoint_PpViewType_idl__
+
+module ooo { module vba { module powerpoint {
+    constants PpViewType {
+        const long ppViewHandoutMaster = 4;
+        const long ppViewMasterThumbnails = 12;
+        const long ppViewNormal = 9;
+        const long ppViewNotesMaster = 5;
+        const long ppViewNotesPage = 3;
+        const long ppViewOutline = 6;
+        const long ppViewPrintPreview = 10;
+        const long ppViewSlide = 1;
+        const long ppViewSlideMaster = 2;
+        const long ppViewSlideSorter = 7;
+        const long ppViewThumbnails = 11;
+        const long ppViewTitleMaster = 8;
+    };
+}; }; };
+
+#endif

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

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/stdole/LoadPictureConstants.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_stdole_LoadPictureConstants_idl__
+#define __ooo_vba_stdole_LoadPictureConstants_idl__
+
+module ooo { module vba { module stdole {
+    constants LoadPictureConstants {
+        const long Color = 4;
+        const long Default = 0;
+        const long Monochrome = 1;
+        const long VgaColor = 2;
+    };
+}; }; };
+
+#endif

Added: 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl?rev=1731782&view=auto
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl
 (added)
+++ 
openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.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_stdole_OLE_TRISTATE_idl__
+#define __ooo_vba_stdole_OLE_TRISTATE_idl__
+
+module ooo { module vba { module stdole {
+    constants OLE_TRISTATE {
+        const long Checked = 1;
+        const long Gray = 2;
+        const long Unchecked = 0;
+    };
+}; }; };
+
+#endif


Reply via email to