/aoo4110/main/sw/source/core/inc/ |
H A D | flowfrm.hxx | 59 class SwFlowFrm class 62 friend inline void PrepareLock ( SwFlowFrm * ); 63 friend inline void PrepareUnlock( SwFlowFrm * ); 64 friend inline void TableSplitRecalcLock( SwFlowFrm * ); 71 friend inline void UnsetFollow( SwFlowFrm *pFlow ); 122 SwFlowFrm *pFollow; 157 SwFlowFrm( SwFrm &rFrm ); 178 SwFlowFrm *GetFollow() { return pFollow; } in GetFollow() 259 static SwFlowFrm *CastFlowFrm( SwFrm *pFrm ); 260 static const SwFlowFrm *CastFlowFrm( const SwFrm *pFrm ); [all …]
|
H A D | sectfrm.hxx | 40 class SwSectionFrm: public SwLayoutFrm, public SwFlowFrm 134 return (const SwSectionFrm*)SwFlowFrm::GetFollow(); in GetFollow() 138 return (SwSectionFrm*)SwFlowFrm::GetFollow(); in GetFollow()
|
H A D | cntfrm.hxx | 38 class SwCntntFrm: public SwFrm, public SwFlowFrm 150 return (const SwCntntFrm*)SwFlowFrm::GetFollow(); in GetFollow() 154 return (SwCntntFrm*)SwFlowFrm::GetFollow(); in GetFollow()
|
H A D | tabfrm.hxx | 34 class SwTabFrm: public SwLayoutFrm, public SwFlowFrm 227 return (const SwTabFrm*)SwFlowFrm::GetFollow(); in GetFollow() 231 return (SwTabFrm*)SwFlowFrm::GetFollow(); in GetFollow()
|
H A D | layouter.hxx | 54 class SwFlowFrm; 168 const SwFlowFrm& p_rFlowFrm,
|
H A D | layfrm.hxx | 29 class SwFlowFrm; 40 friend class SwFlowFrm;
|
H A D | frame.hxx | 45 class SwFlowFrm; 276 friend class SwFlowFrm;
|
/aoo4110/main/sw/source/core/layout/ |
H A D | flowfrm.cxx | 80 SwFlowFrm::SwFlowFrm( SwFrm &rFrm ) : in SwFlowFrm() function in SwFlowFrm 96 sal_Bool SwFlowFrm::HasLockedFollow() const in HasLockedFollow() 98 const SwFlowFrm* pFrm = GetFollow(); in HasLockedFollow() 118 sal_Bool SwFlowFrm::IsKeepFwdMoveAllowed() in IsKeepFwdMoveAllowed() 150 void SwFlowFrm::CheckKeep() in CheckKeep() 313 SwFlowFrm *pTmp = this; in BwdMoveNecessary() 688 sal_Bool SwFlowFrm::IsAnFollow( const SwFlowFrm *pAssumed ) const in IsAnFollow() 690 const SwFlowFrm *pFoll = this; in IsAnFollow() 913 SwFlowFrm *pFlow = SwFlowFrm::CastFlowFrm( this ); in WrongPageDesc() 2703 SwFlowFrm *SwFlowFrm::CastFlowFrm( SwFrm *pFrm ) in CastFlowFrm() [all …]
|
H A D | calcmove.cxx | 80 if ( (SwFlowFrm::IsMoveBwdJump() || !IsPrevObjMove())) in ShouldBwdMoved() 107 if ( SwFlowFrm::IsMoveBwdJump() ) in ShouldBwdMoved() 261 inline void PrepareLock( SwFlowFrm *pTab ) in PrepareLock() 265 inline void PrepareUnlock( SwFlowFrm *pTab ) in PrepareUnlock() 298 SwFlowFrm* pThis = bCnt ? (SwCntntFrm*)this : NULL; in PrepareMake() 348 (SwFlowFrm::CastFlowFrm(pFrm))->IsAnFollow( pThis ) ) in PrepareMake() 431 SwFlowFrm* pThis = bCnt ? (SwCntntFrm*)this : NULL; in PrepareCrsr() 462 (SwFlowFrm::CastFlowFrm(pFrm))->IsAnFollow( pThis ) ) in PrepareCrsr()
|
H A D | sectfrm.cxx | 76 SwFlowFrm( (SwFrm&)*this ), in SV_IMPL_PTRARR_SORT() 87 SwFlowFrm( (SwFrm&)*this ), in SwSectionFrm() 1739 SwFlowFrm* pNxt; in GetNextSctLeaf() 1775 ((SwFlowFrm*)pNxt)->MoveSubTree( pLayLeaf, pNew->GetNext() ); in GetNextSctLeaf() 1822 SwFlowFrm::SetMoveBwdJump( sal_True ); in GetPrevSctLeaf() 1837 SwFlowFrm::SetMoveBwdJump( sal_True ); in GetPrevSctLeaf() 1915 SwFlowFrm::SetMoveBwdJump( sal_True ); in GetPrevSctLeaf() 1981 SwFlowFrm::SetMoveBwdJump( sal_True ); in GetPrevSctLeaf()
|
H A D | tabfrm.cxx | 90 SwFlowFrm( (SwFrm&)*this ), in SwTabFrm() 121 SwFlowFrm( (SwFrm&)*this ), in SwTabFrm() 660 inline void TableSplitRecalcLock( SwFlowFrm *pTab ) { pTab->LockJoin(); } in TableSplitRecalcLock() 661 inline void TableSplitRecalcUnlock( SwFlowFrm *pTab ) { pTab->UnlockJoin(); } in TableSplitRecalcUnlock() 3567 if ( (SwFlowFrm::IsMoveBwdJump() || !IsPrevObjMove()) ) in ShouldBwdMoved() 3592 if ( !SwFlowFrm::IsMoveBwdJump() ) in ShouldBwdMoved() 5728 nTmpHeight += SwFlowFrm::CastFlowFrm(pTmp)->CalcUpperSpace( NULL, pLast); in lcl_CalcHeightOfFirstContentLine() 5729 nTmpHeight += SwFlowFrm::CastFlowFrm(pTmp)->CalcLowerSpace(); in lcl_CalcHeightOfFirstContentLine() 5740 nTmpHeight += SwFlowFrm::CastFlowFrm(pTmp) in lcl_CalcHeightOfFirstContentLine() 5758 nTmpHeight += SwFlowFrm::CastFlowFrm(pTmp)->CalcUpperSpace(); in lcl_CalcHeightOfFirstContentLine() [all …]
|
H A D | frmtool.cxx | 147 SwFlowFrm *pFlow = SwFlowFrm::CastFlowFrm( pFrm ); in ~SwFrmNotify() 159 …bool bInvalidPrePos = SwFlowFrm::CastFlowFrm( pPre )->IsKeep( *pPre->GetAttrSet() ) && pPre->GetIn… in ~SwFrmNotify() 1689 SwFlowFrm *pTmp = SwFlowFrm::CastFlowFrm( pMove ); in MakeFrms() 1742 pTmp = SwFlowFrm::CastFlowFrm( pMove ); in MakeFrms() 1763 pTmp = SwFlowFrm::CastFlowFrm( pMove ); in MakeFrms() 3404 !SwFlowFrm::CastFlowFrm( pTmpFrm )->IsFollow() )) in GetFrmOfModify()
|
H A D | ftnfrm.cxx | 683 { ASSERT( SwFlowFrm::CastFlowFrm( GetPrev()->GetLower() ), in Paste() 685 (SwFlowFrm::CastFlowFrm( GetPrev()->GetLower()))-> in Paste() 692 { ASSERT( SwFlowFrm::CastFlowFrm( GetNext()->GetLower() ), in Paste() 694 (SwFlowFrm::CastFlowFrm( GetNext()->GetLower()))->MoveSubTree( this ); in Paste() 938 SwFlowFrm::SetMoveBwdJump( sal_True ); in GetPrevFtnLeaf() 3132 SwFlowFrm* pTmpNxt; in MoveFtnCntFwd()
|
H A D | fly.cxx | 1678 …SwFlowFrm* pTmpPrevFlowFrm = pTmpPrev && pTmpPrev->IsFlowFrm() ? SwFlowFrm::CastFlowFrm(pTmpPrev) … in CalcCntnt() 1679 SwFlowFrm* pTmpFlowFrm = pFrm->IsFlowFrm() ? SwFlowFrm::CastFlowFrm(pFrm) : 0; in CalcCntnt()
|
H A D | pagechg.cxx | 827 SwFlowFrm *pTmp = SwFlowFrm::CastFlowFrm( pFlow ); in FindPageDesc() 1312 if ( IsFlowFrm() && !SwFlowFrm::CastFlowFrm( this )->IsFollow() ) in InsertPage()
|
H A D | layouter.cxx | 523 const SwFlowFrm& p_rFlowFrm, in MoveBwdSuppressed()
|
H A D | ssfrm.cxx | 447 SwFlowFrm( (SwFrm&)*this ) in SwCntntFrm()
|
H A D | trvlfrm.cxx | 1741 const SwFlowFrm *pTmp = SwFlowFrm::CastFlowFrm( pFlow ); in WannaRightPage()
|
H A D | laycache.cxx | 631 SwFlowFrm::CastFlowFrm( rpFrm )->IsFollow() ? in CheckInsertPage()
|
H A D | wsfrm.cxx | 2878 !SwFlowFrm::CastFlowFrm( pLowerFrm )->HasFollow() ) in ChgLowersProp() 3844 SwFlowFrm *pFoll = pSect->GetFollow(); in lcl_InvalidateSection()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 214 SwFlowFrm* pFlow = SwFlowFrm::CastFlowFrm( pRet ); in NextFrm()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtio.cxx | 70 const SwFlowFrm *pFlow = SwFlowFrm::CastFlowFrm( pFrm ); in lcl_OutFollow()
|
H A D | EnhancedPDFExportHelper.cxx | 352 ( rFrm.IsFlowFrm() && SwFlowFrm::CastFlowFrm(&rFrm)->IsFollow() ) || in CheckReopenTag() 468 …( rFrm.IsFlowFrm() && !SwFlowFrm::CastFlowFrm(&rFrm)->IsFollow() && SwFlowFrm::CastFlowFrm(&rFrm)-… in BeginTag()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 2253 inline void UnsetFollow( SwFlowFrm *pTab ) in UnsetFollow()
|