Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dcsvsplits.cxx61 sal_uInt32 nStartIx = LowerBound( nPosStart ); in RemoveRange() local
63 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 10 milliseconds