Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Dtblcpy.cxx201 sal_uInt16 nEndLn = nStartLn; in TableStructure() local
205 nEndLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure()
207 if( nStartLn < USHRT_MAX && nEndLn < USHRT_MAX ) in TableStructure()
211 (sal_uInt16)nMinSize > nEndLn - nStartLn + 1 ) in TableStructure()
219 while( nEndLn < nNewEndLn ) in TableStructure()
221 SwTableLine *pLine2 = rLines[ ++nEndLn ]; in TableStructure()
229 maLines.resize( nEndLn - nStartLn + 1 ); in TableStructure()
232 for( sal_uInt16 nLine = nStartLn; nLine <= nEndLn; ++nLine ) in TableStructure()

Completed in 1100 milliseconds