Searched refs:ScCollection (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | collect.cxx | 57 ScCollection::ScCollection(sal_uInt16 nLim, sal_uInt16 nDel) : in ScCollection() function in ScCollection 74 ScCollection::ScCollection(const ScCollection& rCollection) in ScCollection() function in ScCollection 86 ScCollection::~ScCollection() in ~ScCollection() 93 void ScCollection::AtFree(sal_uInt16 nIndex) in AtFree() 106 void ScCollection::Free(ScDataObject* pScDataObject) in Free() 113 void ScCollection::FreeAll() in FreeAll() 154 ScDataObject* ScCollection::At(sal_uInt16 nIndex) const in At() 176 ScCollection& ScCollection::operator=( const ScCollection& r ) in operator =() 192 ScDataObject* ScCollection::Clone() const in Clone() 194 return new ScCollection(*this); in Clone() [all …]
|
H A D | userlist.cxx | 179 ScCollection ( nLim, nDel ) in ScUserList()
|
/trunk/main/sc/source/filter/inc/ |
H A D | scflt.hxx | 557 class Sc10FontCollection : public ScCollection 566 using ScCollection::At; 593 class Sc10NameCollection : public ScCollection 602 using ScCollection::At; 646 class Sc10PatternCollection : public ScCollection 655 using ScCollection::At; 676 class Sc10DataBaseCollection : public ScCollection 686 using ScCollection::At; 701 class Sc10PageCollection : public ScCollection 704 Sc10PageCollection() : ScCollection(1,1) {}; in Sc10PageCollection() [all …]
|
/trunk/main/sc/inc/ |
H A D | collect.hxx | 53 class SC_DLLPUBLIC ScCollection : public ScDataObject class 61 ScCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4); 62 ScCollection(const ScCollection& rCollection); 63 virtual ~ScCollection(); 79 ScCollection& operator=( const ScCollection& rCol ); 83 class SC_DLLPUBLIC ScSortedCollection : public ScCollection 94 ScCollection(rScSortedCollection), in ScSortedCollection()
|
H A D | userlist.hxx | 59 class SC_DLLPUBLIC ScUserList : public ScCollection 63 ScUserList( const ScUserList& rUserList ) : ScCollection ( rUserList ) {} in ScUserList() 78 { return (ScUserList&)ScCollection::operator=( r ); } in operator =()
|
H A D | chartarr.hxx | 106 class ScChartCollection : public ScCollection 109 ScChartCollection() : ScCollection( 4,4 ) {} in ScChartCollection() 111 ScCollection( rColl ) {} in ScChartCollection()
|
H A D | dpobject.hxx | 262 class ScDPCollection : public ScCollection
|
/trunk/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 400 template < typename T > sal_uLong insert_new( ScCollection* pCollection, SvStream& rStream ) in insert_new() 436 ScCollection (4, 4), in Sc10FontCollection() 482 ScCollection (4, 4), in Sc10NameCollection() 527 ScCollection (4, 4), in Sc10PatternCollection() 591 ScCollection (4, 4), in Sc10DataBaseCollection()
|
/trunk/main/sc/source/ui/inc/ |
H A D | areasave.hxx | 60 class ScAreaLinkSaveCollection : public ScCollection
|
/trunk/main/sc/source/ui/undo/ |
H A D | areasave.cxx | 118 ScCollection( rCopy ) in ScAreaLinkSaveCollection()
|
/trunk/main/sc/source/core/data/ |
H A D | dpobject.cxx | 2403 ScCollection(r), in ScDPCollection()
|
Completed in 54 milliseconds