Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/layout/
H A Dtabfrm.cxx518 SwRowFrm* pTmpLastLineRow = (SwRowFrm*)pCurrLastLineCell->Lower(); in lcl_PreprocessRowsInCells() local
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()
531 lcl_CalcMinRowHeight( pTmpLastLineRow, in lcl_PreprocessRowsInCells()
539 if ( pTmpLastLineRow ) in lcl_PreprocessRowsInCells()
545 SwFrm* pCell = pTmpLastLineRow->Lower(); in lcl_PreprocessRowsInCells()
555 if ( pTmpLastLineRow->HasFixSize() ) in lcl_PreprocessRowsInCells()
556 nMinHeight = (pTmpLastLineRow->Frm().*fnRect->fnGetHeight)(); in lcl_PreprocessRowsInCells()
574 const SwFmtFrmSize &rSz = pTmpLastLineRow->GetFmt()->GetFrmSize(); in lcl_PreprocessRowsInCells()
[all …]