summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/word/WdReferenceKind.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdReferenceKind.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdReferenceKind.idl17
1 files changed, 17 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdReferenceKind.idl b/oovbaapi/ooo/vba/word/WdReferenceKind.idl
new file mode 100644
index 000000000000..e5f12c63323e
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdReferenceKind.idl
@@ -0,0 +1,17 @@
+module ooo { module vba { module word {
+ constants WdReferenceKind {
+ const long wdContentText = -1;
+ const long wdEndnoteNumber = 6;
+ const long wdEndnoteNumberFormatted = 17;
+ const long wdEntireCaption = 2;
+ const long wdFootnoteNumber = 5;
+ const long wdFootnoteNumberFormatted = 16;
+ const long wdNumberFullContext = -4;
+ const long wdNumberNoContext = -3;
+ const long wdNumberRelativeContext = -2;
+ const long wdOnlyCaptionText = 4;
+ const long wdOnlyLabelAndNumber = 3;
+ const long wdPageNumber = 7;
+ const long wdPosition = 15;
+ };
+}; }; };