Home
last modified time | relevance | path

Searched refs:FindType (Results 1 – 8 of 8) sorted by relevance

/trunk/main/idl/source/objects/
H A Dslot.cxx1448 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()
/trunk/main/idl/inc/
H A Ddatabase.hxx149 SvMetaType * FindType( const ByteString & rName );
150 static SvMetaType * FindType( const SvMetaType *, SvMetaTypeMemberList & );
/trunk/main/idl/source/prj/
H A Ddatabase.cxx458 SvMetaType * SvIdlDataBase::FindType( const SvMetaType * pPType, in FindType() function in SvIdlDataBase
467 SvMetaType * SvIdlDataBase::FindType( const ByteString & rName ) in FindType() function in SvIdlDataBase
/trunk/main/basic/source/inc/
H A Dimage.hxx88 const SbxObject* FindType (String aTypeName) const;
/trunk/main/basic/inc/basic/
H A Dsbmod.hxx119 const SbxObject* FindType( String aTypeName ) const;
/trunk/main/basic/source/classes/
H A Dimage.cxx513 const SbxObject* SbiImage::FindType (String aTypeName) const in FindType() function in SbiImage
H A Dsbxmod.cxx558 const SbxObject* SbModule::FindType( String aTypeName ) const in FindType() function in SbModule
560 return pImage ? pImage->FindType( aTypeName ) : NULL; in FindType()
H A Dsb.cxx603 const SbxObject* pObj = pMod->FindType( rClassName ); in CreateObject()

Completed in 48 milliseconds