/trunk/main/sw/source/core/layout/ |
H A D | sectfrm.cxx | 169 else if( HasFollow() ) in ~SwSectionFrm() 225 else if( HasFollow() ) in DelEmpty() 575 if( HasFollow() ) in SplitSect() 897 while( pSect->HasFollow() ) in FindLastCntnt() 1436 while( HasFollow() && !GetFollow()->ContainsCntnt() && in Format() 1465 bMaximize = HasFollow(); in Format() 1590 if( pSect->HasFollow() && pSect->IsInDocBody() ) in GetNextSctLeaf() 1677 ( pLayLeaf->IsInSct() && ( !pSect->HasFollow() in GetNextSctLeaf() 2254 if( HasFollow() || ( pFrm->GetUpper()->IsColBodyFrm() && in MoveAllowed() 2609 if( HasFollow() ) in ToMaximize()
|
H A D | calcmove.cxx | 975 if ( ((SwTxtFrm*)this)->HasFollow() ) in MakePrtArea() 1221 HasFollow() && in MakeAll() 1504 SwFrm *pNxt = HasFollow() ? NULL : FindNext(); in MakeAll() 1594 SwFrm *pNxt = HasFollow() ? NULL : FindNext(); in MakeAll() 1941 ((SwTxtFrm*)pFrm)->HasFollow() || in _WouldFit() 2056 while( pFrm->IsTxtFrm() && ((SwTxtFrm*)pFrm)->HasFollow() ) in _WouldFit()
|
H A D | flowfrm.cxx | 717 if ( pCnt->HasFollow() && pCnt->GetFollow() == this ) in FindMaster() 2029 const bool bForceSimpleFormat = pSect && pSect->HasFollow() && in MoveFwd() 2632 bFollow = pSect->HasFollow(); in MoveBwd() 2644 if( pSect->HasFollow() != bFollow ) in MoveBwd()
|
H A D | fly.cxx | 1577 if( pSect->HasFollow() ) in CalcCntnt() 1834 ( ( pSect->HasFollow() && in CalcCntnt() 1848 if( pSect->HasFollow() ) in CalcCntnt()
|
H A D | frmtool.cxx | 180 else if ( !pFlow->HasFollow() ) in ~SwFrmNotify() 1713 ASSERT( !pTmp->HasFollow(), "Follows forbidden" ); in MakeFrms() 2945 if( pFrm->IsCntntFrm() && ((SwCntntFrm*)pFrm)->HasFollow() ) in lcl_CheckFlowBack()
|
H A D | wsfrm.cxx | 2883 !SwFlowFrm::CastFlowFrm( pLowerFrm )->HasFollow() ) in ChgLowersProp() 3667 if ( bFoundLower || ( IsSctFrm() && ((SwSectionFrm*)this)->HasFollow() ) ) in FormatWidthCols() 3793 if( IsSctFrm() && ((SwSectionFrm*)this)->HasFollow() ) in FormatWidthCols()
|
H A D | ssfrm.cxx | 521 if( pFrm->HasFollow() ) in DelFrms()
|
/trunk/main/sw/source/core/text/ |
H A D | porfld.cxx | 102 bHasFollow( rFld.HasFollow() ), in SwFldPortion() 459 !HasFollow() ) in GetExpTxt() 687 if ( ((SwNumberPortion*)pTmp)->HasFollow() ) in Paint() 721 if( nFixWidth == Width() && ! HasFollow() ) in Paint()
|
H A D | txtfrm.cxx | 1006 if( HasFollow() ) in Modify() 1017 if( HasFollow() ) in Modify() 1037 if( HasFollow() ) in Modify() 1493 if( pFrm->HasFollow() ) in lcl_ErgoVadis() 1651 if( HasFollow() ) in Prepare()
|
H A D | frmform.cxx | 235 ASSERT( HasFollow(), "CalcFollow: missing Follow." ); in CalcFollow() 621 if( HasFollow() && !(nMode & 1) && nOffset == nEnd ) in _AdjustFollow() 639 const xub_StrLen nNewOfst = ( IsInFtn() && ( !GetIndNext() || HasFollow() ) ) ? in _AdjustFollow() 1254 if( HasFollow() || IsInFtn() ) in FormatAdjust()
|
H A D | txtftn.cxx | 605 if( HasFollow() && nStart > GetOfst() ) in RemoveFtn() 1101 if( !pErgoFrm && pFrm->HasFollow() ) in FormatQuoVadis() 1560 if ( ! HasFollow() ) in GetExpTxt()
|
H A D | itrcrsr.cxx | 971 while( pTmp->HasFollow() && !pTmp->GetExp().Len() ) in _GetCharRect() 1523 !((SwFldPortion*)pPor)->HasFollow() ) ) in GetCrsrOfst() 1548 if( bRightOver && !((SwFldPortion*)pPor)->HasFollow() ) in GetCrsrOfst()
|
H A D | porfld.hxx | 98 inline sal_Bool HasFollow() const { return bHasFollow; } in HasFollow() function in SwFldPortion
|
H A D | itrtxt.cxx | 405 bRet = pPor->InFldGrp() && ((SwFldPortion*)pPor)->HasFollow(); in lcl_NeedsFieldRest()
|
H A D | porrst.cxx | 293 if ( HasFollow() || GetTxtNode()->GetpSwpHints() || in FormatEmpty()
|
H A D | EnhancedPDFExportHelper.cxx | 468 …() && !SwFlowFrm::CastFlowFrm(&rFrm)->IsFollow() && SwFlowFrm::CastFlowFrm(&rFrm)->HasFollow() ) || in BeginTag() 714 !static_cast<const SwTabFrm*>(pFrm)->HasFollow() ) ) in SetAttributes()
|
H A D | pormulti.cxx | 799 if( pFld->HasFollow() ) in CalcRubyOffset() 2260 if( pFld && !pFld->HasFollow() ) in MakeRestPortion()
|
H A D | frmcrsr.cxx | 161 while( pRet->HasFollow() && nWhere >= pRet->GetFollow()->GetOfst() ) in GetFrmAtOfst()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 216 while( pEndFrm->HasFollow() && in lcl_CalculateRepaintRect() 243 while( pStartFrm->HasFollow() && in lcl_CalculateRepaintRect() 247 while( pEndFrm->HasFollow() && in lcl_CalculateRepaintRect() 269 if( rTxtFrm.HasFollow() ) in lcl_CalculateRepaintRect()
|
/trunk/main/sw/source/core/access/ |
H A D | parachangetrackinginfo.cxx | 84 const xub_StrLen nTxtFrmTextEndPos = rTxtFrm.HasFollow() in initChangeTrackTextMarkupLists()
|
/trunk/main/sw/source/core/crsr/ |
H A D | callnk.cxx | 212 if( pFrm->HasFollow() ) in getLayoutFrm()
|
/trunk/main/sw/source/core/inc/ |
H A D | flowfrm.hxx | 174 sal_Bool HasFollow() const { return pFollow ? sal_True : sal_False; } in HasFollow() function in SwFlowFrm
|
H A D | txtfrm.hxx | 714 if ( HasFollow() ) in AdjustFollow()
|
/trunk/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 223 while( pFlow->HasFollow() ) in NextFrm()
|
H A D | node.cxx | 1402 if( pFrm->HasFollow() ) in DelFrms()
|