summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl')
-rw-r--r--oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl b/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
new file mode 100644
index 000000000000..e5c4cc755012
--- /dev/null
+++ b/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
@@ -0,0 +1,10 @@
+module ooo { module vba { module powerpoint {
+ constants PpShapeFormat {
+ const long ppShapeFormatBMP = 3;
+ const long ppShapeFormatEMF = 5;
+ const long ppShapeFormatGIF = 0;
+ const long ppShapeFormatJPG = 1;
+ const long ppShapeFormatPNG = 2;
+ const long ppShapeFormatWMF = 4;
+ };
+}; }; };