LibreOffice Module cui (master) 1
|
#include <cfgutil.hxx>
Public Member Functions | |
SfxStylesInfo_Impl () | |
void | init (const OUString &rModuleName, const css::uno::Reference< css::frame::XModel > &xModel) |
void | getLabel4Style (SfxStyleInfo_Impl &aStyle) |
std::vector< SfxStyleInfo_Impl > | getStyleFamilies () const |
std::vector< SfxStyleInfo_Impl > | getStyles (const OUString &sFamily) |
Static Public Member Functions | |
static bool | parseStyleCommand (SfxStyleInfo_Impl &aStyle) |
static OUString | generateCommand (std::u16string_view sFamily, std::u16string_view sStyle) |
Private Attributes | |
OUString | m_aModuleName |
css::uno::Reference< css::frame::XModel > | m_xDoc |
Definition at line 61 of file cfgutil.hxx.
SfxStylesInfo_Impl::SfxStylesInfo_Impl | ( | ) |
Definition at line 69 of file cfgutil.cxx.
|
static |
Definition at line 86 of file cfgutil.cxx.
Referenced by getStyles().
void SfxStylesInfo_Impl::getLabel4Style | ( | SfxStyleInfo_Impl & | aStyle | ) |
Definition at line 128 of file cfgutil.cxx.
References m_xDoc, SfxStyleInfo_Impl::sCommand, SfxStyleInfo_Impl::sFamily, SfxStyleInfo_Impl::sLabel, SfxStyleInfo_Impl::sStyle, STYLEPROP_UINAME, and xModel.
Referenced by SfxAcceleratorConfigPage::GetLabel4Command().
std::vector< SfxStyleInfo_Impl > SfxStylesInfo_Impl::getStyleFamilies | ( | ) | const |
Definition at line 161 of file cfgutil.cxx.
References m_aModuleName, m_xDoc, SfxStyleInfo_Impl::sFamily, SfxStyleInfo_Impl::sLabel, STYLEPROP_UINAME, and xModel.
Referenced by CommandCategoryListBox::categorySelected().
std::vector< SfxStyleInfo_Impl > SfxStylesInfo_Impl::getStyles | ( | const OUString & | sFamily | ) |
Definition at line 203 of file cfgutil.cxx.
References generateCommand(), i, m_xDoc, SfxStyleInfo_Impl::sCommand, SfxStyleInfo_Impl::sFamily, SfxStyleInfo_Impl::sLabel, SfxStyleInfo_Impl::sStyle, and xModel.
Referenced by CommandCategoryListBox::categorySelected(), and CuiConfigGroupListBox::GroupSelected().
void SfxStylesInfo_Impl::init | ( | const OUString & | rModuleName, |
const css::uno::Reference< css::frame::XModel > & | xModel | ||
) |
Definition at line 72 of file cfgutil.cxx.
References m_aModuleName, m_xDoc, and xModel.
Referenced by SfxAcceleratorConfigPage::Init(), CommandCategoryListBox::Init(), and SvxScriptSelectorDialog::SvxScriptSelectorDialog().
|
static |
Definition at line 95 of file cfgutil.cxx.
References CMDURL_FPART_ONLY, CMDURL_SPART_ONLY, CMDURL_STYLEPROT_ONLY, i, SfxStyleInfo_Impl::sCommand, SfxStyleInfo_Impl::sFamily, and SfxStyleInfo_Impl::sStyle.
Referenced by SfxAcceleratorConfigPage::GetLabel4Command().
|
private |
Definition at line 64 of file cfgutil.hxx.
Referenced by getStyleFamilies(), and init().
|
private |
Definition at line 65 of file cfgutil.hxx.
Referenced by getLabel4Style(), getStyleFamilies(), getStyles(), and init().