Searched refs:pNxtLine (Results 1 – 1 of 1) sorted by relevance
816 SwTableLine* pNxtLine = pMyBox->GetUpper(); in InsTable() local817 while( pNxtLine->GetUpper() ) in InsTable()818 pNxtLine = pNxtLine->GetUpper()->GetUpper(); in InsTable()819 sal_uInt16 nPos = GetTabLines().C40_GETPOS( SwTableLine, pNxtLine ); in InsTable()826 pNxtLine = GetTabLines()[ nPos+1 ]; in InsTable()827 pMyBox = pNxtLine->GetTabBoxes()[0]; in InsTable()
Completed in 17 milliseconds