summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-05-30 18:08:50 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 16:41:08 +0200
commit246efa0d481c4b3bb55c1f53d954557cc027c008 (patch)
tree76742dc66aaa690f9588450e590a6694f391ba00 /oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
parentRelated: rhbz#702833 addEventListener without removeEventListener (diff)
downloadcore-246efa0d481c4b3bb55c1f53d954557cc027c008.tar.gz
core-246efa0d481c4b3bb55c1f53d954557cc027c008.zip
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl')
-rw-r--r--oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl21
1 files changed, 21 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl b/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
new file mode 100644
index 000000000000..0b90cecd9abe
--- /dev/null
+++ b/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
@@ -0,0 +1,21 @@
+module ooo { module vba { module powerpoint {
+ constants PpPlaceholderType {
+ const long ppPlaceholderBitmap = 9;
+ const long ppPlaceholderBody = 2;
+ const long ppPlaceholderCenterTitle = 3;
+ const long ppPlaceholderChart = 8;
+ const long ppPlaceholderDate = 16;
+ const long ppPlaceholderFooter = 15;
+ const long ppPlaceholderHeader = 14;
+ const long ppPlaceholderMediaClip = 10;
+ const long ppPlaceholderMixed = -2;
+ const long ppPlaceholderObject = 7;
+ const long ppPlaceholderOrgChart = 11;
+ const long ppPlaceholderSlideNumber = 13;
+ const long ppPlaceholderSubtitle = 4;
+ const long ppPlaceholderTable = 12;
+ const long ppPlaceholderTitle = 1;
+ const long ppPlaceholderVerticalBody = 6;
+ const long ppPlaceholderVerticalTitle = 5;
+ };
+}; }; };