Home
last modified time | relevance | path

Searched refs:IsCntntFrm (Results 1 – 21 of 21) sorted by relevance

/aoo42x/main/sw/source/core/layout/
H A Dfindfrm.cxx450 } while ( 0 == (pCntntFrm = (pFrm->IsCntntFrm() ? (SwCntntFrm*)pFrm:0) )); in ImplGetNextCntntFrm()
655 if ( IsCntntFrm() ) in GetAttrSet()
664 if(IsCntntFrm()) in getSdrAllFillAttributesHelper()
723 } while ( 0 == (pRet = ( ( pFrm->IsCntntFrm() || ( !bGoingUp && in lcl_NextFrm()
757 else if ( IsCntntFrm() ) in _FindNext()
888 else if ( IsCntntFrm() && ((SwCntntFrm*)this)->GetFollow() ) in _FindNextCnt()
891 if ( pThis->IsCntntFrm() ) in _FindNextCnt()
1133 if ( pThis && pThis->IsCntntFrm() ) in _FindPrev()
1351 ( !IsCntntFrm() || !const_cast<SwFrm*>(this)->GetNextCellLeaf( MAKEPAGE_NONE ) ) ) in IsMoveable()
H A Dsectfrm.cxx278 if ( pFrm && pFrm->IsCntntFrm() ) in _Cut()
292 if ( pFrm->IsCntntFrm() ) in _Cut()
426 if ( pSibling->IsCntntFrm() ) in Paste()
439 if ( GetPrev()->IsCntntFrm() ) in Paste()
627 if ( pLay->GetNext() && pLay->GetNext()->IsCntntFrm() ) in lcl_GetNextCntntFrm()
632 if ( pLay->GetPrev() && pLay->GetPrev()->IsCntntFrm() ) in lcl_GetNextCntntFrm()
665 } while ( 0 == (pCntntFrm = (pFrm->IsCntntFrm() ? (SwCntntFrm*)pFrm:0) )); in lcl_GetNextCntntFrm()
866 if( pFrm->IsCntntFrm() ) in lcl_FindCntntFrm()
1741 if( pTmp->IsCntntFrm() ) in GetNextSctLeaf()
1758 if( pTmp->IsCntntFrm() ) in GetNextSctLeaf()
H A Dfrmtool.cxx122 bHadFollow = pF->IsCntntFrm() ? in SwFrmNotify()
216 if ( bHadFollow || !pFrm->IsCntntFrm() || !((SwCntntFrm*)pFrm)->GetFollow() ) in ~SwFrmNotify()
1750 if ( pMove->IsCntntFrm() ) in MakeFrms()
1873 rAttrSet( pConstructor->IsCntntFrm() in SwBorderAttrs()
2237 SwCacheAccess( rCach, (pFrm->IsCntntFrm() ? in SwBorderAttrAccess()
2240 (sal_Bool)(pFrm->IsCntntFrm() ? in SwBorderAttrAccess()
2508 if ( pFloat->IsCntntFrm() ) in SaveCntnt()
2661 if ( pSav->IsCntntFrm() ) in RestoreCntnt()
2680 if ( pSav->IsCntntFrm() ) in RestoreCntnt()
2945 if( pFrm->IsCntntFrm() && ((SwCntntFrm*)pFrm)->HasFollow() ) in lcl_CheckFlowBack()
[all …]
H A Dcalcmove.cxx294 const sal_Bool bCnt = IsCntntFrm(); in PrepareMake()
426 const sal_Bool bCnt = IsCntntFrm(); in PrepareCrsr()
534 ( !pPrv->IsCntntFrm() || in MakePos()
1830 if ( pNxt->IsCntntFrm() ) in MakeNxt()
2070 if( 0 != (pNxt = pFrm->FindNext()) && pNxt->IsCntntFrm() && in _WouldFit()
H A Dtabfrm.cxx3233 if ( GetNext()->IsCntntFrm() ) in GrowFrm()
3308 if ( pTmp->IsCntntFrm() ) in Modify()
3317 if ( pTmp->IsCntntFrm() ) in Modify()
3465 while ( pRet && !pRet->IsCntntFrm() ) in FindLastCntnt()
3687 if ( pFrm->IsCntntFrm() ) in Cut()
3707 if ( pFrm->IsCntntFrm() ) in Cut()
3790 if ( GetNext()->IsCntntFrm() ) in Paste()
3805 if ( GetPrev()->IsCntntFrm() ) in Paste()
5332 if ( !Lower()->IsCntntFrm() && !Lower()->IsSctFrm() && !Lower()->IsTabFrm() ) in Format()
5416 if ( Lower()->IsCntntFrm() ) in Format()
[all …]
H A Dwsfrm.cxx427 if ( IsCntntFrm() ) in InvalidatePage()
936 if ( pFrm && pFrm->IsCntntFrm() ) in Cut()
1327 ( IsCntntFrm() ? nDist : nReal ) ); in Grow()
1376 ( IsCntntFrm() ? nDist : nReal ) ); in Shrink()
2424 if( pCnt->IsCntntFrm() && ((SwTxtFrm*)pCnt)->IsUndersized() ) in InnerHeight()
2574 if ( GetNext()->IsCntntFrm() ) in GrowFrm()
2731 if ( GetNext()->IsCntntFrm() ) in ShrinkFrm()
3147 if ( bInvaPageForCntnt && pLowerFrm->IsCntntFrm() ) in ChgLowersProp()
H A Dflowfrm.cxx371 if ( rThis.IsCntntFrm() ) in BwdMoveNecessary()
2042 SwCntntFrm* pStart = rThis.IsCntntFrm() ? in MoveFwd()
2705 if ( pFrm->IsCntntFrm() ) in CastFlowFrm()
2716 if ( pFrm->IsCntntFrm() ) in CastFlowFrm()
H A Dpaintfrm.cxx3314 if ( sal_True == (bCnt = pFrm->IsCntntFrm()) ) in Paint()
3377 if ( pFrm && (sal_True == (bCnt = pFrm->IsCntntFrm())) ) in Paint()
3408 if ( pFrm && (sal_True == (bCnt = pFrm->IsCntntFrm())) ) in Paint()
3949 const sal_Bool bCnt = IsCntntFrm(); in PaintShadow()
4202 const sal_Bool bCnt = _rFrm.IsCntntFrm(); in lcl_SubTopBottom()
4366 const sal_Bool bCnt = _rFrm.IsCntntFrm(); in lcl_PaintLeftRightLine()
4917 if ( !IsCntntFrm() || rAttrs.GetTopLine( *(this) ) ) in PaintBorder()
4938 if ( !IsCntntFrm() || rAttrs.GetBottomLine( *(this) ) ) in PaintBorder()
H A Dtrvlfrm.cxx1645 if (this->IsCntntFrm() && ((SwCntntFrm*)this)->GetNode()) in IsProtected()
1659 if ( pFrm->IsCntntFrm() ) in IsProtected()
H A Dflycnt.cxx1122 if ( pOldAnch->IsCntntFrm() ) in FindAnchor()
H A Dftnfrm.cxx3133 if( pTmp->IsCntntFrm() ) in MoveFtnCntFwd()
H A Datrfrm.cxx2904 sal_Bool bAdd = !pFrm->IsCntntFrm() || in MakeFrms()
/aoo42x/main/sw/source/core/inc/
H A Dcntfrm.hxx115 if ( GetNext() && GetNext()->IsCntntFrm() ) in GetNextCntntFrm()
125 else if ( bPrune || !(GetNext() && GetNext()->IsCntntFrm())) in GetNextCntntFrm()
133 if ( GetPrev() && GetPrev()->IsCntntFrm() ) in GetPrevCntntFrm()
H A Dframe.hxx726 if ( GetPrev() && GetPrev()->IsCntntFrm() ) in FindPrevCnt()
740 if ( GetPrev() && GetPrev()->IsCntntFrm() ) in FindPrevCnt()
910 inline sal_Bool IsCntntFrm() const;
1208 if ( pNext && pNext->IsCntntFrm() ) in FindNextCnt()
1217 if ( pNext && pNext->IsCntntFrm() ) in FindNextCnt()
1299 inline sal_Bool SwFrm::IsCntntFrm() const in IsCntntFrm() function in SwFrm
/aoo42x/main/sw/source/core/draw/
H A Ddcontact.cxx983 if ( mpAnchorFrm->IsCntntFrm() ) in VirtObjAnchoredAtFrmPred()
999 if ( pObjAnchorFrm && pObjAnchorFrm->IsCntntFrm() ) in operator ()()
1020 if ( pProposedAnchorFrm->IsCntntFrm() ) in GetDrawObjectByAnchorFrm()
1032 if ( pMasterObjAnchorFrm && pMasterObjAnchorFrm->IsCntntFrm() ) in GetDrawObjectByAnchorFrm()
2004 const bool bAdd = ( !pFrm->IsCntntFrm() || in ConnectToLayout()
H A Ddview.cxx837 if ( pAnch->IsCntntFrm() ) in CalcAnchor()
/aoo42x/main/sw/source/core/frmedt/
H A Dfeshview.cxx345 ASSERT( pOld->IsCntntFrm(), "Wrong anchor, page exspected." ); in MoveAnchor()
379 ASSERT( pOld->IsCntntFrm(), "Wrong anchor, page exspected." ); in MoveAnchor()
384 if( pNew && pNew != pOld && pNew->IsCntntFrm() ) in MoveAnchor()
H A Dfecopy.cxx250 if ( pF->IsCntntFrm() ) in lcl_FindBasePos()
/aoo42x/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx1124 if ( pFrm->IsCntntFrm() && in _GetHoriVirtualAnchor()
/aoo42x/main/sw/source/core/crsr/
H A Dcrstrvl.cxx166 while( pFrm && !pFrm->IsCntntFrm() ) in GotoHeaderTxt()
199 while( pLower && !pLower->IsCntntFrm() ) in GotoFooterTxt()
/aoo42x/main/sw/source/core/access/
H A Dacccontext.cxx1012 if( GetFrm()->IsCntntFrm() ) in grabFocus()

Completed in 724 milliseconds