Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dcollect.hxx61 ScCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4);
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 Dcallform.hxx101 …FuncCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedColl… 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 Duserlist.hxx62 ScUserList( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4);
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.cxx57 ScCollection::ScCollection(sal_uInt16 nLim, sal_uInt16 nDel) : in ScCollection() argument
59 nLimit ( nLim ), in ScCollection()
201 ScSortedCollection::ScSortedCollection(sal_uInt16 nLim, sal_uInt16 nDel, sal_Bool bDup) : in ScSortedCollection() argument
202 ScCollection (nLim, nDel), 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 Duserlist.cxx178 ScUserList::ScUserList(sal_uInt16 nLim, sal_uInt16 nDel) : in ScUserList() argument
179 ScCollection ( nLim, nDel ) in ScUserList()
H A Dcallform.cxx185 …ModuleCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCo… 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()
/trunk/main/i18npool/source/search/
H A Dlevdis.cxx627 int nLim, nP0, nQ0, nR0, nX, nY, nZ; in main() local
661 nLim = atoi(argv[args+2]); in main()
663 nLim = LEVDISDEFAULTLIMIT; in main()
711 pTest->SetLimit( nLim ); in main()
724 nLim = pTest->GetLimit(); in main()
765 if ( ret <= nLim ) in main()
/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx279 long SwRect::GetBottomDistance( long nLim ) const { return nLim - m_Point.getY() - m_Size.getHeight… in GetBottomDistance()
281 long SwRect::GetRightDistance( long nLim ) const { return nLim - m_Point.getX() - m_Size.getWidth()… in GetRightDistance()

Completed in 53 milliseconds