LibreOffice Module cui (master) 1
|
Public Member Functions | |
OptionsGroupInfo (SfxShell *pSh, SfxModule *pMod, sal_uInt16 nId) | |
Public Attributes | |
std::optional< SfxItemSet > | m_pInItemSet |
std::unique_ptr< SfxItemSet > | m_pOutItemSet |
SfxShell * | m_pShell |
SfxModule * | m_pModule |
sal_uInt16 | m_nDialogId |
Definition at line 428 of file treeopt.cxx.
Definition at line 436 of file treeopt.cxx.
References nId.
sal_uInt16 OptionsGroupInfo::m_nDialogId |
Definition at line 434 of file treeopt.cxx.
Referenced by OfaTreeOptionsDialog::ApplyItemSets(), IMPL_LINK(), and OfaTreeOptionsDialog::InitItemSets().
std::optional<SfxItemSet> OptionsGroupInfo::m_pInItemSet |
Definition at line 430 of file treeopt.cxx.
Referenced by IMPL_LINK(), OfaTreeOptionsDialog::InitItemSets(), OfaTreeOptionsDialog::ResetCurrentPageFromConfig(), and OfaTreeOptionsDialog::SelectHdl_Impl().
SfxModule* OptionsGroupInfo::m_pModule |
Definition at line 433 of file treeopt.cxx.
Referenced by OfaTreeOptionsDialog::SelectHdl_Impl().
std::unique_ptr<SfxItemSet> OptionsGroupInfo::m_pOutItemSet |
Definition at line 431 of file treeopt.cxx.
Referenced by OfaTreeOptionsDialog::ApplyItemSets(), OfaTreeOptionsDialog::ApplyOptions(), IMPL_LINK(), OfaTreeOptionsDialog::InitItemSets(), and OfaTreeOptionsDialog::SelectHdl_Impl().
SfxShell* OptionsGroupInfo::m_pShell |
Definition at line 432 of file treeopt.cxx.
Referenced by OfaTreeOptionsDialog::ApplyItemSets(), IMPL_LINK(), and OfaTreeOptionsDialog::InitItemSets().