Searched refs:pLastLn (Results 1 – 2 of 2) sorted by relevance
902 SwTableLine* pLastLn = GetTabLines()[ GetTabLines().Count()-1 ]; in InsTable() local911 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()
852 SwTableLine* pLastLn = 0; in PrepareMerge() local873 pLastLn = pBox->GetUpper(); // and this one, too. in PrepareMerge()929 _FindSuperfluousRows( rBoxes, pFirstLn, pLastLn ); in PrepareMerge()974 SwTableLine* pFirstLn, SwTableLine* pLastLn ) in _FindSuperfluousRows() argument976 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 28 milliseconds