/aoo42x/main/sw/source/core/layout/ |
H A D | objectformatterlayfrm.cxx | 56 if ( !_rAnchorLayFrm.IsPageFrm() && in CreateObjFormatter() 69 ( _rAnchorLayFrm.IsPageFrm() && in CreateObjFormatter() 104 if ( bSuccess && GetAnchorFrm().IsPageFrm() ) in DoFormatObjs() 126 if ( !GetAnchorFrm().IsPageFrm() ) in _AdditionalFormatObjsOnPage()
|
H A D | pagedesc.cxx | 260 if( pLast->IsPageFrm() ) in RegisterChange() 268 if( pLast->IsPageFrm() ) in RegisterChange() 361 pChkFrm->IsPageFrm() && in IsFollowNextPageOfNode()
|
H A D | ssfrm.cxx | 258 if( IsPageFrm() ) in CheckDirChange() 687 if( pTmp->IsPageFrm() || pTmp->IsFlyFrm() || in PaintArea() 695 if( pTmp->IsPageFrm() || pTmp->IsFlyFrm() || pTmp->IsRootFrm() ) in PaintArea()
|
H A D | wsfrm.cxx | 1434 if ( bBrowse && GetUpper()->IsPageFrm() ) // nur (Page)BodyFrms in AdjustNeighbourhood() 1613 const sal_Bool bFtnPage = pBoss->IsPageFrm() && ((SwPageFrm*)pBoss)->IsFtnPage(); in AdjustNeighbourhood() 1682 ASSERT( pBoss->IsPageFrm(), "Header/Footer out of page?" ); in AdjustNeighbourhood() 3079 if ( IsPageFrm() || in ChgLowersProp() 3095 ASSERT( !( IsPageFrm() && in ChgLowersProp() 3175 ASSERT( GetUpper()->IsPageFrm(), "Upper is not page frame" ) in ChgLowersProp() 3211 sal_Bool bVert = IsVertical() && !IsPageFrm(); in Format()
|
H A D | anchoredobject.cxx | 1000 if ( _bFollowTextFlow && !GetAnchorFrm()->IsPageFrm() ) in GetRelPosToPageFrm() 1003 while ( !pFrm->IsCellFrm() && !pFrm->IsPageFrm() ) in GetRelPosToPageFrm()
|
H A D | flylay.cxx | 300 !pToBeCheckedFrm->IsPageFrm() ) in HasEnvironmentAutoSize() 1165 if ( rVertClipFrm.IsPageFrm() ) in CalcClipRect() 1295 else if ( pUp->GetUpper()->IsPageFrm() ) in CalcClipRect()
|
H A D | findfrm.cxx | 470 while ( pRet && !pRet->IsPageFrm() ) in FindPageFrm() 1414 && pFrm->GetUpper()->IsPageFrm() ) in SetInfFlags() 1429 } while ( pFrm && !pFrm->IsPageFrm() ); //Oberhalb der Seite kommt nix in SetInfFlags()
|
H A D | layact.cxx | 590 ASSERT( pRoot->Lower()->IsPageFrm(), ":-( Keine Seite unterhalb der Root."); in InternalAction() 1455 if ( pLay->IsPageFrm() ) in FormatLayout() 1486 sal_Bool bPageInBrowseMode = pLay->IsPageFrm(); in FormatLayout() 1529 if ( pLay->IsPageFrm() ) in FormatLayout()
|
H A D | paintfrm.cxx | 2854 ASSERT( Lower() && Lower()->IsPageFrm(), "Lower der Root keine Seite." ); in Paint() 3163 ASSERT( !pPage->GetNext() || pPage->GetNext()->IsPageFrm(), in Paint() 3391 const SwFrmFmt *pFmt = GetUpper() && GetUpper()->IsPageFrm() in Paint() 5749 if ( IsPageFrm() ) in PaintBaBo() 5758 if( IsPageFrm() ) in PaintBaBo() 5811 const sal_Bool bPageFrm = IsPageFrm(); in PaintBackground() 6708 { if ( pFrm->IsPageFrm() && !pOpt->IsPageBack() ) in GetBackgroundBrush() 6799 if ( pFrm->IsPageFrm() && pSh->GetViewOptions()->getBrowseMode() ) in GetBackgroundBrush()
|
H A D | trvlfrm.cxx | 303 ASSERT( (Lower() && Lower()->IsPageFrm()), "Keinen PageFrm gefunden." ); in GetCrsrOfst() 914 ASSERT( Lower() && Lower()->IsPageFrm(), "Keine Seite vorhanden." ); in SetCurrPage() 1576 ASSERT( Lower() && Lower()->IsPageFrm(), "Keine Seite vorhanden." ); in GetPagePos()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accfrmobj.cxx | 141 !mpFrm->IsPageFrm() ); in IsAccessible() 284 if ( mpFrm->IsPageFrm() && in GetBox() 319 if( mpFrm->IsPageFrm() && in GetBounds()
|
H A D | accfrmobjslist.cxx | 47 if( rFrm.IsPageFrm() ) in SwAccessibleChildSList_const_iterator() 114 if( rFrm.IsPageFrm() ) in next()
|
H A D | accfrmobjmap.cxx | 67 if ( rFrm.IsPageFrm() ) in SwAccessibleChildMap() 160 return ( rFrm.IsPageFrm() && in IsSortingRequired()
|
H A D | accpage.cxx | 131 DBG_ASSERT( pFrame->IsPageFrm(), "need page frame" ); in SwAccessiblePage()
|
H A D | accframe.cxx | 393 if( pFrm->IsPageFrm() && !pVOpt->IsPageBack() ) in IsOpaque()
|
/aoo42x/main/sw/source/core/objectpositioning/ |
H A D | environmentofanchoredobject.cxx | 65 !pHoriEnvironmentLayFrm->IsPageFrm() ) in GetHoriEnvironmentLayoutFrm() 105 !pVertEnvironmentLayFrm->IsPageFrm() ) in GetVertEnvironmentLayoutFrm()
|
H A D | anchoredobjectposition.cxx | 238 if( _rVertOrientFrm.IsPageFrm() && !bVert ) in _GetVertAlignmentValues() 275 if( _rPageAlignLayFrm.IsPageFrm() && !bVert ) in _GetVertAlignmentValues() 594 else if ( _rHoriOrientFrm.IsPageFrm() && bVert ) in _GetHoriAlignmentValues() 673 if ( _rHoriOrientFrm.IsPageFrm() && bVert ) in _GetHoriAlignmentValues()
|
H A D | tolayoutanchoredobjectposition.cxx | 136 if ( !bFlyAtFly && GetAnchorFrm().IsPageFrm() && in CalcPosition()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fews.cxx | 296 case FRM_BODY: if( pFrm->GetUpper()->IsPageFrm() ) // nicht bei ColumnFrms in GetFrmType() 899 if ( pFrm->IsPageFrm() ) in CalcBoundRect() 918 const SwFrm* pUpper = ( pFrm->IsPageFrm() || pFrm->IsFlyFrm() ) ? in CalcBoundRect() 975 ASSERT( rVertEnvironLayFrm.IsPageFrm(), in CalcBoundRect()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtio.cxx | 97 else if( pFrm->IsPageFrm() ) in lcl_OutFrame() 161 if( pFrm->IsPageFrm() ) in lcl_OutFrame()
|
H A D | EnhancedPDFExportHelper.cxx | 215 if ( rFrm.IsPageFrm() ) in lcl_GetKeyFromFrame() 351 if ( ( rFrm.IsPageFrm() && static_cast<const SwPageFrm&>(rFrm).GetPrev() ) || in CheckReopenTag() 467 if ( ( rFrm.IsPageFrm() && !static_cast<const SwPageFrm&>(rFrm).GetPrev() ) || in BeginTag()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | ftnboss.hxx | 121 { return IsPageFrm() ? NA_ONLY_ADJUST : _NeighbourhoodAdjustment( pFrm ); } in NeighbourhoodAdjustment()
|
H A D | layfrm.hxx | 198 return nType == FRMC_BODY && GetUpper()->IsPageFrm(); in IsPageBodyFrm()
|
H A D | frame.hxx | 895 inline sal_Bool IsPageFrm() const; 1247 inline sal_Bool SwFrm::IsPageFrm() const in IsPageFrm() function in SwFrm
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | trvlfnfl.cxx | 122 if( pFtnBoss->GetNext() && !pFtnBoss->IsPageFrm() ) in GotoFtnTxt()
|