Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/doc/
H A Dtblcpy.cxx213 sal_uInt16 nNewEndLn = nStartLn + (sal_uInt16)nMinSize - 1; in TableStructure() local
214 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 28 milliseconds