Home
last modified time | relevance | path

Searched refs:SbxCollection (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/basic/source/sbx/
H A Dsbxcoll.cxx33 TYPEINIT1(SbxCollection,SbxObject)
34 TYPEINIT1(SbxStdCollection,SbxCollection)
44 SbxCollection::SbxCollection( const XubString& rClass ) in SbxCollection() function in SbxCollection
63 SbxCollection::SbxCollection( const SbxCollection& rColl ) in SbxCollection() function in SbxCollection
67 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 …]
H A Dsbxobj.cxx395 if( !( ct == SbxCLASS_OBJECT && ISA(SbxCollection) ) ) in Make()
444 if( !ISA(SbxCollection) ) in MakeObject()
491 if( pArray == pObjs && ISA(SbxCollection) ) in Insert()
H A Dsbxbase.cxx193 case SBXID_COLLECTION: return new SbxCollection( aEmptyStr ); in Create()
/aoo42x/main/basic/inc/basic/
H A Dsbx.hxx281 class BASIC_DLLPUBLIC SbxCollection : public SbxObject class
285 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 20 milliseconds