Searched refs:nNewEndLn (Results 1 – 1 of 1) sorted by relevance
213 sal_uInt16 nNewEndLn = nStartLn + (sal_uInt16)nMinSize - 1; in TableStructure() local214 if( nNewEndLn >= rLines.Count() ) in TableStructure()216 mnAddLine = nNewEndLn - rLines.Count() + 1; in TableStructure()217 nNewEndLn = rLines.Count() - 1; in TableStructure()219 while( nEndLn < nNewEndLn ) in TableStructure()
Completed in 11 milliseconds