/aoo42x/main/sw/source/core/layout/ |
H A D | flowfrm.cxx | 124 if ( !pFrm->IsInFtn() ) in IsKeepFwdMoveAllowed() 418 if ( pLay->IsInFtn() ) in CutTree() 423 if( pStart->IsInFtn() ) in CutTree() 572 if( pSibling->IsInFtn() ) in PasteTree() 816 pAnch->IsInFtn() == pLeaf->IsInFtn() ) in GetLeaf() 840 if ( IsInFtn() ) in GetLeaf() 1939 if ( rThis.IsInFtn() ) in MoveFwd() 2262 pNewNextUpper->IsInFtn() == pNewUpper->IsInFtn() && in MoveBwd() 2314 pNewNextUpper->IsInFtn() == pNewUpper->IsInFtn() && in MoveBwd() 2370 pNewNextUpper->IsInFtn() == pNewUpper->IsInFtn() && in MoveBwd() [all …]
|
H A D | findfrm.cxx | 197 if( bNoFtn && pLayLeaf && pLayLeaf->IsInFtn() ) in ContainsAny() 202 } while( pLayLeaf && pLayLeaf->IsInFtn() ); in ContainsAny() 773 const sal_Bool bFtn = pThis->IsInFtn(); in _FindNext() 810 ( pNxtCnt->IsInFtn() && in _FindNext() 853 (!bFtn || pSct->IsInFtn() ) ) in _FindNext() 894 const sal_Bool bFtn = pThis->IsInFtn(); in _FindNextCnt() 906 (bFtn && pNxtCnt->IsInFtn()) ) in _FindNextCnt() 1043 const bool bInFtn = pCurrCntntFrm->IsInFtn(); in _FindPrevCnt() 1151 const sal_Bool bFtn = bBody ? sal_False : pThis->IsInFtn(); in _FindPrev() 1157 (bFtn && pPrvCnt->IsInFtn()) ) in _FindPrev() [all …]
|
H A D | sectfrm.cxx | 139 if( ( rCol.GetNumCols() > 1 || IsAnyNoteAtEnd() ) && !IsInFtn() ) in Init() 281 if( IsInFtn() && !GetIndPrev() ) in _Cut() 1085 if( !bCalc && !bGrow && IsAnyNoteAtEnd() && !IsInFtn() ) in _CheckClipping() 1675 (IsInFtn() != pLayLeaf->IsInFtn() ) || in GetNextSctLeaf() 2052 if( IsInFtn() ) in _Grow() 2257 if( pFrm->IsInFtn() ) in MoveAllowed() 2259 if( IsInFtn() ) in MoveAllowed() 2499 if( !IsInFtn() ) in _UpdateAttr() 2533 if( !IsInFtn() ) in _UpdateAttr() 2541 if( !IsInFtn() ) in _UpdateAttr() [all …]
|
H A D | calcmove.cxx | 110 if( IsInFtn() && IsInSct() ) in ShouldBwdMoved() 117 while( pSect && pSect->IsInFtn() ) in ShouldBwdMoved() 180 if ( IsInFtn() || in ShouldBwdMoved() 692 pFly->GetAnchorFrm()->IsInFtn() ) ) ) ) in lcl_CheckObjects() 1187 const sal_Bool bFtn = IsInFtn(); in MakeAll() 1895 if ( IsInFtn() ) in _WouldFit() 1933 SwFrm* pTmpFrm = pFrm->IsInFtn() && !pNewUpper->FindFtnFrm() ? in _WouldFit() 2071 ( !pFtnFrm || ( pNxt->IsInFtn() && in _WouldFit()
|
H A D | flycnt.cxx | 125 const sal_Bool bBodyFtn = (pCntnt->IsInDocBody() || pCntnt->IsInFtn()); in Modify() 158 pCntnt->IsInFtn() ) ) ); in Modify() 969 while ( pCnt && (bBody != pCnt->IsInDocBody() || bFtn != pCnt->IsInFtn())) in lcl_FindCntDiff() 1004 (bBody != pCnt->IsInDocBody() || bFtn != pCnt->IsInFtn())) in lcl_FindCntDiff() 1142 const sal_Bool bFtn = !bBodyOnly && pCnt->IsInFtn(); in FindAnchor() 1184 (bBody != pUpFrm->IsInDocBody() || bFtn != pUpFrm->IsInFtn())) in FindAnchor() 1225 (bBody != pDownFrm->IsInDocBody() || bFtn != pDownFrm->IsInFtn())) in FindAnchor()
|
H A D | frmtool.cxx | 147 if ( pFrm->IsFlowFrm() && !pFrm->IsInFtn() ) in ~SwFrmNotify() 1315 if( ( !pLay->IsInFtn() || pSct->IsInFtn() ) && in _InsertCnt() 1684 if( pSct && ((pFtnFrm && !pSct->IsInFtn()) || pUpper->IsCellFrm()) ) in MakeFrms() 2468 if( pSav->IsInFtn() && !pLay->IsInFtn() ) in SaveCntnt() 2472 while( pSav && pSav->IsInFtn() ); in SaveCntnt() 2551 if( !pLay->IsInFtn() ) in SaveCntnt() 2552 while( pTmp && pTmp->IsInFtn() ) in SaveCntnt()
|
H A D | wsfrm.cxx | 851 if( pNxt && pNxt->IsTxtFrm() && pNxt->IsInFtn() ) in Paste() 884 if ( IsInFtn() ) in Paste() 939 if( IsInFtn() ) in Cut() 983 if( pFrm && IsInFtn() ) in Cut() 1082 if ( pSct->IsColLocked() || !pSct->IsInFtn() || in Cut() 1178 if( IsInFtn() ) in Paste() 1186 if ( IsInFtn() && 0 != ( pFrm = GetIndPrev() ) ) in Paste() 3841 ( pCnt->IsInFtn() && !pSect->IsInFtn() ) ) && !pCnt->IsTabFrm() ) in lcl_InvalidateSection()
|
H A D | trvlfrm.cxx | 728 else if ( pStart->IsInFtn() ) in lcl_UpDown() 730 while ( pCnt && (!pCnt->IsInFtn() || in lcl_UpDown() 945 while ( pCntnt && !pCntnt->IsInFtn() ) in SetCurrPage() 1212 ( !pCntnt->IsInFtn() || pInside->IsFtnContFrm() ) ) ) in GetCntntPos()
|
H A D | ssfrm.cxx | 536 if( pFrm->GetUpper() && pFrm->IsInFtn() && !pFrm->GetIndNext() && in DelFrms()
|
H A D | ftnfrm.cxx | 3026 ASSERT( IsInFtn(), "Keine Ftn." ); in MoveFtnCntFwd() 3114 if( pSect->IsInFtn() ) in MoveFtnCntFwd()
|
/aoo42x/main/sw/source/core/text/ |
H A D | widorp.cxx | 83 if( !nRstHeight && !pFrm->IsFollow() && pFrm->IsInFtn() && pFrm->HasPara() ) in SwTxtFrmBreak() 216 else if(bFirstLine && pFrm->IsInFtn() && !pFrm->FindFtnFrm()->GetPrev()) in IsBreakNow() 263 if( bChkKeep && !pFrm->GetPrev() && !pFrm->IsInFtn() && in WidowsAndOrphans() 303 if( pFrm->IsInFtn() && !pFrm->GetIndPrev() ) in WidowsAndOrphans()
|
H A D | txtftn.cxx | 337 ASSERT( !IsFollow() && IsInFtn(), "SwTxtFrm::SetFtnLine: moon walk" ); in _GetFtnFrmHeight() 415 if( GetIndPrev() || !IsInFtn() ) in FindQuoVadisFrm() 997 ASSERT( pFrm->IsInFtn() && !pFrm->GetIndPrev() && !rInf.IsFtnDone(), in NewFtnNumPortion() 1063 if( !pFrm->IsInFtn() || pFrm->GetPrev() || in NewErgoSumPortion() 1097 if( !pFrm->IsInFtn() || pFrm->ImplFindFtnFrm()->GetAttr()->GetFtn().IsEndNote() ) in FormatQuoVadis()
|
H A D | frmform.cxx | 423 if( IsInFtn() && !IsInSct() ) in AdjustFrm() 530 if( ( nRstHeight >= 0 || ( IsInFtn() && IsInSct() ) ) && !bHasToFit ) in AdjustFrm() 639 const xub_StrLen nNewOfst = ( IsInFtn() && ( !GetIndNext() || HasFollow() ) ) ? in _AdjustFollow() 1254 if( HasFollow() || IsInFtn() ) in FormatAdjust() 1927 if( IsInFtn() ) in Format()
|
H A D | txtfly.cxx | 1291 if( pTmp->IsTxtFrm() && ( pTmp->IsInFly() || pTmp->IsInFtn() ) ) in GetTop() 1433 ( !pCurrFrm->IsInFtn() && !bFooterHeader ) ) && in InitAnchoredObjList() 1519 if ( GetTop( pAnchoredObj, pCurrFrm->IsInFtn(), bFooterHeader ) ) in InitAnchoredObjList()
|
H A D | txtfrm.cxx | 1127 if( IsInFtn() || IsIdxInside( nPos, 1 ) ) in Modify() 1609 if( IsInFtn() ) in Prepare() 1658 if( IsInFtn() ) in Prepare()
|
H A D | porrst.cxx | 296 IsInFtn() || ( HasPara() && GetPara()->IsPrepMustFit() ) ) in FormatEmpty()
|
H A D | itrform2.cxx | 1031 if( pFrm->IsInFtn() && !pFrm->GetIndPrev() ) in WhichFirstPortion() 1084 if( pFrm->IsInFtn() && !pFrm->GetIndPrev() ) in WhichFirstPortion()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | frame.hxx | 600 inline sal_Bool IsInFtn() const; //ggf. werden die Flags ermittelt. 985 inline sal_Bool SwFrm::IsInFtn() const in IsInFtn() function in SwFrm 1164 return IsInFtn() ? ImplFindFtnFrm() : 0; in FindFtnFrm() 1181 return IsInFtn() ? ((SwFrm*)this)->ImplFindFtnFrm() : 0; in FindFtnFrm()
|
H A D | txtfrm.hxx | 495 { return IsInFtn() && !GetIndPrev() && _IsFtnNumFrm(); } in IsFtnNumFrm() 691 if( !IsFollow() && IsInFtn() && HasPara() ) in GetFtnFrmHeight()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 235 if( !pRet->IsInFtn() || pSct->IsInFtn() ) in NextFrm()
|
/aoo42x/main/sw/source/core/objectpositioning/ |
H A D | tocntntanchoredobjectposition.cxx | 619 const bool bInFtn = pAnchorFrmForVertPos->IsInFtn(); in CalcPosition() 900 const bool bInFtn = rAnchorTxtFrm.IsInFtn(); in CalcPosition()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accdoc.cxx | 714 if (!(pCurrTxtFrm->IsInTab() || pCurrTxtFrm->IsInFtn())) in getExtendedAttributes() 727 if (!(pTxtFrm->IsInTab() || pTxtFrm->IsInFtn() || pTxtFrm->IsInFly())) in getExtendedAttributes()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | trvlfnfl.cxx | 97 sal_Bool bSkip = pFrm && pFrm->IsInFtn(); in GotoFtnTxt()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edsect.cxx | 113 if( pSect->IsInFtn() && pSect->GetUpper()->IsInSct() ) in GetAnySection()
|
H A D | editsh.cxx | 976 else if( pCntFrm->IsInFtn() ) // Footnote in GetLineCount()
|