Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/inc/
H A Dflowfrm.hxx59 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 Dsectfrm.hxx40 class SwSectionFrm: public SwLayoutFrm, public SwFlowFrm
134 return (const SwSectionFrm*)SwFlowFrm::GetFollow(); in GetFollow()
138 return (SwSectionFrm*)SwFlowFrm::GetFollow(); in GetFollow()
H A Dcntfrm.hxx38 class SwCntntFrm: public SwFrm, public SwFlowFrm
150 return (const SwCntntFrm*)SwFlowFrm::GetFollow(); in GetFollow()
154 return (SwCntntFrm*)SwFlowFrm::GetFollow(); in GetFollow()
H A Dtabfrm.hxx34 class SwTabFrm: public SwLayoutFrm, public SwFlowFrm
227 return (const SwTabFrm*)SwFlowFrm::GetFollow(); in GetFollow()
231 return (SwTabFrm*)SwFlowFrm::GetFollow(); in GetFollow()
H A Dlayouter.hxx54 class SwFlowFrm;
168 const SwFlowFrm& p_rFlowFrm,
H A Dlayfrm.hxx29 class SwFlowFrm;
40 friend class SwFlowFrm;
H A Dframe.hxx45 class SwFlowFrm;
276 friend class SwFlowFrm;
/aoo41x/main/sw/source/core/layout/
H A Dflowfrm.cxx80 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 Dcalcmove.cxx80 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 Dsectfrm.cxx76 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 Dtabfrm.cxx90 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 Dfrmtool.cxx147 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 Dftnfrm.cxx683 { 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 Dfly.cxx1678SwFlowFrm* pTmpPrevFlowFrm = pTmpPrev && pTmpPrev->IsFlowFrm() ? SwFlowFrm::CastFlowFrm(pTmpPrev) … in CalcCntnt()
1679 SwFlowFrm* pTmpFlowFrm = pFrm->IsFlowFrm() ? SwFlowFrm::CastFlowFrm(pFrm) : 0; in CalcCntnt()
H A Dpagechg.cxx827 SwFlowFrm *pTmp = SwFlowFrm::CastFlowFrm( pFlow ); in FindPageDesc()
1312 if ( IsFlowFrm() && !SwFlowFrm::CastFlowFrm( this )->IsFollow() ) in InsertPage()
H A Dlayouter.cxx523 const SwFlowFrm& p_rFlowFrm, in MoveBwdSuppressed()
H A Dssfrm.cxx447 SwFlowFrm( (SwFrm&)*this ) in SwCntntFrm()
H A Dtrvlfrm.cxx1741 const SwFlowFrm *pTmp = SwFlowFrm::CastFlowFrm( pFlow ); in WannaRightPage()
H A Dlaycache.cxx631 SwFlowFrm::CastFlowFrm( rpFrm )->IsFollow() ? in CheckInsertPage()
H A Dwsfrm.cxx2878 !SwFlowFrm::CastFlowFrm( pLowerFrm )->HasFollow() ) in ChgLowersProp()
3844 SwFlowFrm *pFoll = pSect->GetFollow(); in lcl_InvalidateSection()
/aoo41x/main/sw/source/core/docnode/
H A Dnode2lay.cxx214 SwFlowFrm* pFlow = SwFlowFrm::CastFlowFrm( pRet ); in NextFrm()
/aoo41x/main/sw/source/core/text/
H A Dtxtio.cxx70 const SwFlowFrm *pFlow = SwFlowFrm::CastFlowFrm( pFrm ); in lcl_OutFollow()
H A DEnhancedPDFExportHelper.cxx352 ( rFrm.IsFlowFrm() && SwFlowFrm::CastFlowFrm(&rFrm)->IsFollow() ) || in CheckReopenTag()
468 …( rFrm.IsFlowFrm() && !SwFlowFrm::CastFlowFrm(&rFrm)->IsFollow() && SwFlowFrm::CastFlowFrm(&rFrm)-… in BeginTag()
/aoo41x/main/sw/source/core/frmedt/
H A Dtblsel.cxx2253 inline void UnsetFollow( SwFlowFrm *pTab ) in UnsetFollow()

Completed in 739 milliseconds