Lines Matching refs:SwSectionFrm

74 SwSectionFrm::SwSectionFrm( SwSection &rSect, SwFrm* pSib ) :  in SV_IMPL_PTRARR_SORT()
85 SwSectionFrm::SwSectionFrm( SwSectionFrm &rSect, sal_Bool bMaster ) : in SwSectionFrm() function in SwSectionFrm
101 SwSectionFrm* pMaster = rSect.FindMaster(); in SwSectionFrm()
123 void SwSectionFrm::Init() in Init()
148 SwSectionFrm::~SwSectionFrm() in ~SwSectionFrm()
157 SwSectionFrm *pMaster = FindMaster(); in ~SwSectionFrm()
186 void SwSectionFrm::DelEmpty( sal_Bool bRemove ) in DelEmpty()
216 SwSectionFrm *pMaster = FindMaster(); in DelEmpty()
254 void SwSectionFrm::Cut() in Cut()
259 void SwSectionFrm::_Cut( sal_Bool bRemove ) in _Cut()
269 while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() ) in _Cut()
277 pFrm = ((SwSectionFrm*)pFrm)->ContainsAny(); in _Cut()
344 void SwSectionFrm::Paste( SwFrm* pParent, SwFrm* pSibling ) in Paste()
356 SwSectionFrm* pSect = pParent->FindSctFrm(); in Paste()
398 pSect = new SwSectionFrm( *((SwSectionFrm*)pParent)->GetSection(), pParent ); in Paste()
401 pSect->SetFollow( ((SwSectionFrm*)pParent)->GetFollow() ); in Paste()
402 ((SwSectionFrm*)pParent)->SetFollow( NULL ); in Paste()
411 SwSectionFrm::MoveCntntAndDelete( (SwSectionFrm*)pParent, sal_False ); in Paste()
460 sal_Bool SwSectionFrm::HasToBreak( const SwFrm* pFrm ) const in HasToBreak()
469 const SwFrmFmt *pOtherFmt = ((SwSectionFrm*)pFrm)->GetFmt(); in HasToBreak()
494 void SwSectionFrm::MergeNext( SwSectionFrm* pNxt ) in MergeNext()
544 sal_Bool SwSectionFrm::SplitSect( SwFrm* pFrm, sal_Bool bApres ) in SplitSect()
550 SwSectionFrm* pSect = pOther->FindSctFrm(); in SplitSect()
558 SwSectionFrm* pNew = new SwSectionFrm( *pSect->GetSection(), pSect ); in SplitSect()
674 void SwSectionFrm::MoveCntntAndDelete( SwSectionFrm* pDel, sal_Bool bSave ) in MoveCntntAndDelete()
680 SwSectionFrm* pPrvSct = NULL; in MoveCntntAndDelete()
681 SwSectionFrm* pNxtSct = NULL; in MoveCntntAndDelete()
752 pPrvSct = new SwSectionFrm( *pParent->GetSection(), pUp ); in MoveCntntAndDelete()
780 void SwSectionFrm::MakeAll() in MakeAll()
803 MergeNext( (SwSectionFrm*)GetNext() ); in MakeAll()
838 sal_Bool SwSectionFrm::ShouldBwdMoved( SwLayoutFrm *, sal_Bool , sal_Bool & ) in ShouldBwdMoved()
844 const SwSectionFmt* SwSectionFrm::_GetEndSectFmt() const in _GetEndSectFmt()
887 SwCntntFrm *SwSectionFrm::FindLastCntnt( sal_uInt8 nMode ) in FindLastCntnt()
891 SwSectionFrm *pSect = this; in FindLastCntnt()
901 !((SwSectionFrm*)pTmp)->GetSection() ) in FindLastCntnt()
904 ((SwSectionFrm*)pTmp)->IsDescendantFrom( pFmt ) ) in FindLastCntnt()
905 pSect = (SwSectionFrm*)pTmp; in FindLastCntnt()
924 sal_Bool SwSectionFrm::CalcMinDiff( SwTwips& rMinDiff ) const in CalcMinDiff()
950 SwFtnFrm* lcl_FindEndnote( SwSectionFrm* &rpSect, sal_Bool &rbEmpty, in lcl_FindEndnote()
954 SwSectionFrm* pSect = rbEmpty ? rpSect->GetFollow() : rpSect; in lcl_FindEndnote()
997 void lcl_ColumnRefresh( SwSectionFrm* pSect, sal_Bool bFollow ) in lcl_ColumnRefresh()
1024 void SwSectionFrm::CollectEndnotes( SwLayouter* pLayouter ) in CollectEndnotes()
1030 SwSectionFrm* pSect = this; in CollectEndnotes()
1057 void SwSectionFrm::_CheckClipping( sal_Bool bGrow, sal_Bool bMaximize ) in _CheckClipping()
1087 SwSectionFrm *pSect = this; in _CheckClipping()
1149 void SwSectionFrm::SimpleFormat() in SimpleFormat()
1186 SwSectionFrm* mpSectFrm;
1190 ExtraFormatToPositionObjs( SwSectionFrm& _rSectFrm) in ExtraFormatToPositionObjs()
1329 void SwSectionFrm::Format( const SwBorderAttrs *pAttr ) in Format()
1582 SwSectionFrm *pSect = FindSctFrm(); in GetNextSctLeaf()
1715 SwSectionFrm* pNew; in GetNextSctLeaf()
1720 while( pFirst && pFirst->IsSctFrm() && !((SwSectionFrm*)pFirst)->GetSection() ) in GetNextSctLeaf()
1728 pNew = new SwSectionFrm( *pSect, sal_False ); in GetNextSctLeaf()
1750 pNxt = (SwSectionFrm*)pTmp; in GetNextSctLeaf()
1851 SwSectionFrm *pSect = FindSctFrm(); in GetPrevSctLeaf()
1869 while( pPrv && pPrv->IsSctFrm() && !((SwSectionFrm*)pPrv)->GetSection() ) in GetPrevSctLeaf()
1898 !( static_cast<const SwSectionFrm*>(pTmp)->GetSection() ) && in GetPrevSctLeaf()
1906 ( static_cast<const SwSectionFrm*>(pTmp)->GetSection() ) in GetPrevSctLeaf()
1929 SwSectionFrm* pNew = NULL; in GetPrevSctLeaf()
1939 while( !((SwSectionFrm*)pTmp)->GetSection() && pTmp->GetPrev() && in GetPrevSctLeaf()
1942 if( ((SwSectionFrm*)pTmp)->GetFollow() == pSect ) in GetPrevSctLeaf()
1943 pNew = (SwSectionFrm*)pTmp; in GetPrevSctLeaf()
1948 pNew = new SwSectionFrm( *pSect, sal_True ); in GetPrevSctLeaf()
2009 sal_Bool SwSectionFrm::Growable() const in Growable()
2028 SwTwips SwSectionFrm::_Grow( SwTwips nDist, sal_Bool bTst ) in _Grow()
2113 while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() ) in _Grow()
2147 SwTwips SwSectionFrm::_Shrink( SwTwips nDist, sal_Bool bTst ) in _Shrink()
2214 while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() ) in _Shrink()
2251 sal_Bool SwSectionFrm::MoveAllowed( const SwFrm* pFrm) const in MoveAllowed()
2344 while( pRet && pRet->IsSctFrm() && !((SwSectionFrm*)pRet)->GetSection() ) in _GetIndPrev()
2375 sal_Bool SwSectionFrm::IsDescendantFrom( const SwSectionFmt* pFmt ) const in IsDescendantFrom()
2390 void SwSectionFrm::CalcFtnAtEndFlag() in CalcFtnAtEndFlag()
2413 sal_Bool SwSectionFrm::IsEndnoteAtMyEnd() const in IsEndnoteAtMyEnd()
2418 void SwSectionFrm::CalcEndAtEndFlag() in CalcEndAtEndFlag()
2441 void SwSectionFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew ) in Modify()
2476 void SwSectionFrm::SwClientNotify( const SwModify& rMod, const SfxHint& rHint ) in SwClientNotify()
2483 SwSectionFrm::MoveCntntAndDelete( this, pHint->IsSaveCntnt() ); in SwClientNotify()
2488 void SwSectionFrm::_UpdateAttr( const SfxPoolItem *pOld, const SfxPoolItem *pNew, in _UpdateAttr()
2607 sal_Bool SwSectionFrm::ToMaximize( sal_Bool bCheckFollow ) const in ToMaximize()
2613 const SwSectionFrm* pFoll = GetFollow(); in ToMaximize()
2640 SwFtnContFrm* SwSectionFrm::ContainsFtnCont( const SwFtnContFrm* pCont ) const in ContainsFtnCont()
2669 void SwSectionFrm::InvalidateFtnPos() in InvalidateFtnPos()
2686 long SwSectionFrm::Undersize( sal_Bool bOverSize ) in Undersize()
2703 void SwSectionFrm::CalcFtnCntnt() in CalcFtnCntnt()
2721 pNextFrm = static_cast<SwSectionFrm*>(pFrm)->ContainsAny(); in CalcFtnCntnt()
2747 void SwRootFrm::InsertEmptySct( SwSectionFrm* pDel ) in InsertEmptySct()
2761 SwSectionFrm* pSect = (*pDestroy)[0]; in _DeleteEmptySct()
2788 void SwRootFrm::_RemoveFromList( SwSectionFrm* pSct ) in _RemoveFromList()
2798 sal_Bool SwRootFrm::IsInDelList( SwSectionFrm* pSct ) const in IsInDelList()
2806 bool SwSectionFrm::IsBalancedSection() const in IsBalancedSection()