Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx902 SwTableLine* pLastLn = GetTabLines()[ GetTabLines().Count()-1 ]; in InsTable() local
911 if( pLastLn->GetTabBoxes().Count() < nSttBox || in InsTable()
912 ( pLastLn->GetTabBoxes().Count() - nSttBox ) < in InsTable()
918 if( !( pTmpBox = pLastLn->GetTabBoxes()[ nSttBox + nBx ]) in InsTable()
924 SwTableBox* pInsBox = pLastLn->GetTabBoxes()[ nSttBox ]; in InsTable()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx852 SwTableLine* pLastLn = 0; in PrepareMerge() local
873 pLastLn = pBox->GetUpper(); // and this one, too. in PrepareMerge()
929 _FindSuperfluousRows( rBoxes, pFirstLn, pLastLn ); in PrepareMerge()
974 SwTableLine* pFirstLn, SwTableLine* pLastLn ) in _FindSuperfluousRows() argument
976 if( !pFirstLn || !pLastLn ) in _FindSuperfluousRows()
981 pLastLn = rBoxes[ rBoxes.Count() - 1 ]->GetUpper(); in _FindSuperfluousRows()
984 sal_uInt16 nLastLn = GetTabLines().C40_GETPOS(SwTableLine, pLastLn ); in _FindSuperfluousRows()

Completed in 45 milliseconds