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()
281 class BASIC_DLLPUBLIC SbxCollection : public SbxObject class285 virtual ~SbxCollection();297 SbxCollection( const String& rClassname );298 SbxCollection( const SbxCollection& );299 SbxCollection& operator=( const SbxCollection& );310 class BASIC_DLLPUBLIC SbxStdCollection : public SbxCollection
Completed in 28 milliseconds