Searched refs:_Execute (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sfx2/source/control/ |
H A D | dispatch.cxx | 1000 void SfxDispatcher::_Execute in _Execute() function in SfxDispatcher 1118 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction() 1124 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction() 1170 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction() 1310 _Execute( *pShell, *pSlot, aReq, nCall ); in Execute() 1369 _Execute( *pShell, *pSlot, *pReq, eCall ); in Execute() 1429 _Execute( *pShell, *pSlot, aReq, eCall ); in Execute() 1436 const SfxPoolItem* SfxDispatcher::_Execute in _Execute() function in SfxDispatcher 1477 _Execute( *pShell, *pSlot, aReq, eCall ); in _Execute() 1543 _Execute( *pShell, *pSlot, aReq, eCall ); in Execute() [all …]
|
H A D | bindings.cxx | 1270 … pDispatcher->_Execute( *pShell, *pRealSlot, aReq, aReq.GetCallMode() | SFX_CALLMODE_RECORD ); in Execute_Impl() 1350 pDispatcher->_Execute( *pShell, *pSlot, aReq, aReq.GetCallMode() | SFX_CALLMODE_RECORD ); in Execute_Impl() 1353 pDispatcher->_Execute( *pShell, *pSlot, aReq, aReq.GetCallMode() | SFX_CALLMODE_RECORD ); in Execute_Impl()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | dispatch.hxx | 135 const SfxPoolItem* _Execute( const SfxSlotServer &rServer ); 136 void _Execute( SfxShell &rShell, const SfxSlot &rSlot, 139 const SfxPoolItem* _Execute( sal_uInt16 nSlot, SfxCallMode eCall,
|
/aoo41x/main/sfx2/source/menu/ |
H A D | mnumgr.cxx | 436 GetBindings().GetDispatcher()->_Execute( nId, SFX_CALLMODE_RECORD, pArgs, pArg1 ); in IMPL_LINK_INLINE_END()
|
Completed in 41 milliseconds