diff options
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r-- | sc/inc/unonames.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index 5ba1a3b760e5..167c10cfac35 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -323,6 +323,7 @@ #define SC_UNONAME_ANCTYPES "AnchorTypes" #define SC_UNONAME_TEXTWRAP "TextWrap" #define SC_UNONAME_FILEFORM "FileFormat" +#define SC_UNONAME_TEXTFIELD_TYPE "TextFieldType" // url field #define SC_UNONAME_REPR "Representation" @@ -334,6 +335,9 @@ #define SC_UNONAME_ISFIXED "IsFixed" #define SC_UNONAME_DATETIME "DateTime" +// table field +#define SC_UNONAME_TABLEPOS "TablePosition" + // conditional format #define SC_UNONAME_OPERATOR "Operator" #define SC_UNONAME_FORMULA1 "Formula1" |