summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl')
-rw-r--r--oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl b/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
new file mode 100644
index 000000000000..9fe09e7e7563
--- /dev/null
+++ b/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
@@ -0,0 +1,10 @@
+module ooo { module vba { module powerpoint {
+ constants PpChartUnitEffect {
+ const long ppAnimateByCategory = 2;
+ const long ppAnimateByCategoryElements = 4;
+ const long ppAnimateBySeries = 1;
+ const long ppAnimateBySeriesElements = 3;
+ const long ppAnimateChartAllAtOnce = 5;
+ const long ppAnimateChartMixed = -2;
+ };
+}; }; };