Searched refs:pLower2 (Results 1 – 1 of 1) sorted by relevance
5863 const SwCellFrm* pLower2 = static_cast<const SwCellFrm*>(pFirstRow->Lower()); in CalcHeightOfFirstContentLine() local5864 while ( pLower2 ) in CalcHeightOfFirstContentLine()5866 if ( 1 == pLower2->GetTabBox()->getRowSpan() ) in CalcHeightOfFirstContentLine()5868 const SwTwips nCellHeight = lcl_CalcMinCellHeight( pLower2, sal_True ); in CalcHeightOfFirstContentLine()5871 pLower2 = static_cast<const SwCellFrm*>(pLower2->GetNext()); in CalcHeightOfFirstContentLine()
Completed in 40 milliseconds