Home
last modified time | relevance | path

Searched refs:SfxFormalArgument (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/inc/sfx2/
H A Dshell.hxx47 struct SfxFormalArgument;
323 #define SFX_ARGUMENTMAP(ShellClass) static SfxFormalArgument __FAR_DATA a##ShellClass##Args_Impl[] =
325 #define SFX_SLOTMAP(ShellClass) static SfxFormalArgument __FAR_DATA a##ShellClass##Args_Impl[1]; \
335 static const SfxFormalArgument* pSfxFormalArgs_Impl; \
344 const SfxFormalArgument* Class::pSfxFormalArgs_Impl = a##Class##Args_Impl;\
H A Dmsg.hxx224 static SfxFormalArgument __FAR_DATA a##ShellClass##Args_Impl[1]; \
235 struct SfxFormalArgument struct
270 const SfxFormalArgument* pFirstArgDef; // erste formale Argument-Definition
293 const SfxFormalArgument& GetFormalArgument( sal_uInt16 nNo ) const in GetFormalArgument()
H A Dobjface.hxx36 struct SfxFormalArgument;
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx140 SfxFormalArgument aFormalArgs[] =
164 static sal_uInt16 nMediaArgsCount = sizeof(aFormalArgs) / sizeof (SfxFormalArgument);
366 …const SfxFormalArgument &rArg = bIsMediaDescriptor ? aFormalArgs[nArgs] : pSlot->GetFormalArgument… in TransformParameters()
1012 const SfxFormalArgument &rArg = pSlot->GetFormalArgument( nArg ); in TransformItems()
1167 …const SfxFormalArgument &rArg = bIsMediaDescriptor ? aFormalArgs[nArg] : pSlot->GetFormalArgument(… in TransformItems()
1353 const SfxFormalArgument &rArg = pSlot->GetFormalArgument( nArg ); in TransformItems()

Completed in 34 milliseconds