Home
last modified time | relevance | path

Searched refs:bDup (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/inc/
H A Dcollect.hxx92 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 Dcallform.hxx101 …_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection ( nLim, nDe… in FuncCollection() argument
H A Drangenam.hxx189 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 Ddbcolect.hxx205 …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 Dautoform.hxx264 … ScAutoFormat( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False );
/trunk/main/sc/source/core/tool/
H A Dcollect.cxx201 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 Dcallform.cxx185 …_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection ( nLim, nDe… in ModuleCollection() argument
H A Dautoform.cxx911 ScAutoFormat::ScAutoFormat(sal_uInt16 nLim, sal_uInt16 nDel, sal_Bool bDup): in ScAutoFormat() argument
912 ScSortedCollection (nLim, nDel, bDup), in ScAutoFormat()

Completed in 27 milliseconds