#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
#include <svl/poolitem.hxx>
#include <svtools/toolboxcontroller.hxx>
#include <rtl/ref.hxx>
#include <vcl/vclptr.hxx>
Go to the source code of this file.
◆ SFX_DECL_TOOLBOX_CONTROL
#define SFX_DECL_TOOLBOX_CONTROL |
( |
| ) |
|
Value:
static
void RegisterControl(sal_uInt16 nSlotId = 0,
SfxModule *pMod=
nullptr)
Definition at line 58 of file tbxctrl.hxx.
◆ SFX_IMPL_TOOLBOX_CONTROL
#define SFX_IMPL_TOOLBOX_CONTROL |
( |
|
Class, |
|
|
|
nItemClass |
|
) |
| |
Value:
{
return new Class( nSlotId, nId, rTbx ); } \
void Class::RegisterControl(sal_uInt16 nSlotId,
SfxModule *pMod) \
Class::CreateImpl, typeid(nItemClass), nSlotId ) ); }
Definition at line 124 of file tbxctrl.hxx.
◆ SFX_IMPL_TOOLBOX_CONTROL_ARG
#define SFX_IMPL_TOOLBOX_CONTROL_ARG |
( |
|
Class, |
|
|
|
nItemClass, |
|
|
|
Arg |
|
) |
| |
Value:
{
return new Class( nSlotId, nId, rTbx, Arg); } \
void Class::RegisterControl(sal_uInt16 nSlotId,
SfxModule *pMod) \
Class::CreateImpl, typeid(nItemClass), nSlotId ) ); }
Definition at line 131 of file tbxctrl.hxx.
◆ SfxToolBoxControlCtor
◆ SfxToolBoxControllerFactory()