Searched refs:FindStartEndOfRowSpanCell (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/core/layout/ |
H A D | findfrm.cxx | 1576 pThisCell = &pThisCell->FindStartEndOfRowSpanCell( false, true ); in GetFollowCell() 1623 pRet = &const_cast<SwCellFrm&>(pRet->FindStartEndOfRowSpanCell( true, true )); in GetPreviousCell() 1632 const SwCellFrm& SwCellFrm::FindStartEndOfRowSpanCell( bool bStart, bool bCurrentTableOnly ) const in FindStartEndOfRowSpanCell() function in SwCellFrm
|
H A D | tabfrm.cxx | 363 … const_cast<SwCellFrm&>(pCurrMasterCell->FindStartEndOfRowSpanCell( true, true )) : in lcl_ShrinkCellsAndAllContent() 473 … pDestCell = & const_cast<SwCellFrm&>(pDestCell->FindStartEndOfRowSpanCell( true, true )); in lcl_MoveRowContent() 1487 … pToInvalidate = & const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( true, true )); in SwInvalidateAll() 1654 … SwCellFrm& rToCalc = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( true, true )); in lcl_InnerCalcLayout() 1733 … const_cast<SwCellFrm&>(pCellFrm->FindStartEndOfRowSpanCell( true, true )) : in lcl_RecalcRow() 4209 const SwCellFrm& rMaster = pLow->FindStartEndOfRowSpanCell( true, true ); in lcl_CalcMinRowHeight() 4543 … pToAdjust = const_cast< SwCellFrm*>(&pCellFrm->FindStartEndOfRowSpanCell( true, true )); in AdjustCells()
|
H A D | wsfrm.cxx | 2507 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in GrowFrm() 2701 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in ShrinkFrm()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | cellfrm.hxx | 62 const SwCellFrm& FindStartEndOfRowSpanCell( bool bStart, bool bCurrentTab ) const;
|
Completed in 54 milliseconds