Lines Matching refs:GetUpper
302 pToBeCheckedFrm = pToBeCheckedFrm->GetUpper(); in HasEnvironmentAutoSize()
642 if ( GetUpper() ) in AppendFlyToPage()
644 ((SwRootFrm*)GetUpper())->SetIdleFlags(); in AppendFlyToPage()
645 ((SwRootFrm*)GetUpper())->InvalidateBrowseWidth(); in AppendFlyToPage()
693 if( GetUpper() && in AppendFlyToPage()
694 static_cast< SwRootFrm * >( GetUpper() )->IsAnyShellAccessible() && in AppendFlyToPage()
695 static_cast< SwRootFrm * >( GetUpper() )->GetCurrShell() ) in AppendFlyToPage()
697 static_cast< SwRootFrm * >( GetUpper() )->GetCurrShell()->Imp() in AppendFlyToPage()
747 if ( GetUpper() ) in RemoveFlyFromPage()
750 ((SwRootFrm*)GetUpper())->SetSuperfluous(); in RemoveFlyFromPage()
751 ((SwRootFrm*)GetUpper())->InvalidateBrowseWidth(); in RemoveFlyFromPage()
761 if( GetUpper() && in RemoveFlyFromPage()
762 static_cast< SwRootFrm * >( GetUpper() )->IsAnyShellAccessible() && in RemoveFlyFromPage()
763 static_cast< SwRootFrm * >( GetUpper() )->GetCurrShell() ) in RemoveFlyFromPage()
765 static_cast< SwRootFrm * >( GetUpper() )->GetCurrShell()->Imp() in RemoveFlyFromPage()
795 if ( GetUpper() ) in MoveFly()
797 ((SwRootFrm*)GetUpper())->SetIdleFlags(); in MoveFly()
799 ((SwRootFrm*)GetUpper())->SetSuperfluous(); in MoveFly()
816 if( GetUpper() && in MoveFly()
817 static_cast< SwRootFrm * >( GetUpper() )->IsAnyShellAccessible() && in MoveFly()
818 static_cast< SwRootFrm * >( GetUpper() )->GetCurrShell() ) in MoveFly()
820 static_cast< SwRootFrm * >( GetUpper() )->GetCurrShell()->Imp() in MoveFly()
858 if( GetUpper() && in MoveFly()
859 static_cast< SwRootFrm * >( GetUpper() )->IsAnyShellAccessible() && in MoveFly()
860 static_cast< SwRootFrm * >( GetUpper() )->GetCurrShell() ) in MoveFly()
862 static_cast< SwRootFrm * >( GetUpper() )->GetCurrShell()->Imp() in MoveFly()
909 if ( GetUpper() ) in AppendDrawObjToPage()
911 ((SwRootFrm*)GetUpper())->InvalidateBrowseWidth(); in AppendDrawObjToPage()
969 if ( GetUpper() ) in RemoveDrawObjFromPage()
974 ((SwRootFrm*)GetUpper())->SetSuperfluous(); in RemoveDrawObjFromPage()
977 ((SwRootFrm*)GetUpper())->InvalidateBrowseWidth(); in RemoveDrawObjFromPage()
1094 rRect = bMove ? pClipFrm->GetUpper()->Frm() in CalcClipRect()
1108 ->GetAnchorFrmContainingAnchPos()->GetUpper(); in CalcClipRect()
1111 pCellFrm = pCellFrm->GetUpper(); in CalcClipRect()
1146 pFly->GetAnchorFrm()->FindPageFrm()->GetUpper(); in CalcClipRect()
1158 const SwLayoutFrm *pUp = pClip->GetUpper(); in CalcClipRect()
1167 pUp = pUp->GetUpper(); in CalcClipRect()
1185 if ( pUp->GetUpper() != (pPg = pFly->FindPageFrm()) ) in CalcClipRect()
1187 rRect = pUp->GetUpper()->Frm(); in CalcClipRect()
1223 rRect.Left ( pUp->GetUpper()->Frm().Left() ); in CalcClipRect()
1224 rRect.Width( pUp->GetUpper()->Frm().Width()); in CalcClipRect()
1230 (pTab->GetUpper()->*fnRect->fnGetPrtBottom)() ); in CalcClipRect()
1250 const SwFrm *pUp = pFly->GetAnchorFrm()->GetUpper(); in CalcClipRect()
1253 pUp = pUp->GetUpper(); in CalcClipRect()
1263 (pTab->GetUpper()->*fnRect->fnGetPrtBottom)() ); in CalcClipRect()
1266 else if ( pUp->GetUpper()->IsPageFrm() ) in CalcClipRect()
1270 (rRect.*fnRect->fnSetRight)( (pUp->GetUpper()->Frm().*fnRect->fnGetRight)() ); in CalcClipRect()
1285 nHeight = 2*nHeight - rUL.GetLower() - rUL.GetUpper(); in CalcClipRect()
1292 - rUL.GetLower() - rUL.GetUpper(); in CalcClipRect()
1311 const SwFrm* pUp = pAnchorFrm->GetUpper(); in CalcClipRect()
1338 nHeight = 2*nHeight - nTmpH - rUL.GetLower() - rUL.GetUpper(); in CalcClipRect()