Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/inc/sfx2/
H A Dshell.hxx277 SAL_DLLPRIVATE bool CanExecuteSlot_Impl( const SfxSlot &rSlot );
/AOO41X/main/sfx2/source/control/
H A Ddispatch.cxx236 if ( rSlot.IsMode(SFX_SLOT_FASTCALL) || rShell.CanExecuteSlot_Impl(rSlot) ) in Call_Impl()
1102 pShell->CanExecuteSlot_Impl( *pSlot ) ) in ExecuteFunction()
1159 pShell->CanExecuteSlot_Impl( *pSlot ) ) in ExecuteFunction()
H A Dshell.cxx858 bool SfxShell::CanExecuteSlot_Impl( const SfxSlot &rSlot ) in CanExecuteSlot_Impl() function in SfxShell