Home
last modified time | relevance | path

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

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