Home
last modified time | relevance | path

Searched refs:IsInDocBody (Results 1 – 25 of 28) sorted by relevance

12

/aoo4110/main/sw/source/core/layout/
H A Dflowfrm.cxx803 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 Dflycnt.cxx125 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 Dfindfrm.cxx71 while ( pNxt && pNxt->IsInDocBody() && IsAnLower( pNxt ) ) in FindLastBodyCntnt()
781 const sal_Bool bBody = pThis->IsInDocBody(); in _FindNext()
796 if ( ( bBody && pNxtCnt->IsInDocBody() ) || in _FindNext()
880 const sal_Bool bBody = pThis->IsInDocBody(); in _FindNextCnt()
892 if ( (bBody && pNxtCnt->IsInDocBody()) || in _FindNextCnt()
1029 const bool bInDocBody = pCurrCntntFrm->IsInDocBody(); in _FindPrevCnt()
1038 if ( ( bInDocBody && pPrevCntntFrm->IsInDocBody() ) || in _FindPrevCnt()
1137 const sal_Bool bBody = pThis->IsInDocBody(); in _FindPrev()
1143 if ( (bBody && pPrvCnt->IsInDocBody()) || in _FindPrev()
1334 _pLayoutFrm->IsInDocBody() || in IsMoveable()
H A Dtrvlfrm.cxx716 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 Dsectfrm.cxx1590 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 Dpagechg.cxx809 while ( !pFrm->IsInDocBody() ) in FindPageDesc()
1789 while ( pFrm && !pFrm->IsInDocBody() ) in ImplCalcBrowseWidth()
H A Dlayact.cxx1012 (pNxt->IsInTab() || pNxt->IsInDocBody() != pCnt->IsInDocBody()) ) in _TurboAction()
H A Dwsfrm.cxx2232 if ( IsInDocBody() && !IsInTab() ) in _UpdateAttr()
2812 ( ( IsBodyFrm() && IsInDocBody() && ( !IsInSct() || !FindSctFrm()->IsColLocked() ) ) || in ChgLowersProp()
H A Dcalcmove.cxx691 ( pFrm->IsBodyFrm() ? pFly->GetAnchorFrm()->IsInDocBody() : in lcl_CheckObjects()
H A Dtabfrm.cxx3369 if ( IsInDocBody() ) in _UpdateAttr()
3429 if ( RES_VIRTPAGENUM_INFO == rHnt.Which() && IsInDocBody() && !IsFollow() ) in GetInfo()
/aoo4110/main/sw/source/core/text/
H A Dtxtfrm.cxx528 _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 Dtxtfld.cxx75 if ( pFrm->IsInDocBody() ) in lcl_IsInBody()
83 return pTmp->IsInDocBody(); in lcl_IsInBody()
H A Dporrst.cxx322 IsInDocBody() ) in FormatEmpty()
H A Dfrmpaint.cxx552 IsInDocBody() ) in PaintEmpty()
H A Dfrmform.cxx217 if ( IsInDocBody() ) in FindBodyFrm()
H A Dinftxt.cxx356 pFrm->IsInDocBody() ); in CtorInitTxtSizeInfo()
H A Dtxtfly.cxx1329 pCurrFrm->IsInDocBody() ) ) ) in GetTop()
/aoo4110/main/sw/source/core/inc/
H A Dframe.hxx590 inline sal_Bool IsInDocBody() const; //Benutzen die InfoFlags.
967 inline sal_Bool SwFrm::IsInDocBody() const in IsInDocBody() function in SwFrm
/aoo4110/main/sw/source/core/fields/
H A Dchpfld.cxx126 if ( !pTxtNode || !pFrm->IsInDocBody() ) in ChangeExpansion()
H A Dauthfld.cxx338 if(pFrm && !pFrm->IsInDocBody()) in GetSequencePos()
H A Ddocufld.cxx2319 pFrm->IsInDocBody() || in MakeSetList()
2443 ASSERT( !pFrm->IsInDocBody(), "Flag ist nicht richtig, Frame steht im DocBody" ); in ChangeExpansion()
H A Dexpfld.cxx344 ASSERT( !rFrm.IsInDocBody(), "Flag ist nicht richtig, Frame steht im DocBody" ); in ChangeExpansion()
/aoo4110/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx161 bool bBrowse = GetAnchorFrm().IsInDocBody() && !GetAnchorFrm().IsInTab(); in CalcPosition()
/aoo4110/main/sw/source/core/doc/
H A Ddocfld.cxx896 if( !rFrm.IsInDocBody() ) in SetBodyPos()
2540 if( !pFrm || pFrm->IsInDocBody() ) in GetBodyNode()
H A Ddoctxm.cxx1404 if(pFrm && !pFrm->IsInDocBody()) in UpdateAuthorities()

Completed in 213 milliseconds

12