LibreOffice Module sfx2 (master) 1
|
#include <msg.hxx>
Public Member Functions | |
std::unique_ptr< SfxPoolItem > | CreateItem () const |
Public Attributes | |
const SfxType * | pType |
const char * | pName |
sal_uInt16 | nSlotId |
|
inline |
Definition at line 178 of file msg.hxx.
References SfxType::CreateItem(), and pType.
Referenced by TransformParameters().
sal_uInt16 SfxFormalArgument::nSlotId |
Definition at line 176 of file msg.hxx.
Referenced by TransformItems(), and TransformParameters().
const char* SfxFormalArgument::pName |
Definition at line 175 of file msg.hxx.
Referenced by TransformItems(), and TransformParameters().
const SfxType* SfxFormalArgument::pType |
Definition at line 174 of file msg.hxx.
Referenced by CreateItem(), TransformItems(), and TransformParameters().