25#define PROP_UNO_CALCASSHOWN 1
26#define PROP_UNO_DEFTABSTOP 2
27#define PROP_UNO_IGNORECASE 3
28#define PROP_UNO_ITERENABLED 4
29#define PROP_UNO_ITERCOUNT 5
30#define PROP_UNO_ITEREPSILON 6
31#define PROP_UNO_LOOKUPLABELS 7
32#define PROP_UNO_MATCHWHOLE 8
33#define PROP_UNO_NULLDATE 9
34#define PROP_UNO_SPELLONLINE 10
35#define PROP_UNO_STANDARDDEC 11
36#define PROP_UNO_REGEXENABLED 12
37#define PROP_UNO_WILDCARDSENABLED 13
46 std::u16string_view aPropertyName,
47 const css::uno::Any& aValue );
51 std::u16string_view PropertyName );
68 const css::uno::Any& aValue )
override;
70 const OUString& PropertyName )
override;
static o3tl::span< const SfxItemPropertyMapEntry > GetPropertyMap()
static bool setPropertyValue(ScDocOptions &rOptions, const SfxItemPropertyMap &rPropMap, std::u16string_view aPropertyName, const css::uno::Any &aValue)
static css::uno::Any getPropertyValue(const ScDocOptions &rOptions, const SfxItemPropertyMap &rPropMap, std::u16string_view PropertyName)
virtual css::uno::Any SAL_CALL getPropertyValue(const OUString &PropertyName) override
virtual void SAL_CALL setPropertyValue(const OUString &aPropertyName, const css::uno::Any &aValue) override
ScDocOptionsObj(const ScDocOptions &rOpt)
virtual ~ScDocOptionsObj() override