Lines Matching refs:pCellFrm

866     SwCellFrm* pCellFrm = static_cast<SwCellFrm*>(pRow->GetLower());  in lcl_AdjustRowSpanCells()
867 while ( pCellFrm ) in lcl_AdjustRowSpanCells()
869 const long nLayoutRowSpan = pCellFrm->GetLayoutRowSpan(); in lcl_AdjustRowSpanCells()
874 const long nDiff = nNewCellHeight - (pCellFrm->Frm().*fnRect->fnGetHeight)(); in lcl_AdjustRowSpanCells()
876 (pCellFrm->Frm().*fnRect->fnAddBottom)( nDiff ); in lcl_AdjustRowSpanCells()
879 pCellFrm = static_cast<SwCellFrm*>(pCellFrm->GetNext()); in lcl_AdjustRowSpanCells()
1310 const SwCellFrm* pCellFrm = static_cast<const SwCellFrm*>(pFollowRow->GetLower()); in Split() local
1311 while ( pCellFrm ) in Split()
1313 if ( pCellFrm->GetTabBox()->getRowSpan() < 1 ) in Split()
1319 pCellFrm = static_cast<const SwCellFrm*>(pCellFrm->GetNext()); in Split()
1723 SwCellFrm* pCellFrm = static_cast<SwCellFrm*>(rRow.Lower()); in lcl_RecalcRow() local
1724 while ( pCellFrm ) in lcl_RecalcRow()
1727 pCellFrm->GetLayoutRowSpan() < 1 : in lcl_RecalcRow()
1728 pCellFrm->GetLayoutRowSpan() > 1; in lcl_RecalcRow()
1733 … const_cast<SwCellFrm&>(pCellFrm->FindStartEndOfRowSpanCell( true, true )) : in lcl_RecalcRow()
1734 *pCellFrm; in lcl_RecalcRow()
1738 pCellFrm = static_cast<SwCellFrm*>(pCellFrm->GetNext()); in lcl_RecalcRow()
4517 SwCellFrm* pCellFrm = static_cast<SwCellFrm*>(pFrm); in AdjustCells() local
4525 if ( pCellFrm->GetTabBox()->getRowSpan() < 1 ) in AdjustCells()
4528 const long nDiff = nHeight - (pCellFrm->Frm().*fnRect->fnGetHeight)(); in AdjustCells()
4531 (pCellFrm->Frm().*fnRect->fnAddBottom)( nDiff ); in AdjustCells()
4532 pCellFrm->_InvalidatePrt(); in AdjustCells()
4541 if ( pCellFrm->GetLayoutRowSpan() < 1 ) in AdjustCells()
4543 … pToAdjust = const_cast< SwCellFrm*>(&pCellFrm->FindStartEndOfRowSpanCell( true, true )); in AdjustCells()
4548 pToAdjust = pCellFrm; in AdjustCells()
4625 SwFrm* pCellFrm( GetLower() ); in Cut() local
4626 while ( pCellFrm ) in Cut()
4628 ASSERT( pCellFrm->IsCellFrm(), in Cut()
4630 pVSh->Imp()->DisposeAccessibleFrm( pCellFrm ); in Cut()
4632 pCellFrm = pCellFrm->GetNext(); in Cut()