summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl')
-rw-r--r--oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl b/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl
new file mode 100644
index 000000000000..91fb378f889c
--- /dev/null
+++ b/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl
@@ -0,0 +1,9 @@
+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;
+ };
+}; }; };