Lines Matching refs:GetUpper
175 pCol = pBoss->GetUpper()->FindColFrm(); in lcl_ColumnNum()
299 (GetUpper()->*fnRect->fnGetPrtBottom)() ); in Format()
344 if ( !GetUpper() || !GetUpper()->IsFtnBossFrm() ) in GrowFrm()
355 SwFtnBossFrm *pBoss = (SwFtnBossFrm*)GetUpper(); in GrowFrm()
399 nAvail = GetUpper()->Prt().Height(); in GrowFrm()
400 const SwFrm *pAvail = GetUpper()->Lower(); in GrowFrm()
549 pCnt->GetUpper()->_InvalidateSize(); in InvalidateNxtFtnCnts()
551 } while ( pCnt && GetUpper()->IsAnLower( pCnt ) ); in InvalidateNxtFtnCnts()
607 SwLayoutFrm *pUp = GetUpper(); in Cut()
663 ASSERT( !GetPrev() && !GetNext() && !GetUpper(), in Paste()
738 if( pOldBoss->GetUpper()->IsSctFrm() ) in GetNextFtnLeaf()
744 pBoss = (SwFtnBossFrm*)pNxt->GetUpper(); in GetNextFtnLeaf()
778 pTmpBoss = pTmpBoss->GetUpper()->FindFtnBossFrm(); in GetNextFtnLeaf()
856 SwSectionFrm *pSect = pNxtBoss->GetUpper()->IsSctFrm() ? in GetPrevFtnLeaf()
857 (SwSectionFrm*)pNxtBoss->GetUpper() : 0; in GetPrevFtnLeaf()
1337 SwFrm *pTmp = pFrm->GetUpper(); in ResetFtn()
1339 pTmp = pTmp->GetUpper(); in ResetFtn()
1613 pParent = (SwFtnContFrm*)pSibling->GetUpper(); in InsertFtn()
1628 pParent = (SwFtnContFrm*)pSibling->GetUpper(); in InsertFtn()
1662 if( GetUpper()->IsSctFrm() && in AppendFtn()
1663 ((SwSectionFrm*)GetUpper())->IsEndnAtEnd() ) in AppendFtn()
1666 ((SwSectionFrm*)GetUpper())->FindLastCntnt( FINDMODE_ENDNOTE ); in AppendFtn()
1683 pPage = ::InsertNewPage( *pDesc, pPage->GetUpper(), in AppendFtn()
1714 else if( FTNPOS_CHAPTER == pDoc->GetFtnInfo().ePos && ( !GetUpper()-> in AppendFtn()
1715 IsSctFrm() || !((SwSectionFrm*)GetUpper())->IsFtnAtEnd() ) ) in AppendFtn()
1727 pPage = ::InsertNewPage( *pDesc, pPage->GetUpper(), in AppendFtn()
1800 if ( pNew->GetUpper() ) //Eingesetzt oder nicht? in AppendFtn()
1890 pFrm = pFrm->GetUpper(); in FindFtn()
2219 if ( pFtn->GetUpper() ) //Robust, z.B. bei doppelten in _MoveFtns()
2248 pFtn->GetUpper()->Calc(); in _MoveFtns()
2412 (!GetUpper()->IsSctFrm() || !((SwSectionFrm*)GetUpper())->IsFtnAtEnd())) in MoveFtns()
2463 SwFtnFrm* pFirst = (SwFtnFrm*)pFtn->GetUpper()->Lower(); in RearrangeFtns()
2556 SwFrm* aFtnContFrm = pFtnFrm->GetUpper(); in RearrangeFtns()
2711 if( pBoss->GetUpper()->IsSctFrm() && in UpdateFtnNum()
2712 ((SwSectionFrm*)pBoss->GetUpper())->IsOwnFtnNum() ) in UpdateFtnNum()
2713 pCntnt = ((SwSectionFrm*)pBoss->GetUpper())->FindLastCntnt(); in UpdateFtnNum()
2877 if( GetUpper() && !GetUpper()->IsPageBodyFrm() ) in _NeighbourhoodAdjustment()
2880 if( GetUpper()->IsFlyFrm() ) in _NeighbourhoodAdjustment()
2884 ASSERT( GetUpper()->IsSctFrm(), "NeighbourhoodAdjustment: Unexpected Upper" ); in _NeighbourhoodAdjustment()
2893 else if( !GetUpper()->IsColLocked() ) in _NeighbourhoodAdjustment()