Home
last modified time | relevance | path

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

/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 ); \
83 #define SFX_STATE_STUB( aShellClass, aStateMethod) \ argument
84 void __EXPORT SfxStub##aShellClass##aStateMethod( \
87 (( aShellClass* ) pShell )->aStateMethod( rSet ); \
90 #define SFX_STUB_PTR( aShellClass, aMethod ) \ argument
91 &SfxStub##aShellClass##aMethod
173 &a##aShellClass##Args_Impl[nArg0], nArgs, 0, Name \
176 #define SFX_SLOT( aShellClass, id, GroupId, ExecMethodPtr, StateMethodPtr, Flags, ItemClass ) \ argument
[all …]

Completed in 11 milliseconds