Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx5861 const SwCellFrm* pLower2 = static_cast<const SwCellFrm*>(pFirstRow->Lower()); in CalcHeightOfFirstContentLine() local
5862 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 40 milliseconds