Lines Matching refs:pThisCell
1306 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in Grow() local
1307 if ( pThisCell ) in Grow()
1313 pThisCell->GetLayoutRowSpan() < 1 ) in Grow()
1352 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in Shrink() local
1353 if ( pThisCell ) in Shrink()
1359 pThisCell->GetLayoutRowSpan() < 1 ) in Shrink()
2504 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in GrowFrm() local
2505 if ( pThisCell && pThisCell->GetLayoutRowSpan() > 1 ) in GrowFrm()
2507 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in GrowFrm()
2697 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in ShrinkFrm() local
2699 if ( pThisCell && pThisCell->GetLayoutRowSpan() > 1 ) in ShrinkFrm()
2701 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in ShrinkFrm()