Home
last modified time | relevance | path

Searched refs:aExecMethod (Results 1 – 3 of 3) sorted by relevance

/trunk/main/idl/source/objects/
H A Dslot.cxx108 if( nMask & 0x0010 ) rStm >> aExecMethod; in Load()
193 if( aExecMethod.Len() ) nMask |= 0x0010; in Save()
217 if( nMask & 0x0010 ) rStm << aExecMethod; in Save()
383 if( aExecMethod.Len() || !GetRef() ) return aExecMethod; in GetExecMethod()
600 bOk |= aExecMethod.ReadSvIdl( SvHash_ExecMethod(), rInStm ); in ReadAttributesSvIdl()
751 if( aExecMethod.Len() ) in WriteAttributesSvIdl()
754 aExecMethod.WriteSvIdl( SvHash_ExecMethod(), rOutStm, nTab +1); in WriteAttributesSvIdl()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx76 #define SFX_EXEC_STUB( aShellClass, aExecMethod) \ argument
77 void __EXPORT SfxStub##aShellClass##aExecMethod( \
80 (( aShellClass* ) pShell )->aExecMethod( rReq ); \
/trunk/main/idl/inc/
H A Dslot.hxx40 SvIdentifier aExecMethod; member in SvMetaSlot

Completed in 26 milliseconds