diff options
author | Eike Rathke <erack@redhat.com> | 2016-02-20 00:23:31 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-20 00:39:30 +0100 |
commit | 9f0fa7e5316509d73e3384a3b23b61a8a2d27f7c (patch) | |
tree | ed723ebb2ba5e38289f652255cc3ae4d323b8a09 /sc/inc/unonames.hxx | |
parent | 91dd7a67d1b64d56fc00b19db102731a91f220f7 (diff) |
add Wildcards UNO API implementation, tdf#72196
Change-Id: I3dbca9661b55596484ac77f92243fd463fa01ec9
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r-- | sc/inc/unonames.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index 59398959387e..c03178943fe7 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -278,6 +278,7 @@ #define SC_UNONAME_ISUSER "IsUserDefined" #define SC_UNONAME_ISNATIVE "IsNative" #define SC_UNONAME_REGEXP "RegularExpressions" +#define SC_UNONAME_WILDCARDS "Wildcards" #define SC_UNONAME_SAVEOUT "SaveOutputPosition" #define SC_UNONAME_SKIPDUP "SkipDuplicates" #define SC_UNONAME_SRCOBJ "SourceObject" @@ -498,6 +499,7 @@ #define SC_UNO_SPELLONLINE "SpellOnline" #define SC_UNO_STANDARDDEC "StandardDecimals" #define SC_UNO_REGEXENABLED "RegularExpressions" +#define SC_UNO_WILDCARDSENABLED "Wildcards" #define SC_UNO_BASICLIBRARIES "BasicLibraries" #define SC_UNO_DIALOGLIBRARIES "DialogLibraries" #define SC_UNO_RUNTIMEUID "RuntimeUID" |