Searched refs:pCurrLastLineCell (Results 1 – 1 of 1) sorted by relevance
505 SwCellFrm* pCurrLastLineCell = (SwCellFrm*)rLastLine.Lower(); in lcl_PreprocessRowsInCells() local508 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 149 milliseconds