/aoo4110/main/sc/inc/ |
H A D | collect.hxx | 61 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 D | callform.hxx | 101 …FuncCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedColl… 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 | userlist.hxx | 62 ScUserList( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4);
|
H A D | autoform.hxx | 264 … ScAutoFormat( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False );
|
/aoo4110/main/sc/source/core/tool/ |
H A D | collect.cxx | 57 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 D | userlist.cxx | 178 ScUserList::ScUserList(sal_uInt16 nLim, sal_uInt16 nDel) : in ScUserList() argument 179 ScCollection ( nLim, nDel ) in ScUserList()
|
H A D | callform.cxx | 185 …ModuleCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCo… 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()
|
/aoo4110/main/i18npool/source/search/ |
H A D | levdis.cxx | 627 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()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 279 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()
|