|
LibreOffice Module sfx2 (master) 1
|
#include <stbitem.hxx>
Public Member Functions | |
| SfxStbCtrlFactory (SfxStatusBarControlCtor pTheCtor, const std::type_info &nTheTypeId, sal_uInt16 nTheSlotId) | |
Public Attributes | |
| SfxStatusBarControlCtor | pCtor |
| const std::type_info & | nTypeId |
| sal_uInt16 | nSlotId |
Definition at line 39 of file stbitem.hxx.
|
inline |
Definition at line 45 of file stbitem.hxx.
| sal_uInt16 SfxStbCtrlFactory::nSlotId |
Definition at line 43 of file stbitem.hxx.
Referenced by SfxModule::RegisterStatusBarControl(), and SfxApplication::RegisterStatusBarControl_Impl().
| const std::type_info& SfxStbCtrlFactory::nTypeId |
Definition at line 42 of file stbitem.hxx.
Referenced by SfxModule::RegisterStatusBarControl(), and SfxApplication::RegisterStatusBarControl_Impl().
| SfxStatusBarControlCtor SfxStbCtrlFactory::pCtor |
Definition at line 41 of file stbitem.hxx.
Referenced by SfxStatusBarControl::CreateControl().