Searched refs:SbxCollection (Results 1 – 4 of 4) sorted by relevance
33 TYPEINIT1(SbxCollection,SbxObject)34 TYPEINIT1(SbxStdCollection,SbxCollection)44 SbxCollection::SbxCollection( const XubString& rClass ) in SbxCollection() function in SbxCollection63 SbxCollection::SbxCollection( const SbxCollection& rColl ) in SbxCollection() function in SbxCollection67 SbxCollection& SbxCollection::operator=( const SbxCollection& r ) in operator =()74 SbxCollection::~SbxCollection() in ~SbxCollection()77 void SbxCollection::Clear() in Clear()83 void SbxCollection::Initialize() in Initialize()241 SbxCollection::operator=( r ); in operator =()257 SbxCollection::Insert( p ); in Insert()[all …]
395 if( !( ct == SbxCLASS_OBJECT && ISA(SbxCollection) ) ) in Make()444 if( !ISA(SbxCollection) ) in MakeObject()491 if( pArray == pObjs && ISA(SbxCollection) ) in Insert()
193 case SBXID_COLLECTION: return new SbxCollection( aEmptyStr ); in Create()
280 class SbxCollection : public SbxObject class284 virtual ~SbxCollection();296 SbxCollection( const String& rClassname );297 SbxCollection( const SbxCollection& );298 SbxCollection& operator=( const SbxCollection& );309 class SbxStdCollection : public SbxCollection
Completed in 24 milliseconds