LibreOffice Module sfx2 (master) 1
|
#include <msg.hxx>
Public Member Functions | |
const std::type_info * | Type () const |
std::unique_ptr< SfxPoolItem > | CreateItem () const |
Public Attributes | |
std::function< SfxPoolItem *()> | createSfxPoolItemFunc |
const std::type_info * | pType |
sal_uInt16 | nAttribs |
SfxTypeAttrib | aAttrib [1] |
|
inline |
Definition at line 111 of file msg.hxx.
References createSfxPoolItemFunc.
Referenced by SfxFormalArgument::CreateItem(), SfxBindings::Execute_Impl(), SfxStatusListener::statusChanged(), SfxStatusBarControl::statusChanged(), SfxToolBoxControl::statusChanged(), BindDispatch_Impl::statusChanged(), and TransformParameters().
|
inline |
Definition at line 110 of file msg.hxx.
References pType.
Referenced by SfxDispatcher::FillState_(), and SfxSlotPool::GetSlotType().
SfxTypeAttrib SfxType::aAttrib[1] |
Definition at line 108 of file msg.hxx.
Referenced by TransformItems(), and TransformParameters().
std::function<SfxPoolItem* ()> SfxType::createSfxPoolItemFunc |
Definition at line 105 of file msg.hxx.
Referenced by CreateItem().
sal_uInt16 SfxType::nAttribs |
Definition at line 107 of file msg.hxx.
Referenced by TransformItems(), and TransformParameters().