Searched refs:pToAdjustRow (Results 1 – 1 of 1) sorted by relevance
4537 SwFrm* pToAdjustRow = 0; in AdjustCells() local4544 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 36 milliseconds