Searched refs:nEndLn (Results 1 – 1 of 1) sorted by relevance
201 sal_uInt16 nEndLn = nStartLn; in TableStructure() local205 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 20 milliseconds