LibreOffice Module sfx2 (master) 1
|
#include <tbxctrl.hxx>
Public Member Functions | |
SfxTbxCtrlFactory (SfxToolBoxControlCtor pTheCtor, const std::type_info &nTheTypeId, sal_uInt16 nTheSlotId) | |
Public Attributes | |
SfxToolBoxControlCtor | pCtor |
const std::type_info & | nTypeId |
sal_uInt16 | nSlotId |
Definition at line 43 of file tbxctrl.hxx.
|
inline |
Definition at line 49 of file tbxctrl.hxx.
sal_uInt16 SfxTbxCtrlFactory::nSlotId |
Definition at line 47 of file tbxctrl.hxx.
Referenced by SfxModule::RegisterToolBoxControl(), and SfxApplication::RegisterToolBoxControl_Impl().
const std::type_info& SfxTbxCtrlFactory::nTypeId |
Definition at line 46 of file tbxctrl.hxx.
Referenced by SfxModule::RegisterToolBoxControl(), and SfxApplication::RegisterToolBoxControl_Impl().
SfxToolBoxControlCtor SfxTbxCtrlFactory::pCtor |
Definition at line 45 of file tbxctrl.hxx.
Referenced by SfxToolBoxControl::CreateControl().