diff options
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlCommandUnderlines.idl')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XlCommandUnderlines.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlCommandUnderlines.idl b/oovbaapi/ooo/vba/excel/XlCommandUnderlines.idl new file mode 100644 index 000000000..f5416e5e6 --- /dev/null +++ b/oovbaapi/ooo/vba/excel/XlCommandUnderlines.idl @@ -0,0 +1,10 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +module ooo { module vba { module excel { + constants XlCommandUnderlines { + const long xlCommandUnderlinesAutomatic = -4105; + const long xlCommandUnderlinesOff = -4146; + const long xlCommandUnderlinesOn = 1; + }; +}; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |