/aoo42x/main/sw/source/core/layout/ |
H A D | flowfrm.cxx | 803 if ( !(IsInDocBody() || IsInFtn() || IsInFly()) ) in GetLeaf() 815 if ( pAnch->IsInDocBody() == pLeaf->IsInDocBody() && in GetLeaf() 1006 if ( (bBody && !pLayLeaf->IsInDocBody()) || pLayLeaf->IsInTab() in GetNextLeaf() 1123 else if ( bBody && pLayLeaf->IsInDocBody() ) in GetPrevLeaf() 1235 if ( !IsFollow() && rThis.IsInDocBody() && in IsPageBreak() 1245 while ( pPrev && ( !pPrev->IsInDocBody() || in IsPageBreak() 1251 ASSERT( pPrev->IsInDocBody(), "IsPageBreak: Not in DocBody?" ); in IsPageBreak() 2222 !pFlow->IsInDocBody() ) ); in MoveBwd() 2261 pNewNextUpper->IsInDocBody() == pNewUpper->IsInDocBody() && in MoveBwd() 2313 pNewNextUpper->IsInDocBody() == pNewUpper->IsInDocBody() && in MoveBwd() [all …]
|
H A D | flycnt.cxx | 125 const sal_Bool bBodyFtn = (pCntnt->IsInDocBody() || pCntnt->IsInFtn()); in Modify() 157 !( bBodyFtn == ( pCntnt->IsInDocBody() || in Modify() 1004 (bBody != pCnt->IsInDocBody() || bFtn != pCnt->IsInFtn())) in lcl_FindCntDiff() 1141 const sal_Bool bBody = pCnt->IsInDocBody() || bBodyOnly; in FindAnchor() 1155 if ( pCnt->IsInDocBody() == bBody && pCnt->Frm().IsInside( aNew ) ) in FindAnchor() 1157 else if ( pOldAnch->IsInDocBody() || pOldAnch->IsPageFrm() ) in FindAnchor() 1184 (bBody != pUpFrm->IsInDocBody() || bFtn != pUpFrm->IsInFtn())) in FindAnchor() 1194 bBody != pUpFrm->IsInDocBody()) ) in FindAnchor() 1225 (bBody != pDownFrm->IsInDocBody() || bFtn != pDownFrm->IsInFtn())) in FindAnchor() 1237 && pDownFrm->IsInTab()) || bBody != pDownFrm->IsInDocBody() ) ) in FindAnchor() [all …]
|
H A D | findfrm.cxx | 71 while ( pNxt && pNxt->IsInDocBody() && IsAnLower( pNxt ) ) in FindLastBodyCntnt() 794 const sal_Bool bBody = pThis->IsInDocBody(); in _FindNext() 809 if ( ( bBody && pNxtCnt->IsInDocBody() ) || in _FindNext() 893 const sal_Bool bBody = pThis->IsInDocBody(); in _FindNextCnt() 905 if ( (bBody && pNxtCnt->IsInDocBody()) || in _FindNextCnt() 1042 const bool bInDocBody = pCurrCntntFrm->IsInDocBody(); in _FindPrevCnt() 1051 if ( ( bInDocBody && pPrevCntntFrm->IsInDocBody() ) || in _FindPrevCnt() 1150 const sal_Bool bBody = pThis->IsInDocBody(); in _FindPrev() 1156 if ( (bBody && pPrvCnt->IsInDocBody()) || in _FindPrev() 1347 _pLayoutFrm->IsInDocBody() || in IsMoveable()
|
H A D | trvlfrm.cxx | 716 if ( pStart->IsInDocBody() ) in lcl_UpDown() 718 while ( pCnt && (!pCnt->IsInDocBody() || in lcl_UpDown() 948 while ( pCntnt && !pCntnt->IsInDocBody() ) in SetCurrPage() 1154 while ( pCntnt && !pCntnt->IsInDocBody() ) in GetCntntPos() 1170 ( !bBodyOnly || pCntnt->IsInDocBody() ) ) in GetCntntPos() 1233 while ( pCntnt && !pCntnt->IsInDocBody() ) in GetCntntPos() 1250 pCntnt = pStart->IsInDocBody() in GetCntntPos() 1363 while ( pTmp && !pTmp->IsInDocBody() ) in GetCntntPosition() 1412 while ( pCntnt && !pCntnt->IsInDocBody() ) in GetCntntPosition() 1494 while ( pCnt && !pCnt->IsInDocBody() ) in GetNextPrevCntntPos() [all …]
|
H A D | sectfrm.cxx | 1590 if( pSect->HasFollow() && pSect->IsInDocBody() ) in GetNextSctLeaf() 1633 const sal_Bool bBody = IsInDocBody(); in GetNextSctLeaf() 1674 if ( (bBody && !pLayLeaf->IsInDocBody()) || in GetNextSctLeaf() 1876 const sal_Bool bBody = IsInDocBody(); in GetPrevSctLeaf() 1889 else if ( bBody && pLayLeaf->IsInDocBody() ) in GetPrevSctLeaf() 2297 if( IsInTab() || ( !IsInDocBody() && FindFooterOrHeader() ) ) in MoveAllowed()
|
H A D | pagechg.cxx | 809 while ( !pFrm->IsInDocBody() ) in FindPageDesc() 1789 while ( pFrm && !pFrm->IsInDocBody() ) in ImplCalcBrowseWidth()
|
H A D | layact.cxx | 1012 (pNxt->IsInTab() || pNxt->IsInDocBody() != pCnt->IsInDocBody()) ) in _TurboAction()
|
H A D | wsfrm.cxx | 2237 if ( IsInDocBody() && !IsInTab() ) in _UpdateAttr() 2817 ( ( IsBodyFrm() && IsInDocBody() && ( !IsInSct() || !FindSctFrm()->IsColLocked() ) ) || in ChgLowersProp()
|
H A D | calcmove.cxx | 691 ( pFrm->IsBodyFrm() ? pFly->GetAnchorFrm()->IsInDocBody() : in lcl_CheckObjects()
|
H A D | tabfrm.cxx | 3369 if ( IsInDocBody() ) in _UpdateAttr() 3429 if ( RES_VIRTPAGENUM_INFO == rHnt.Which() && IsInDocBody() && !IsFollow() ) in GetInfo()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 528 _rFrm.IsInDocBody() && !_rFrm.FindNextCnt() ) in lcl_HideObj() 1381 if ( RES_VIRTPAGENUM_INFO == rHnt.Which() && IsInDocBody() && ! IsFollow() ) in GetInfo() 2612 (pPrv->IsInTab() || pPrv->IsInDocBody() != IsInDocBody()) ) in RecalcAllLines() 2631 (pNxt->IsInTab() || pNxt->IsInDocBody() != IsInDocBody()) ) in RecalcAllLines()
|
H A D | txtfld.cxx | 77 if ( pFrm->IsInDocBody() ) in lcl_IsInBody() 85 return pTmp->IsInDocBody(); in lcl_IsInBody()
|
H A D | porrst.cxx | 322 IsInDocBody() ) in FormatEmpty()
|
H A D | frmpaint.cxx | 552 IsInDocBody() ) in PaintEmpty()
|
H A D | inftxt.cxx | 359 pFrm->IsInDocBody() ); in CtorInitTxtSizeInfo()
|
H A D | frmform.cxx | 217 if ( IsInDocBody() ) in FindBodyFrm()
|
H A D | txtfly.cxx | 1335 pCurrFrm->IsInDocBody() ) ) ) in GetTop()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | frame.hxx | 599 inline sal_Bool IsInDocBody() const; //Benutzen die InfoFlags. 979 inline sal_Bool SwFrm::IsInDocBody() const in IsInDocBody() function in SwFrm
|
/aoo42x/main/sw/source/core/fields/ |
H A D | chpfld.cxx | 126 if ( !pTxtNode || !pFrm->IsInDocBody() ) in ChangeExpansion()
|
H A D | authfld.cxx | 338 if(pFrm && !pFrm->IsInDocBody()) in GetSequencePos()
|
H A D | docufld.cxx | 2319 pFrm->IsInDocBody() || in MakeSetList() 2443 ASSERT( !pFrm->IsInDocBody(), "Flag ist nicht richtig, Frame steht im DocBody" ); in ChangeExpansion()
|
H A D | expfld.cxx | 342 ASSERT( !rFrm.IsInDocBody(), "Flag ist nicht richtig, Frame steht im DocBody" ); in ChangeExpansion()
|
/aoo42x/main/sw/source/core/objectpositioning/ |
H A D | tocntntanchoredobjectposition.cxx | 161 bool bBrowse = GetAnchorFrm().IsInDocBody() && !GetAnchorFrm().IsInTab(); in CalcPosition()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 896 if( !rFrm.IsInDocBody() ) in SetBodyPos() 2540 if( !pFrm || pFrm->IsInDocBody() ) in GetBodyNode()
|
H A D | doctxm.cxx | 1404 if(pFrm && !pFrm->IsInDocBody()) in UpdateAuthorities()
|