Searched refs:SfxFormalArgument (Results 1 – 4 of 4) sorted by relevance
47 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;\
224 static SfxFormalArgument __FAR_DATA a##ShellClass##Args_Impl[1]; \235 struct SfxFormalArgument struct270 const SfxFormalArgument* pFirstArgDef; // erste formale Argument-Definition293 const SfxFormalArgument& GetFormalArgument( sal_uInt16 nNo ) const in GetFormalArgument()
36 struct SfxFormalArgument;
140 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