LibreOffice Module cui (master)
1
|
#include <cfgutil.hxx>
Public Member Functions | |
SfxGroupInfo_Impl (SfxCfgKind n, sal_uInt16 nr, void *pObj=nullptr) | |
Public Attributes | |
SfxCfgKind | nKind |
sal_uInt16 | nUniqueID |
void * | pObject |
OUString | sCommand |
OUString | sLabel |
OUString | sHelpText |
OUString | sTooltip |
Definition at line 92 of file cfgutil.hxx.
|
inline |
Definition at line 102 of file cfgutil.hxx.
SfxCfgKind SfxGroupInfo_Impl::nKind |
Definition at line 94 of file cfgutil.hxx.
Referenced by CommandCategoryListBox::categorySelected(), CuiConfigFunctionListBox::ClearAll(), CuiConfigGroupListBox::ClearAll(), CuiConfigFunctionListBox::GetHelpText(), SvxScriptSelectorDialog::GetScriptURL(), SvxConfigPage::GetScriptURL(), CuiConfigFunctionListBox::GetSelectedScriptURI(), CuiConfigGroupListBox::GroupSelected(), and IMPL_LINK().
sal_uInt16 SfxGroupInfo_Impl::nUniqueID |
Definition at line 95 of file cfgutil.hxx.
Referenced by CommandCategoryListBox::categorySelected(), and CuiConfigGroupListBox::GroupSelected().
void* SfxGroupInfo_Impl::pObject |
Definition at line 96 of file cfgutil.hxx.
Referenced by CuiConfigFunctionListBox::ClearAll(), CuiConfigGroupListBox::ClearAll(), CuiConfigFunctionListBox::GetSelectedScriptURI(), CuiConfigGroupListBox::GroupSelected(), and IMPL_LINK().
OUString SfxGroupInfo_Impl::sCommand |
Definition at line 97 of file cfgutil.hxx.
Referenced by CommandCategoryListBox::FillFunctionsList(), CuiConfigGroupListBox::FillFunctionsList(), CuiConfigFunctionListBox::GetCurCommand(), CuiConfigFunctionListBox::GetCurLabel(), CuiConfigFunctionListBox::GetHelpText(), SvxScriptSelectorDialog::GetScriptURL(), SvxConfigPage::GetScriptURL(), IMPL_LINK(), and IMPL_LINK_NOARG().
OUString SfxGroupInfo_Impl::sHelpText |
Definition at line 99 of file cfgutil.hxx.
Referenced by CuiConfigFunctionListBox::GetHelpText().
OUString SfxGroupInfo_Impl::sLabel |
Definition at line 98 of file cfgutil.hxx.
Referenced by CommandCategoryListBox::FillFunctionsList(), CuiConfigGroupListBox::FillFunctionsList(), CuiConfigFunctionListBox::GetCurLabel(), IMPL_LINK(), and IMPL_LINK_NOARG().
OUString SfxGroupInfo_Impl::sTooltip |
Definition at line 100 of file cfgutil.hxx.
Referenced by CommandCategoryListBox::FillFunctionsList(), CuiConfigGroupListBox::FillFunctionsList(), IMPL_LINK(), and IMPL_LINK_NOARG().