diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/ctloptions.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/svl/ctloptions.hxx b/include/svl/ctloptions.hxx index fe3432658929..06ada1b14854 100644 --- a/include/svl/ctloptions.hxx +++ b/include/svl/ctloptions.hxx @@ -41,6 +41,9 @@ public: void SetCTLFontEnabled( bool _bEnabled ); static bool IsCTLFontEnabled(); + void SetCTLVerticalText(bool bVertical); + static bool IsCTLVerticalText(); + void SetCTLSequenceChecking( bool _bEnabled ); static bool IsCTLSequenceChecking(); @@ -75,7 +78,8 @@ public: E_CTLCURSORMOVEMENT, E_CTLTEXTNUMERALS, E_CTLSEQUENCECHECKINGRESTRICTED, - E_CTLSEQUENCECHECKINGTYPEANDREPLACE + E_CTLSEQUENCECHECKINGTYPEANDREPLACE, + E_CTLVERTICALTEXT }; bool IsReadOnly(EOption eOption) const; }; |