Home
last modified time | relevance | path

Searched refs:ScSortedCollection (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/inc/
H A Dcollect.hxx83 class SC_DLLPUBLIC ScSortedCollection : public ScCollection class
92 ScSortedCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False);
93 ScSortedCollection(const ScSortedCollection& rScSortedCollection) : in ScSortedCollection() function in ScSortedCollection
104 sal_Bool operator==(const ScSortedCollection& rCmp) const;
128 class SC_DLLPUBLIC ScStrCollection : public ScSortedCollection
132 ScSortedCollection ( nLim, nDel, bDup ) {} in ScStrCollection()
134 ScSortedCollection ( rScStrCollection ) {} in ScStrCollection()
177 class SC_DLLPUBLIC TypedScStrCollection : public ScSortedCollection
186 : ScSortedCollection( rCpy ) { bCaseSensitive = rCpy.bCaseSensitive; } in TypedScStrCollection()
H A Dcallform.hxx98 class FuncCollection : public ScSortedCollection
101 …uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection ( nLim, nDel… in FuncCollection()
102 FuncCollection(const FuncCollection& rFuncCollection) : ScSortedCollection ( rFuncCollection ) {} in FuncCollection()
H A Drangenam.hxx180 class ScRangeName : public ScSortedCollection
186 using ScSortedCollection::Clone; // calcwarnings: shouldn't be used
191 ScSortedCollection ( nLim, nDel, bDup ), in ScRangeName()
H A Ddbcolect.hxx196 class SC_DLLPUBLIC ScDBCollection : public ScSortedCollection
206 ScSortedCollection ( nLim, nDel, bDup ), in ScDBCollection()
211 ScSortedCollection ( rScDBCollection ), in ScDBCollection()
H A Dolinetab.hxx65 class ScOutlineCollection : public ScSortedCollection
H A Dautoform.hxx258 class SC_DLLPUBLIC ScAutoFormat : public ScSortedCollection
/trunk/main/sc/source/core/tool/
H A Dcollect.cxx201 ScSortedCollection::ScSortedCollection(sal_uInt16 nLim, sal_uInt16 nDel, sal_Bool bDup) : in ScSortedCollection() function in ScSortedCollection
209 sal_uInt16 ScSortedCollection::IndexOf(ScDataObject* pScDataObject) const in IndexOf()
220 sal_Bool ScSortedCollection::Search(ScDataObject* pScDataObject, sal_uInt16& rIndex) const in Search()
250 sal_Bool ScSortedCollection::Insert(ScDataObject* pScDataObject) in Insert()
267 sal_Bool ScSortedCollection::InsertPos(ScDataObject* pScDataObject, sal_uInt16& nIndex) in InsertPos()
283 sal_Bool ScSortedCollection::operator==(const ScSortedCollection& rCmp) const in operator ==()
297 sal_Bool ScSortedCollection::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual()
358 : ScSortedCollection( nLim, nDel, bDup ) in TypedScStrCollection()
H A Dcallform.cxx182 class ModuleCollection : public ScSortedCollection
185 …uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection ( nLim, nDel… in ModuleCollection()
186 …ModuleCollection(const ModuleCollection& rModuleCollection) : ScSortedCollection ( rModuleCollecti… in ModuleCollection()
H A Drangenam.cxx741 ScSortedCollection ( rScRangeName ), in ScRangeName()
874 return ScSortedCollection::Insert(pScDataObject); in Insert()
H A Dautoform.cxx912 ScSortedCollection (nLim, nDel, bDup), in ScAutoFormat()
997 ScSortedCollection (rAutoFormat), in ScAutoFormat()
H A Ddbcolect.cxx918 sal_Bool bInserted = ScSortedCollection::Insert(pScDataObject); in Insert()
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx106 ScSortedCollection( 4,4,sal_False ) in ScOutlineCollection()

Completed in 48 milliseconds