Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/layout/
H A Dtabfrm.cxx4537 SwFrm* pToAdjustRow = 0; in AdjustCells() local
4544 pToAdjustRow = pToAdjust->GetUpper(); in AdjustCells()
4549 pToAdjustRow = this; in AdjustCells()
4555 while ( pToAdjustRow ) in AdjustCells()
4558 nSumRowHeight += pToAdjustRow == this ? in AdjustCells()
4560 (pToAdjustRow->Frm().*fnRect->fnGetHeight)(); in AdjustCells()
4565 pToAdjustRow = pToAdjustRow->GetNext(); in AdjustCells()
4568 if ( pToAdjustRow && pToAdjustRow != this ) in AdjustCells()
4569 pToAdjustRow->_InvalidateSize(); in AdjustCells()

Completed in 44 milliseconds