Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/doc/
H A Dtblcpy.cxx200 sal_uInt16 nStartLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure() local
201 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 26 milliseconds