Lines Matching refs:nL

90 void SvStringsISort::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL )  in SV_IMPL_VARARR()
92 if( nL ) in SV_IMPL_VARARR()
94 DBG_ASSERT( nP < nA && nP + nL <= nA, "ERR_VAR_DEL" ); in SV_IMPL_VARARR()
95 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in SV_IMPL_VARARR()
97 SvPtrarr::Remove( nP, nL ); in SV_IMPL_VARARR()
137 void SvStringsISortDtor::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in _SV_IMPL_SORTAR_ALG()
139 if( nL ) in _SV_IMPL_SORTAR_ALG()
141 DBG_ASSERT( nP < nA && nP + nL <= nA, "ERR_VAR_DEL" ); in _SV_IMPL_SORTAR_ALG()
142 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in _SV_IMPL_SORTAR_ALG()
144 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG()
249 void SvUShortsSort::Insert( const sal_uInt16* pE, sal_uInt16 nL) in Insert() argument
252 for( sal_uInt16 n = 0; n < nL; ++n ) in Insert()
258 void SvUShortsSort::RemoveAt( const sal_uInt16 nP, sal_uInt16 nL ) in RemoveAt() argument
260 if( nL ) in RemoveAt()
261 SvUShorts::Remove( nP, nL); in RemoveAt()
265 void SvUShortsSort::Remove( const sal_uInt16 aE, sal_uInt16 nL ) in Remove() argument
268 if( nL && Seek_Entry( aE, &nP ) ) in Remove()
269 SvUShorts::Remove( nP, nL); in Remove()
276 void SvByteStringsISort::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in _SV_IMPL_SORTAR_ALG()
278 if( nL ) in _SV_IMPL_SORTAR_ALG()
280 DBG_ASSERT( nP < nA && nP + nL <= nA, "ERR_VAR_DEL" ); in _SV_IMPL_SORTAR_ALG()
281 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in _SV_IMPL_SORTAR_ALG()
283 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG()
322 void SvByteStringsISortDtor::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in _SV_IMPL_SORTAR_ALG()
324 if( nL ) in _SV_IMPL_SORTAR_ALG()
326 DBG_ASSERT( nP < nA && nP + nL <= nA, "ERR_VAR_DEL" ); in _SV_IMPL_SORTAR_ALG()
327 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in _SV_IMPL_SORTAR_ALG()
329 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG()