summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl b/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl
new file mode 100644
index 000000000000..b571c9199233
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl
@@ -0,0 +1,14 @@
+module ooo { module vba { module office {
+ constants MsoPresetLightingDirection {
+ const long msoLightingBottom = 8;
+ const long msoLightingBottomLeft = 7;
+ const long msoLightingBottomRight = 9;
+ const long msoLightingLeft = 4;
+ const long msoLightingNone = 5;
+ const long msoLightingRight = 6;
+ const long msoLightingTop = 2;
+ const long msoLightingTopLeft = 1;
+ const long msoLightingTopRight = 3;
+ const long msoPresetLightingDirectionMixed = -2;
+ };
+}; }; };