Searched refs:GetLinkedSlot (Results 1 – 5 of 5) sorted by relevance
626 pSlot = pSlot->GetLinkedSlot(); in Invalidate_Impl()630 for ( const SfxSlot *pSlave = pSlot->GetLinkedSlot(); in Invalidate_Impl()632 pSlave->GetLinkedSlot() == pSlot; in Invalidate_Impl()
1502 if ( !bInsert && bSameMethod && pSibling->GetLinkedSlot() ) in CreateSet_Impl()1505 const SfxSlot* pFirstSlave = pSibling->GetLinkedSlot(); in CreateSet_Impl()1511 DBG_ASSERT(pSlaveSlot->GetLinkedSlot() == pSibling, in CreateSet_Impl()1603 DBG_ASSERT( !pSlot || 0 == pSlot->GetLinkedSlot() || !pItem || in UpdateControllers_Impl()1606 const SfxSlot *pFirstSlave = pSlot ? pSlot->GetLinkedSlot() : 0; in UpdateControllers_Impl()
311 const SfxSlot* pSlave = rSlot.GetLinkedSlot(); in Call_Impl()316 pSlave = pSlave->GetLinkedSlot(); in Call_Impl()
299 const SfxSlot* GetLinkedSlot() const { return pLinkedSlot; } in GetLinkedSlot() function in SfxSlot
229 SvMetaSlot* GetLinkedSlot() const in GetLinkedSlot() function in SvMetaSlot
Completed in 46 milliseconds