Home
last modified time | relevance | path

Searched refs:bBody (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx954 const sal_Bool bBody, const sal_Bool bFtn ) in lcl_FindCntDiff() argument
1004 (bBody != pCnt->IsInDocBody() || bFtn != pCnt->IsInFtn())) in lcl_FindCntDiff()
1017 const sal_Bool bBody, const sal_Bool bFtn ) in lcl_FindCnt() argument
1033 nDist = ::lcl_FindCntDiff( rPt, pLay, pNew, bBody, bFtn ); in lcl_FindCnt()
1141 const sal_Bool bBody = pCnt->IsInDocBody() || bBodyOnly; in FindAnchor() local
1145 if ( bBody ) in FindAnchor()
1155 if ( pCnt->IsInDocBody() == bBody && pCnt->Frm().IsInside( aNew ) ) in FindAnchor()
1184 (bBody != pUpFrm->IsInDocBody() || bFtn != pUpFrm->IsInFtn())) in FindAnchor()
1194 bBody != pUpFrm->IsInDocBody()) ) in FindAnchor()
1237 && pDownFrm->IsInTab()) || bBody != pDownFrm->IsInDocBody() ) ) in FindAnchor()
[all …]
H A Dfindfrm.cxx794 const sal_Bool bBody = pThis->IsInDocBody(); in _FindNext() local
798 if ( bBody || bFtn ) in _FindNext()
809 if ( ( bBody && pNxtCnt->IsInDocBody() ) || in _FindNext()
893 const sal_Bool bBody = pThis->IsInDocBody(); in _FindNextCnt() local
899 if ( bBody || ( bFtn && !_bInSameFtn ) ) in _FindNextCnt()
905 if ( (bBody && pNxtCnt->IsInDocBody()) || in _FindNextCnt()
1150 const sal_Bool bBody = pThis->IsInDocBody(); in _FindPrev() local
1151 const sal_Bool bFtn = bBody ? sal_False : pThis->IsInFtn(); in _FindPrev()
1152 if ( bBody || bFtn ) in _FindPrev()
1156 if ( (bBody && pPrvCnt->IsInDocBody()) || in _FindPrev()
H A Dflowfrm.cxx967 const sal_Bool bBody = IsInDocBody(); //Wenn ich aus dem DocBody komme in GetNextLeaf() local
1006 if ( (bBody && !pLayLeaf->IsInDocBody()) || pLayLeaf->IsInTab() in GetNextLeaf()
1111 const sal_Bool bBody = IsInDocBody(); //Wenn ich aus dem DocBody komme in GetPrevLeaf() local
1123 else if ( bBody && pLayLeaf->IsInDocBody() ) in GetPrevLeaf()
H A Dsectfrm.cxx1633 const sal_Bool bBody = IsInDocBody(); in GetNextSctLeaf() local
1674 if ( (bBody && !pLayLeaf->IsInDocBody()) || in GetNextSctLeaf()
1876 const sal_Bool bBody = IsInDocBody(); in GetPrevSctLeaf() local
1889 else if ( bBody && pLayLeaf->IsInDocBody() ) in GetPrevSctLeaf()
H A Dtrvlfrm.cxx2478 sal_Bool bBody = pStartFrm->IsInDocBody(); in CalcFrmRects() local
2501 if ( bBody == pCntnt->IsInDocBody() && in CalcFrmRects()
/trunk/main/svtools/inc/svtools/
H A Dparhtml.hxx165 void FinishHeader( sal_Bool bBody ) { bIsInHeader = sal_False; bIsInBody = bBody; } in FinishHeader() argument
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx49 const sal_Bool bBody = sal_False );

Completed in 63 milliseconds