Go to the source code of this file.
◆ SFX_DECL_STATUSBAR_CONTROL
#define SFX_DECL_STATUSBAR_CONTROL |
( |
| ) |
|
Value:
static
void RegisterControl(sal_uInt16 nSlotId = 0,
SfxModule *pMod=
nullptr)
Definition at line 120 of file stbitem.hxx.
◆ SFX_IMPL_STATUSBAR_CONTROL
#define SFX_IMPL_STATUSBAR_CONTROL |
( |
|
Class, |
|
|
|
nItemClass |
|
) |
| |
Value:
{
return new Class( nSlotId, nId, rStb ); } \
void Class::RegisterControl(sal_uInt16 nSlotId,
SfxModule *pMod) \
Class::CreateImpl, typeid(nItemClass), nSlotId ) ); }
static void RegisterStatusBarControl(SfxModule *, const SfxStbCtrlFactory &)
Definition at line 124 of file stbitem.hxx.
◆ SfxStatusBarControlCtor
◆ SfxStatusBarControllerFactory()