Home
last modified time | relevance | path

Searched refs:nMasterSlotId (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dmsg.cxx34 if( !nMasterSlotId && !nValue) in GetKind()
36 if ( nMasterSlotId && fnExec==0 && fnState==0 ) in GetKind()
54 if ( !nMasterSlotId || nMasterSlotId == USHRT_MAX ) in GetWhich()
55 ((SfxSlot*) this) -> nMasterSlotId = rPool.GetWhich(nSlotId); in GetWhich()
56 return nMasterSlotId; in GetWhich()
H A Dobjface.cxx187 pIter->pLinkedSlot = GetSlot( pIter->nMasterSlotId ); in SetSlotMap()
198 if ( pCurSlot->nMasterSlotId == pIter->nMasterSlotId ) in SetSlotMap()
236 const SfxSlot *pMasterSlot = GetSlot(pIter->nMasterSlotId); in SetSlotMap()
250 if ( pSlave->nMasterSlotId != pMasterSlot->GetSlotId() ) in SetSlotMap()
H A Dshell.cxx1113 pNewSlot->nMasterSlotId = 0; in SFX_EXEC_STUB()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx257 sal_uInt16 nMasterSlotId; // Enum-Slot bzw. Which-Id member in SfxSlot
284 sal_uInt16 GetMasterSlotId() const { return nMasterSlotId; } in GetMasterSlotId()

Completed in 27 milliseconds