Searched refs:pLower2 (Results 1 – 1 of 1) sorted by relevance
5861 const SwCellFrm* pLower2 = static_cast<const SwCellFrm*>(pFirstRow->Lower()); in CalcHeightOfFirstContentLine() local5862 while ( pLower2 ) in CalcHeightOfFirstContentLine()5864 if ( 1 == pLower2->GetTabBox()->getRowSpan() ) in CalcHeightOfFirstContentLine()5866 const SwTwips nCellHeight = lcl_CalcMinCellHeight( pLower2, sal_True ); in CalcHeightOfFirstContentLine()5869 pLower2 = static_cast<const SwCellFrm*>(pLower2->GetNext()); in CalcHeightOfFirstContentLine()
Completed in 41 milliseconds