Searched refs:ScSortedCollection (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sc/inc/ |
H A D | collect.hxx | 83 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 D | callform.hxx | 98 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 D | rangenam.hxx | 180 class ScRangeName : public ScSortedCollection 186 using ScSortedCollection::Clone; // calcwarnings: shouldn't be used 191 ScSortedCollection ( nLim, nDel, bDup ), in ScRangeName()
|
H A D | dbcolect.hxx | 196 class SC_DLLPUBLIC ScDBCollection : public ScSortedCollection 206 ScSortedCollection ( nLim, nDel, bDup ), in ScDBCollection() 211 ScSortedCollection ( rScDBCollection ), in ScDBCollection()
|
H A D | olinetab.hxx | 65 class ScOutlineCollection : public ScSortedCollection
|
H A D | autoform.hxx | 258 class SC_DLLPUBLIC ScAutoFormat : public ScSortedCollection
|
/trunk/main/sc/source/core/tool/ |
H A D | collect.cxx | 201 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 D | callform.cxx | 182 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 D | rangenam.cxx | 741 ScSortedCollection ( rScRangeName ), in ScRangeName() 874 return ScSortedCollection::Insert(pScDataObject); in Insert()
|
H A D | autoform.cxx | 912 ScSortedCollection (nLim, nDel, bDup), in ScAutoFormat() 997 ScSortedCollection (rAutoFormat), in ScAutoFormat()
|
H A D | dbcolect.cxx | 918 sal_Bool bInserted = ScSortedCollection::Insert(pScDataObject); in Insert()
|
/trunk/main/sc/source/core/data/ |
H A D | olinetab.cxx | 106 ScSortedCollection( 4,4,sal_False ) in ScOutlineCollection()
|
Completed in 73 milliseconds