Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Dshell.cxx626 pSlot = pSlot->GetLinkedSlot(); in Invalidate_Impl()
630 for ( const SfxSlot *pSlave = pSlot->GetLinkedSlot(); in Invalidate_Impl()
632 pSlave->GetLinkedSlot() == pSlot; in Invalidate_Impl()
H A Dbindings.cxx1502 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()
H A Ddispatch.cxx311 const SfxSlot* pSlave = rSlot.GetLinkedSlot(); in Call_Impl()
316 pSlave = pSlave->GetLinkedSlot(); in Call_Impl()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx299 const SfxSlot* GetLinkedSlot() const { return pLinkedSlot; } in GetLinkedSlot() function in SfxSlot
/trunk/main/idl/inc/
H A Dslot.hxx229 SvMetaSlot* GetLinkedSlot() const in GetLinkedSlot() function in SvMetaSlot

Completed in 51 milliseconds