Lines Matching refs:SwFrm
74 SwSectionFrm::SwSectionFrm( SwSection &rSect, SwFrm* pSib ) : in SV_IMPL_PTRARR_SORT()
76 SwFlowFrm( (SwFrm&)*this ), in SV_IMPL_PTRARR_SORT()
87 SwFlowFrm( (SwFrm&)*this ), in SwSectionFrm()
193 SwFrm* pUp = GetUpper(); in DelEmpty()
267 SwFrm *pFrm = GetNext(); in _Cut()
268 SwFrm* pPrepFrm = NULL; in _Cut()
344 void SwSectionFrm::Paste( SwFrm* pParent, SwFrm* pSibling ) in Paste()
387 SwFrm *pTmp = pSibling; in Paste()
392 SwFrm* pSave = ::SaveCntnt( pCol ); in Paste()
460 sal_Bool SwSectionFrm::HasToBreak( const SwFrm* pFrm ) const in HasToBreak()
500 SwFrm* pTmp = ::SaveCntnt( pNxt ); in MergeNext()
503 SwFrm* pLast = Lower(); in MergeNext()
544 sal_Bool SwSectionFrm::SplitSect( SwFrm* pFrm, sal_Bool bApres ) in SplitSect()
547 SwFrm* pOther = bApres ? pFrm->FindNext() : pFrm->FindPrev(); in SplitSect()
554 SwFrm* pSav = ::SaveCntnt( this, bApres ? pOther : pFrm ); in SplitSect()
602 void lcl_InvalidateInfFlags( SwFrm* pFrm, sal_Bool bInva ) in lcl_InvalidateInfFlags()
637 const SwFrm* pFrm = pLay; in lcl_GetNextCntntFrm()
641 const SwFrm *p = 0; in lcl_GetNextCntntFrm()
677 SwFrm* pPrv = pDel->GetPrev(); in MoveCntntAndDelete()
700 SwFrm* pPrvCntnt = lcl_GetNextCntntFrm( pDel, false ); in MoveCntntAndDelete()
702 SwFrm* pNxtCntnt = lcl_GetNextCntntFrm( pDel, true ); in MoveCntntAndDelete()
712 SwFrm *pSave = bSave ? ::SaveCntnt( pDel ) : NULL; in MoveCntntAndDelete()
802 const SwFrm* pFoll = GetFollow(); in MakeAll()
816 const SwFrm* pFoll = GetFollow(); in MakeAll()
858 SwFrm* pFrm, sal_Bool &rbChkFtn ) in lcl_FindCntntFrm()
899 SwFrm* pTmp = pSect->FindNext(); in FindLastCntnt()
1094 SwFrm* pTmp = FindLastCntnt( FINDMODE_LASTCNT ); in _CheckClipping()
1219 void InitObjs( SwFrm& rFrm ) in InitObjs()
1236 SwFrm* pLowerFrm = pLayoutFrm->GetLower(); in InitObjs()
1351 SwFrm* pOwn = ContainsAny(); in Format()
1422 SwFrm *pFrm = pLower; in Format()
1440 SwFrm* pOld = GetFollow(); in Format()
1561 SwLayoutFrm *SwFrm::GetNextSctLeaf( MakePageType eMakePage ) in GetNextSctLeaf()
1602 SwFrm* pTmp; in GetNextSctLeaf()
1608 SwFrm* pTmpX = pTmp; in GetNextSctLeaf()
1611 SwFrm *pUp = pSect->GetFollow()->GetUpper(); in GetNextSctLeaf()
1718 SwFrm* pFirst = pLayLeaf->Lower(); in GetNextSctLeaf()
1736 SwFrm* pTmp = pSect->GetNext(); in GetNextSctLeaf()
1798 SwLayoutFrm *SwFrm::GetPrevSctLeaf( MakePageType ) in GetPrevSctLeaf()
1865 SwFrm *pPrv; in GetPrevSctLeaf()
1893 const SwFrm* pTmp = pLayLeaf->Lower(); in GetPrevSctLeaf()
1931 SwFrm *pTmp = pLayLeaf->Lower(); in GetPrevSctLeaf()
1988 SwTwips lcl_DeadLine( const SwFrm* pFrm ) in lcl_DeadLine()
2016 return ( GetUpper() && ((SwFrm*)GetUpper())->Grow( LONG_MAX, sal_True ) ); in Growable()
2102 SwFrm* pTmp = Lower(); in _Grow()
2112 SwFrm *pFrm = GetNext(); in _Grow()
2204 SwFrm* pTmp = Lower(); in _Shrink()
2213 SwFrm* pFrm = GetNext(); in _Shrink()
2251 sal_Bool SwSectionFrm::MoveAllowed( const SwFrm* pFrm) const in MoveAllowed()
2300 return 0 != ((SwFrm*)GetUpper())->GetNextLeaf( MAKEPAGE_NONE ); in MoveAllowed()
2311 SwFrm* SwFrm::_GetIndPrev() const in _GetIndPrev()
2313 SwFrm *pRet = NULL; in _GetIndPrev()
2321 const SwFrm* pSct = GetUpper(); in _GetIndPrev()
2330 const SwFrm* pCol = GetUpper()->GetUpper()->GetPrev(); in _GetIndPrev()
2349 SwFrm* SwFrm::_GetIndNext() in _GetIndNext()
2352 SwFrm* pSct = GetUpper(); in _GetIndNext()
2360 SwFrm* pCol = GetUpper()->GetUpper()->GetNext(); in _GetIndNext()
2509 SwFrm *pTmp = Lower(); in _UpdateAttr()
2674 SwFrm *pTmp = pCont->ContainsCntnt(); in InvalidateFtnPos()
2708 SwFrm* pFrm = pCont->ContainsAny(); in CalcFtnCntnt()
2717 SwFrm* pNextFrm = 0; in CalcFtnCntnt()