Searched refs:aSlotType (Results 1 – 5 of 5) sorted by relevance
364 TypeId aSlotType = SFX_SLOTPOOL().GetSlotType(nId); in CreateControl() local365 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() local398 if ( aSlotType ) in IsSpecialControl()407 if ( rFactories[nFactory]->nTypeId == aSlotType && in IsSpecialControl()417 if ( rFactories[nFactory]->nTypeId == aSlotType && in IsSpecialControl()
167 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()
654 TypeId aSlotType = pSlotPool->GetSlotType(nSlotID); in CreateControl() local655 if ( aSlotType ) in CreateControl()664 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()673 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
337 TypeId aSlotType = pSlotPool->GetSlotType( nSlotId ); in CreateControl() local338 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()
35 SvMetaTypeRef aSlotType; member in SvMetaSlot
Completed in 42 milliseconds