Searched refs:pToAdjust (Results 1 – 1 of 1) sorted by relevance
4536 SwCellFrm* pToAdjust = 0; in AdjustCells() local4543 … pToAdjust = 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 27 milliseconds