Home
last modified time | relevance | path

Searched refs:ScCollection (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dcollect.cxx57 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()
92 sal_uInt16 ScCollection::GetCount() const { return nCount; } in GetCount()
93 void ScCollection::AtFree(sal_uInt16 nIndex) in AtFree()
106 void ScCollection::Free(ScDataObject* pScDataObject) in Free()
113 void ScCollection::FreeAll() in FreeAll()
122 sal_Bool ScCollection::AtInsert(sal_uInt16 nIndex, ScDataObject* pScDataObject) in AtInsert()
147 sal_Bool ScCollection::Insert(ScDataObject* pScDataObject) in Insert()
154 ScDataObject* ScCollection::At(sal_uInt16 nIndex) const in At()
[all …]
H A Duserlist.cxx179 ScCollection ( nLim, nDel ) in ScUserList()
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx557 class Sc10FontCollection : public ScCollection
564 Sc10FontData* At(sal_uInt16 nIndex) { return (Sc10FontData*)ScCollection::At(nIndex); } in At()
566 using ScCollection::At;
593 class Sc10NameCollection : public ScCollection
600 Sc10NameData* At(sal_uInt16 nIndex) { return (Sc10NameData*)ScCollection::At(nIndex); } in At()
602 using ScCollection::At;
646 class Sc10PatternCollection : public ScCollection
653 Sc10PatternData* At(sal_uInt16 nIndex) { return (Sc10PatternData*)ScCollection::At(nIndex); } in At()
655 using ScCollection::At;
676 class Sc10DataBaseCollection : public ScCollection
[all …]
/trunk/main/sc/inc/
H A Dcollect.hxx53 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 Duserlist.hxx59 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 Dchartarr.hxx106 class ScChartCollection : public ScCollection
109 ScChartCollection() : ScCollection( 4,4 ) {} in ScChartCollection()
111 ScCollection( rColl ) {} in ScChartCollection()
H A Ddpobject.hxx262 class ScDPCollection : public ScCollection
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx400 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 Dareasave.hxx60 class ScAreaLinkSaveCollection : public ScCollection
/trunk/main/sc/source/ui/undo/
H A Dareasave.cxx118 ScCollection( rCopy ) in ScAreaLinkSaveCollection()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx2403 ScCollection(r), in ScDPCollection()