Lines Matching refs:pSlot

174     const SfxSlot*  pSlot;      // Pointer auf den <Master-Slot>  member
180 pSlot(0), in SfxFoundCache_Impl()
187 pSlot(r.pSlot), in SfxFoundCache_Impl()
194 pSlot(pS), in SfxFoundCache_Impl()
1210 const SfxSlot *pSlot=0; in Execute_Impl() local
1222 pSlot = pServer->GetSlot(); in Execute_Impl()
1243 Execute_Impl( aReq, pSlot, pShell ); in Execute_Impl()
1259 void SfxBindings::Execute_Impl( SfxRequest& aReq, const SfxSlot* pSlot, SfxShell* pShell ) in Execute_Impl() argument
1263 if ( SFX_KIND_ENUM == pSlot->GetKind() ) in Execute_Impl()
1266 const SfxSlot *pRealSlot = pShell->GetInterface()->GetRealSlot(pSlot); in Execute_Impl()
1269 aReq.AppendItem( SfxAllEnumItem( rPool.GetWhich(nSlotId), pSlot->GetValue() ) ); in Execute_Impl()
1272 else if ( SFX_KIND_ATTR == pSlot->GetKind() ) in Execute_Impl()
1275 const sal_uInt16 nSlotId = pSlot->GetSlotId(); in Execute_Impl()
1277 if ( pSlot->IsMode(SFX_SLOT_TOGGLE) ) in Execute_Impl()
1280 sal_uInt16 nWhich = pSlot->GetWhich(rPool); in Execute_Impl()
1282 SfxStateFunc aFunc = pSlot->GetStateFnc(); in Execute_Impl()
1323 SfxPoolItem *pNewItem = pSlot->GetType()->CreateItem(); 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()
1569 DBG_ASSERT( !pFound->pSlot || SFX_KIND_ENUM != pFound->pSlot->GetKind(), in UpdateControllers_Impl()
1574 const SfxSlot* pSlot = pFound->pSlot; in UpdateControllers_Impl() local
1575 DBG_ASSERT( !pCache || !pSlot || pCache->GetId() == pSlot->GetSlotId(), "SID mismatch" ); in UpdateControllers_Impl()
1603 DBG_ASSERT( !pSlot || 0 == pSlot->GetLinkedSlot() || !pItem || in UpdateControllers_Impl()
1606 const SfxSlot *pFirstSlave = pSlot ? pSlot->GetLinkedSlot() : 0; in UpdateControllers_Impl()
1622 DBG_ASSERT(pSlave->GetMasterSlotId() == pSlot->GetSlotId(),"falscher MasterSlot!"); in UpdateControllers_Impl()
2097 const SfxSlot* pSlot = SfxSlotPool::GetSlotPool( pDispatcher->GetFrame() ).GetSlot( nSlot ); in QueryState() local
2098 if ( !pSlot || !pSlot->pUnoName ) in QueryState()
2104 aURL.Path = ::rtl::OUString::createFromAscii(pSlot->GetUnoName()); in QueryState()
2134 BindDispatch_Impl *pBind = new BindDispatch_Impl( xDisp, aURL, pCache, pSlot ); in QueryState()
2398 uno::Reference < frame::XDispatch > SfxBindings::GetDispatch( const SfxSlot* pSlot, const util::URL… in GetDispatch() argument
2401 SfxStateCache* pCache = GetStateCache( pSlot->nSlotId ); in GetDispatch()
2408 new SfxOfficeDispatch( pDispatcher, pSlot, aURL ) : in GetDispatch()
2409 new SfxOfficeDispatch( *this, pDispatcher, pSlot, aURL ); in GetDispatch()
2414 pCache = GetStateCache( pSlot->nSlotId ); in GetDispatch()