Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx4536 SwCellFrm* pToAdjust = 0; in AdjustCells() local
4543pToAdjust = const_cast< SwCellFrm*>(&pCellFrm->FindStartEndOfRowSpanCell( true, true )); in AdjustCells()
4544 pToAdjustRow = pToAdjust->GetUpper(); in AdjustCells()
4548 pToAdjust = pCellFrm; in AdjustCells()
4553 long nRowSpan = pToAdjust->GetLayoutRowSpan(); in AdjustCells()
4571 const long nDiff = nSumRowHeight - (pToAdjust->Frm().*fnRect->fnGetHeight)(); in AdjustCells()
4574 aOldFrm = pToAdjust->Frm(); in AdjustCells()
4575 (pToAdjust->Frm().*fnRect->fnAddBottom)( nDiff ); in AdjustCells()
4576 pNotify = pToAdjust; in AdjustCells()

Completed in 37 milliseconds