19#ifndef INCLUDED_SVL_CTLOPTIONS_HXX
20#define INCLUDED_SVL_CTLOPTIONS_HXX
33 std::shared_ptr<SvtCTLOptions_Impl>
m_pImpl;
41 void SetCTLFontEnabled(
bool _bEnabled );
42 static bool IsCTLFontEnabled();
44 void SetCTLSequenceChecking(
bool _bEnabled );
45 static bool IsCTLSequenceChecking();
47 void SetCTLSequenceCheckingRestricted(
bool _bEnable );
48 static bool IsCTLSequenceCheckingRestricted();
50 void SetCTLSequenceCheckingTypeAndReplace(
bool _bEnable );
51 static bool IsCTLSequenceCheckingTypeAndReplace();
58 void SetCTLCursorMovement( CursorMovement _eMovement );
59 static CursorMovement GetCTLCursorMovement();
68 void SetCTLTextNumerals( TextNumerals _eNumerals );
69 static TextNumerals GetCTLTextNumerals();
78 E_CTLSEQUENCECHECKINGTYPEANDREPLACE
std::shared_ptr< SvtCTLOptions_Impl > m_pImpl
@ E_CTLSEQUENCECHECKINGRESTRICTED
constexpr OUStringLiteral IsReadOnly(u"IsReadOnly")