Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/control/
H A Dbindings.cxx409 const SfxSlot *pRealSlot = 0; in Update_Impl() local
412 SfxItemSet *pSet = CreateSet_Impl( pCache, pRealSlot, &pMsgServer, aFound ); in Update_Impl()
417 if ( rDispat._FillState( *pMsgServer, *pSet, pRealSlot ) ) in Update_Impl()
444 pRealSlot, pCache ); in Update_Impl()
1266 const SfxSlot *pRealSlot = pShell->GetInterface()->GetRealSlot(pSlot); in Execute_Impl() local
1267 const sal_uInt16 nSlotId = pRealSlot->GetSlotId(); in Execute_Impl()
1270 … pDispatcher->_Execute( *pShell, *pRealSlot, aReq, aReq.GetCallMode() | SFX_CALLMODE_RECORD ); in Execute_Impl()
1417 const SfxSlot*& pRealSlot, // out: RealSlot zu nId in CreateSet_Impl() argument
1432 pRealSlot = 0; in CreateSet_Impl()
1447 pRealSlot = pInterface->GetRealSlot(pMsgSvr->GetSlot()); in CreateSet_Impl()
[all …]
H A Dobjface.cxx657 const SfxInterface* SfxInterface::GetRealInterfaceForSlot( const SfxSlot *pRealSlot ) const in GetRealInterfaceForSlot()
669 if ( pFirstSlot <= pRealSlot && pRealSlot <= pLastSlot ) in GetRealInterfaceForSlot()
H A Ddispatch.cxx2499 const SfxSlot* pRealSlot // ggf. der tats"achliche Slot in _FillState() argument
2537 if (pRealSlot) in _FillState()
2538 pFunc = pRealSlot->GetStateFnc(); in _FillState()
/AOO42X/main/sfx2/inc/sfx2/
H A Dbindings.hxx123 const SfxSlot* &pRealSlot,
H A Ddispatch.hxx134 SfxItemSet &rState, const SfxSlot *pRealSlot );