Searched refs:nStartIx (Results 1 – 1 of 1) sorted by relevance
61 sal_uInt32 nStartIx = LowerBound( nPosStart ); in RemoveRange() local63 if( (nStartIx != CSV_VEC_NOTFOUND) && (nEndIx != CSV_VEC_NOTFOUND) && (nStartIx <= nEndIx) ) in RemoveRange()64 maVec.erase( maVec.begin() + nStartIx, maVec.begin() + nEndIx + 1 ); in RemoveRange()
Completed in 7 milliseconds