LibreOffice Module editeng (master) 1
|
Go to the source code of this file.
Enumerations | |
enum class | SvxFrameDirection { Unknown = -1 , Horizontal_LR_TB = css::text::WritingMode2::LR_TB , Horizontal_RL_TB = css::text::WritingMode2::RL_TB , Vertical_RL_TB = css::text::WritingMode2::TB_RL , Vertical_LR_TB = css::text::WritingMode2::TB_LR , Environment = css::text::WritingMode2::CONTEXT , Vertical_LR_BT = css::text::WritingMode2::BT_LR , Vertical_RL_TB90 = css::text::WritingMode2::TB_RL90 } |
Defines possible text directions in frames. More... | |
Functions | |
TranslateId | getFrmDirResId (size_t nIndex) |
|
strong |
Defines possible text directions in frames.
A scoped enum over the constants in css::text:WritingMode2.
Definition at line 30 of file frmdir.hxx.
TranslateId getFrmDirResId | ( | size_t | nIndex | ) |
Definition at line 4589 of file frmitems.cxx.
References nIndex.
Referenced by SvxFrameDirectionItem::GetPresentation(), and SvxWritingModeItem::GetPresentation().