Searched refs:bDup (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/inc/ |
H A D | collect.hxx | 92 ScSortedCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False); 131 ScStrCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : in ScStrCollection() argument 132 ScSortedCollection ( nLim, nDel, bDup ) {} in ScStrCollection() 183 TypedScStrCollection( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False );
|
H A D | callform.hxx | 101 …_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection ( nLim, nDe… in FuncCollection() argument
|
H A D | rangenam.hxx | 189 ScRangeName(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False, in ScRangeName() argument 191 ScSortedCollection ( nLim, nDel, bDup ), in ScRangeName()
|
H A D | dbcolect.hxx | 205 …ScDBCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False, ScDocument* pD… in ScDBCollection() argument 206 ScSortedCollection ( nLim, nDel, bDup ), in ScDBCollection()
|
H A D | autoform.hxx | 264 … ScAutoFormat( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False );
|
/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() argument 203 bDuplicates ( bDup) in ScSortedCollection() 357 TypedScStrCollection::TypedScStrCollection( sal_uInt16 nLim , sal_uInt16 nDel , sal_Bool bDup ) in TypedScStrCollection() argument 358 : ScSortedCollection( nLim, nDel, bDup ) in TypedScStrCollection()
|
H A D | callform.cxx | 185 …_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection ( nLim, nDe… in ModuleCollection() argument
|
H A D | autoform.cxx | 911 ScAutoFormat::ScAutoFormat(sal_uInt16 nLim, sal_uInt16 nDel, sal_Bool bDup): in ScAutoFormat() argument 912 ScSortedCollection (nLim, nDel, bDup), in ScAutoFormat()
|
Completed in 184 milliseconds