Searched refs:pTmpLastLineRow (Results 1 – 1 of 1) sorted by relevance
522 lcl_CalcMinRowHeight( pTmpLastLineRow, in lcl_PreprocessRowsInCells()525 while ( pTmpLastLineRow && pTmpLastLineRow->GetNext() && nTmpCut > nCurrentHeight ) in lcl_PreprocessRowsInCells()528 pTmpLastLineRow = (SwRowFrm*)pTmpLastLineRow->GetNext(); in lcl_PreprocessRowsInCells()539 if ( pTmpLastLineRow ) in lcl_PreprocessRowsInCells()545 SwFrm* pCell = pTmpLastLineRow->Lower(); in lcl_PreprocessRowsInCells()555 if ( pTmpLastLineRow->HasFixSize() ) in lcl_PreprocessRowsInCells()599 pTmpLastLineRow = (SwRowFrm*)pTmpLastLineRow->GetNext(); in lcl_PreprocessRowsInCells()605 while ( pTmpLastLineRow ) in lcl_PreprocessRowsInCells()609 pTmpLastLineRow->Remove(); in lcl_PreprocessRowsInCells()611 pTmpLastLineRow->Shrink( ( pTmpLastLineRow->Frm().*fnRect->fnGetHeight)() ); in lcl_PreprocessRowsInCells()[all …]
Completed in 39 milliseconds