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.
References n.
SfxCfgKind SfxGroupInfo_Impl::nKind |
Definition at line 94 of file cfgutil.hxx.
Referenced by CommandCategoryListBox::categorySelected(), 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 CuiConfigGroupListBox::GroupSelected(), and IMPL_LINK().
OUString SfxGroupInfo_Impl::sCommand |
Definition at line 97 of file cfgutil.hxx.
Referenced by CuiConfigGroupListBox::FillFunctionsList(), and CommandCategoryListBox::FillFunctionsList().
OUString SfxGroupInfo_Impl::sHelpText |
Definition at line 99 of file cfgutil.hxx.
OUString SfxGroupInfo_Impl::sLabel |
Definition at line 98 of file cfgutil.hxx.
Referenced by CuiConfigGroupListBox::FillFunctionsList(), and CommandCategoryListBox::FillFunctionsList().
OUString SfxGroupInfo_Impl::sTooltip |
Definition at line 100 of file cfgutil.hxx.
Referenced by CuiConfigGroupListBox::FillFunctionsList(), and CommandCategoryListBox::FillFunctionsList().