Searched refs:FindType (Results 1 – 8 of 8) sorted by relevance
149 SvMetaType * FindType( const ByteString & rName );150 static SvMetaType * FindType( const SvMetaType *, SvMetaTypeMemberList & );
1448 pT = rBase.FindType( "SfxVoidItem" ); in WriteSlot()1455 if( !rBase.FindType( pT, rBase.aUsedTypes ) ) in WriteSlot()1463 SvMetaType *pT = rBase.FindType( "SfxBoolItem" ); in WriteSlot()1464 if ( pT && !rBase.FindType( pT, rBase.aUsedTypes ) ) in WriteSlot()1543 if( !rBase.FindType( pType, rBase.aUsedTypes ) ) in WriteSlotParamArray()1559 if( !rBase.FindType( pPType, rBase.aUsedTypes ) ) in WriteSlotParamArray()
88 const SbxObject* FindType (String aTypeName) const;
458 SvMetaType * SvIdlDataBase::FindType( const SvMetaType * pPType, in FindType() function in SvIdlDataBase467 SvMetaType * SvIdlDataBase::FindType( const ByteString & rName ) in FindType() function in SvIdlDataBase
118 const SbxObject* FindType( String aTypeName ) const;
513 const SbxObject* SbiImage::FindType (String aTypeName) const in FindType() function in SbiImage
558 const SbxObject* SbModule::FindType( String aTypeName ) const in FindType() function in SbModule560 return pImage ? pImage->FindType( aTypeName ) : NULL; in FindType()
603 const SbxObject* pObj = pMod->FindType( rClassName ); in CreateObject()
Completed in 118 milliseconds