summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdStatistic.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdStatistic.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdStatistic.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdStatistic.idl b/oovbaapi/ooo/vba/word/WdStatistic.idl
new file mode 100644
index 000000000000..1d6498b3d980
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdStatistic.idl
@@ -0,0 +1,11 @@
+module ooo { module vba { module word {
+ constants WdStatistic {
+ const long wdStatisticCharacters = 3;
+ const long wdStatisticCharactersWithSpaces = 5;
+ const long wdStatisticFarEastCharacters = 6;
+ const long wdStatisticLines = 1;
+ const long wdStatisticPages = 2;
+ const long wdStatisticParagraphs = 4;
+ const long wdStatisticWords = 0;
+ };
+}; }; };