Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx364 TypeId aSlotType = SFX_SLOTPOOL().GetSlotType(nId); in CreateControl() local
365 if ( aSlotType ) in CreateControl()
377 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
387 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
397 TypeId aSlotType = SFX_SLOTPOOL().GetSlotType( nId ); in IsSpecialControl() local
398 if ( aSlotType ) in IsSpecialControl()
407 if ( rFactories[nFactory]->nTypeId == aSlotType && in IsSpecialControl()
417 if ( rFactories[nFactory]->nTypeId == aSlotType && in IsSpecialControl()
/trunk/main/idl/source/objects/
H A Dslot.cxx167 aSlotType = pT; in Load()
257 if( aSlotType.Is() ) nMask |= 0x2000; in Save()
290 if( nMask & 0x2000 ) rStm << aSlotType; in Save()
353 if( aSlotType.Is() || !GetRef() ) return aSlotType; in GetSlotType()
661 if( !aSlotType.Is() ) in ReadAttributesSvIdl()
670 aSlotType = rBase.ReadKnownType( rInStm ); in ReadAttributesSvIdl()
671 if( aSlotType.Is() ) in ReadAttributesSvIdl()
673 if( aSlotType->IsItem() ) in ReadAttributesSvIdl()
727 if( aSlotType.Is() ) in WriteAttributesSvIdl()
731 aSlotType->WriteTheType( rBase, rOutStm, nTab, WRITE_IDL ); in WriteAttributesSvIdl()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx654 TypeId aSlotType = pSlotPool->GetSlotType(nSlotID); in CreateControl() local
655 if ( aSlotType ) in CreateControl()
664 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
673 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx337 TypeId aSlotType = pSlotPool->GetSlotType( nSlotId ); in CreateControl() local
338 if ( aSlotType ) in CreateControl()
351 … if( (rFactories[nFactory]->nTypeId == aSlotType) && (rFactories[nFactory]->nSlotId == nSlotId) ) in CreateControl()
359 if( (rFactories[nFactory]->nTypeId == aSlotType) && (rFactories[nFactory]->nSlotId == 0) ) in CreateControl()
377 if( (rFactories[nFactory]->nTypeId == aSlotType) && (rFactories[nFactory]->nSlotId == nSlotId) ) in CreateControl()
385 if( (rFactories[nFactory]->nTypeId == aSlotType) && (rFactories[nFactory]->nSlotId == 0) ) in CreateControl()
/trunk/main/idl/inc/
H A Dslot.hxx35 SvMetaTypeRef aSlotType; member in SvMetaSlot

Completed in 47 milliseconds