|
LibreOffice Module sfx2 (master) 1
|
Public Member Functions | |
| SfxModule_Impl () | |
| ~SfxModule_Impl () | |
Public Attributes | |
| std::optional< SfxSlotPool > | pSlotPool |
| std::vector< SfxTbxCtrlFactory > | maTbxCtrlFactories |
| std::vector< SfxStbCtrlFactory > | maStbCtrlFactories |
| std::vector< SfxChildWinFactory > | maFactories |
| OString | maResName |
Definition at line 40 of file module.cxx.
| SfxModule_Impl::SfxModule_Impl | ( | ) |
Definition at line 54 of file module.cxx.
| SfxModule_Impl::~SfxModule_Impl | ( | ) |
Definition at line 58 of file module.cxx.
References maStbCtrlFactories, maTbxCtrlFactories, and pSlotPool.
| std::vector<SfxChildWinFactory> SfxModule_Impl::maFactories |
Definition at line 47 of file module.cxx.
Referenced by SfxModule::GetChildWinFactoryById(), and SfxModule::RegisterChildWindow().
| OString SfxModule_Impl::maResName |
Definition at line 48 of file module.cxx.
Referenced by SfxModule::Construct_Impl(), and SfxModule::GetResLocale().
| std::vector<SfxStbCtrlFactory> SfxModule_Impl::maStbCtrlFactories |
Definition at line 46 of file module.cxx.
Referenced by SfxModule::GetStbCtrlFactory(), SfxModule::RegisterStatusBarControl(), and ~SfxModule_Impl().
| std::vector<SfxTbxCtrlFactory> SfxModule_Impl::maTbxCtrlFactories |
Definition at line 45 of file module.cxx.
Referenced by SfxModule::GetTbxCtrlFactory(), SfxModule::RegisterToolBoxControl(), and ~SfxModule_Impl().
| std::optional<SfxSlotPool> SfxModule_Impl::pSlotPool |
Definition at line 44 of file module.cxx.
Referenced by SfxModule::Construct_Impl(), SfxModule::GetSlotPool(), and ~SfxModule_Impl().