Searched refs:pRealSlot (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/sfx2/source/control/ |
| H A D | bindings.cxx | 409 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 D | objface.cxx | 657 const SfxInterface* SfxInterface::GetRealInterfaceForSlot( const SfxSlot *pRealSlot ) const in GetRealInterfaceForSlot() 669 if ( pFirstSlot <= pRealSlot && pRealSlot <= pLastSlot ) in GetRealInterfaceForSlot()
|
| H A D | dispatch.cxx | 2499 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 D | bindings.hxx | 123 const SfxSlot* &pRealSlot,
|
| H A D | dispatch.hxx | 134 SfxItemSet &rState, const SfxSlot *pRealSlot );
|