Lines Matching refs:SfxSlot
174 const SfxSlot* pSlot; // Pointer auf den <Master-Slot>
191 SfxFoundCache_Impl(sal_uInt16 nS, sal_uInt16 nW, const SfxSlot *pS, SfxStateCache *pC ): in SfxFoundCache_Impl()
409 const SfxSlot *pRealSlot = 0; in Update_Impl()
1210 const SfxSlot *pSlot=0; in Execute_Impl()
1259 void SfxBindings::Execute_Impl( SfxRequest& aReq, const SfxSlot* pSlot, SfxShell* pShell ) in Execute_Impl()
1266 const SfxSlot *pRealSlot = pShell->GetInterface()->GetRealSlot(pSlot); in Execute_Impl()
1417 const SfxSlot*& pRealSlot, // out: RealSlot zu nId in CreateSet_Impl()
1477 const SfxSlot *pSibling = pRealSlot->GetNextSlot(); in CreateSet_Impl()
1505 const SfxSlot* pFirstSlave = pSibling->GetLinkedSlot(); in CreateSet_Impl()
1506 for ( const SfxSlot *pSlaveSlot = pFirstSlave; in CreateSet_Impl()
1574 const SfxSlot* pSlot = pFound->pSlot; in UpdateControllers_Impl()
1606 const SfxSlot *pFirstSlave = pSlot ? pSlot->GetLinkedSlot() : 0; in UpdateControllers_Impl()
1618 for ( const SfxSlot *pSlave = pFirstSlave; pSlave; pSlave = pSlave->GetNextSlot() ) in UpdateControllers_Impl()
1983 const SfxSlot* SfxBindings::GetSlot(sal_uInt16 nSlotId) in GetSlot()
2097 const SfxSlot* pSlot = SfxSlotPool::GetSlotPool( pDispatcher->GetFrame() ).GetSlot( nSlot ); in QueryState()
2398 uno::Reference < frame::XDispatch > SfxBindings::GetDispatch( const SfxSlot* pSlot, const util::URL… in GetDispatch()