Searched refs:nStartLn (Results 1 – 1 of 1) sorted by relevance
200 sal_uInt16 nStartLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure() local201 sal_uInt16 nEndLn = nStartLn; in TableStructure()207 if( nStartLn < USHRT_MAX && nEndLn < USHRT_MAX ) in TableStructure()211 (sal_uInt16)nMinSize > nEndLn - nStartLn + 1 ) in TableStructure()213 sal_uInt16 nNewEndLn = nStartLn + (sal_uInt16)nMinSize - 1; in TableStructure()229 maLines.resize( nEndLn - nStartLn + 1 ); in TableStructure()232 for( sal_uInt16 nLine = nStartLn; nLine <= nEndLn; ++nLine ) in TableStructure()
Completed in 7 milliseconds