Lines Matching refs:GetUpper
125 ASSERT( GetUpper(), "SwSectionFrm::Init before insertion?!" ); in Init()
127 long nWidth = (GetUpper()->Prt().*fnRect->fnGetWidth)(); in Init()
193 SwFrm* pUp = GetUpper(); in DelEmpty()
261 ASSERT( GetUpper(), "Cut ohne Upper()." ); in _Cut()
263 PROTOCOL( this, PROT_CUT, 0, GetUpper() ) in _Cut()
299 { SwRootFrm *pRoot = (SwRootFrm*)pPage->GetUpper(); in _Cut()
301 GetUpper()->SetCompletePaint(); in _Cut()
305 SwLayoutFrm *pUp = GetUpper(); in _Cut()
310 pUp->GetUpper() ) in _Cut()
350 ASSERT( !GetPrev() && !GetUpper(), in Paste()
353 PROTOCOL( this, PROT_PASTE, 0, GetUpper() ) in Paste()
379 SwColumnFrm *pCol = (SwColumnFrm*)pParent->GetUpper(); in Paste()
393 ::RestoreCntnt( pSave, pSibling->GetUpper(), pTmp, true ); in Paste()
408 (pSect->*fnRect->fnMakePos)( pSect->GetUpper(), pSect->GetPrev(), sal_True); in Paste()
559 pNew->InsertBehind( pSect->GetUpper(), pSect ); in SplitSect()
652 bGoingUp = (0 != (p = pFrm->GetUpper() ) ); in lcl_GetNextCntntFrm()
678 SwLayoutFrm* pUp = pDel->GetUpper(); in MoveCntntAndDelete()
789 if( GetUpper() ) in MakeAll()
791 SWRECTFN( GetUpper() ) in MakeAll()
792 (this->*fnRect->fnMakePos)( GetUpper(), GetPrev(), sal_False ); in MakeAll()
929 rMinDiff = (GetUpper()->*fnRect->fnGetPrtBottom)(); in CalcMinDiff()
957 ASSERT( (pSect->Lower() && pSect->Lower()->IsColumnFrm()) || pSect->GetUpper()->IsFtnFrm(), in lcl_FindEndnote()
1028 ASSERT( (Lower() && Lower()->IsColumnFrm()) || GetUpper()->IsFtnFrm(), "Where's my column?" ); in CollectEndnotes()
1061 SwTwips nDeadLine = (GetUpper()->*fnRect->fnGetPrtBottom)(); in _CheckClipping()
1062 if( bGrow && ( !IsInFly() || !GetUpper()->IsColBodyFrm() || in _CheckClipping()
1070 long nAdd = GetUpper()->Grow( nDiff ); in _CheckClipping()
1156 if( GetPrev() || GetUpper() ) in SimpleFormat()
1162 (this->*fnRect->fnMakePos)( GetUpper(), GetPrev(), sal_False ); in SimpleFormat()
1165 SwTwips nDeadLine = (GetUpper()->*fnRect->fnGetPrtBottom)(); in SimpleFormat()
1258 (mpSectFrm->GetUpper()->*fnRect->fnGetPrtBottom)() ); in FormatSectionToPositionObjs()
1396 if( GetUpper() ) in Format()
1398 long nWidth = (GetUpper()->Prt().*fnRect->fnGetWidth)(); in Format()
1429 if ( (GetUpper()->Frm().*fnRect->fnGetHeight)() > 0 ) in Format()
1472 SwTwips nDeadLine = (GetUpper()->*fnRect->fnGetPrtBottom)(); in Format()
1479 nTmpDiff = GetUpper()->Grow( nTmpDiff, sal_True ); in Format()
1531 if ( GetUpper() ) in Format()
1540 if( GetUpper() && !GetUpper()->IsFooterFrm() ) in Format()
1541 GetUpper()->Shrink( nDiff ); in Format()
1565 PROTOCOL_ENTER( this, PROT_LEAF, ACT_NEXT_SECT, GetUpper()->FindSctFrm() ) in GetNextSctLeaf()
1569 if( IsColBodyFrm() && GetUpper()->GetNext() ) in GetNextSctLeaf()
1570 return (SwLayoutFrm*)((SwLayoutFrm*)GetUpper()->GetNext())->Lower(); in GetNextSctLeaf()
1571 if( GetUpper()->IsColBodyFrm() && GetUpper()->GetUpper()->GetNext() ) in GetNextSctLeaf()
1572 return (SwLayoutFrm*)((SwLayoutFrm*)GetUpper()->GetUpper()->GetNext())->Lower(); in GetNextSctLeaf()
1575 if( GetUpper()->IsInTab() || FindFooterOrHeader() ) in GetNextSctLeaf()
1603 if( !pSect->GetUpper()->IsColBodyFrm() || in GetNextSctLeaf()
1604 0 == ( pTmp = pSect->GetUpper()->GetUpper()->GetNext() ) ) in GetNextSctLeaf()
1611 SwFrm *pUp = pSect->GetFollow()->GetUpper(); in GetNextSctLeaf()
1615 !( pUp = pUp->GetUpper() )->GetPrev() ) in GetNextSctLeaf()
1643 pLayLeaf = pTmpCnt ? pTmpCnt->GetUpper() : 0; in GetNextSctLeaf()
1771 pSect->GetUpper()->MoveLowerFtns( pNxtCntnt, pOldBoss, in GetNextSctLeaf()
1800 PROTOCOL_ENTER( this, PROT_LEAF, ACT_PREV_SECT, GetUpper()->FindSctFrm() ) in GetPrevSctLeaf()
1805 pCol = GetUpper(); in GetPrevSctLeaf()
1806 else if( GetUpper()->IsColBodyFrm() ) in GetPrevSctLeaf()
1807 pCol = GetUpper()->GetUpper(); in GetPrevSctLeaf()
1971 while( pLayLeaf->GetUpper()->GetNext() ) in GetPrevSctLeaf()
1973 pLayLeaf = (SwLayoutFrm*)((SwLayoutFrm*)pLayLeaf->GetUpper()->GetNext())->Lower(); in GetPrevSctLeaf()
1990 const SwLayoutFrm* pUp = pFrm->GetUpper(); in lcl_DeadLine()
1994 pUp = pUp->GetUpper(); in lcl_DeadLine()
1996 else if( pUp->IsColBodyFrm() && pUp->GetUpper()->GetUpper()->IsSctFrm() ) in lcl_DeadLine()
1997 pUp = pUp->GetUpper()->GetUpper(); in lcl_DeadLine()
2016 return ( GetUpper() && ((SwFrm*)GetUpper())->Grow( LONG_MAX, sal_True ) ); in Growable()
2040 sal_Bool bInCalcCntnt = GetUpper() && IsInFly() && FindFlyFrm()->IsLocked(); in _Grow()
2061 if( !bInCalcCntnt && nGrow < nDist && GetUpper() ) in _Grow()
2062 nGrow += GetUpper()->Grow( LONG_MAX, sal_True ); in _Grow()
2081 else if( nSpace < nGrow && nDist != nSpace + GetUpper()-> in _Grow()
2093 if( GetUpper() && GetUpper()->IsHeaderFrm() ) in _Grow()
2094 GetUpper()->InvalidateSize(); in _Grow()
2199 if( GetUpper() && !GetUpper()->IsFooterFrm() ) in _Shrink()
2200 nReal = GetUpper()->Shrink( nDist, bTst ); in _Shrink()
2254 if( HasFollow() || ( pFrm->GetUpper()->IsColBodyFrm() && in MoveAllowed()
2255 pFrm->GetUpper()->GetUpper()->GetNext() ) ) in MoveAllowed()
2261 if( GetUpper()->IsInSct() ) in MoveAllowed()
2265 return GetUpper()->FindSctFrm()->MoveAllowed( this ); in MoveAllowed()
2272 const SwLayoutFrm *pLay = pFrm->FindFtnFrm()->GetUpper()->GetUpper(); in MoveAllowed()
2300 return 0 != ((SwFrm*)GetUpper())->GetNextLeaf( MAKEPAGE_NONE ); in MoveAllowed()
2321 const SwFrm* pSct = GetUpper(); in _GetIndPrev()
2326 else if( pSct->IsColBodyFrm() && (pSct = pSct->GetUpper()->GetUpper())->IsSctFrm() ) in _GetIndPrev()
2330 const SwFrm* pCol = GetUpper()->GetUpper()->GetPrev(); in _GetIndPrev()
2352 SwFrm* pSct = GetUpper(); in _GetIndNext()
2357 if( pSct->IsColBodyFrm() && (pSct = pSct->GetUpper()->GetUpper())->IsSctFrm() ) in _GetIndNext()
2360 SwFrm* pCol = GetUpper()->GetUpper()->GetNext(); in _GetIndNext()
2767 SwLayoutFrm* pUp = pSect->GetUpper(); in _DeleteEmptySct()
2775 pUp->GetUpper() ) in _DeleteEmptySct()