Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx505 SwCellFrm* pCurrLastLineCell = (SwCellFrm*)rLastLine.Lower(); in lcl_PreprocessRowsInCells() local
508 SWRECTFN( pCurrLastLineCell ) in lcl_PreprocessRowsInCells()
513 while ( pCurrLastLineCell ) in lcl_PreprocessRowsInCells()
515 if ( pCurrLastLineCell->Lower() && pCurrLastLineCell->Lower()->IsRowFrm() ) in lcl_PreprocessRowsInCells()
518 SwRowFrm* pTmpLastLineRow = (SwRowFrm*)pCurrLastLineCell->Lower(); in lcl_PreprocessRowsInCells()
618 pCurrLastLineCell = (SwCellFrm*)pCurrLastLineCell->GetNext(); in lcl_PreprocessRowsInCells()

Completed in 39 milliseconds