Home
last modified time | relevance | path

Searched refs:pFirstSlave (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dbindings.cxx1505 const SfxSlot* pFirstSlave = pSibling->GetLinkedSlot(); in CreateSet_Impl() local
1506 for ( const SfxSlot *pSlaveSlot = pFirstSlave; in CreateSet_Impl()
1522 if (pSlaveSlot->GetNextSlot() == pFirstSlave) in CreateSet_Impl()
1606 const SfxSlot *pFirstSlave = pSlot ? pSlot->GetLinkedSlot() : 0; in UpdateControllers_Impl() local
1607 if ( pIF && pFirstSlave) in UpdateControllers_Impl()
1618 for ( const SfxSlot *pSlave = pFirstSlave; pSlave; pSlave = pSlave->GetNextSlot() ) in UpdateControllers_Impl()
1636 if (pSlave->GetNextSlot() == pFirstSlave) in UpdateControllers_Impl()
1661 if (pSlave->GetNextSlot() == pFirstSlave) in UpdateControllers_Impl()
H A Dobjface.cxx237 const SfxSlot *pFirstSlave = pMasterSlot->pLinkedSlot; in SetSlotMap() local
238 const SfxSlot *pSlave = pFirstSlave; in SetSlotMap()
261 while ( pSlave != pFirstSlave ); in SetSlotMap()

Completed in 21 milliseconds