| /aoo41x/main/sw/source/core/text/ | 
| H A D | frmform.cxx | 296 					if( pSct->GetFollow() )  in CalcFollow()623         while( GetFollow() )  in _AdjustFollow()
 646 		while( GetFollow() && GetFollow()->GetFollow() &&  in _AdjustFollow()
 647 			   nNewOfst >= GetFollow()->GetFollow()->GetOfst() )  in _AdjustFollow()
 655 	if( GetFollow() )  in _AdjustFollow()
 662 			GetFollow()->ManipOfst( 0 );  in _AdjustFollow()
 886 			if( !GetFollow() )  in CalcPreps()
 1003 				if( !GetFollow() )  in CalcPreps()
 1131 		if( GetFollow() )  in FormatAdjust()
 1147 		if( GetFollow() )  in FormatAdjust()
 [all …]
 
 | 
| H A D | txtfrm.cxx | 465 	ASSERT( !GetFollow() && IsHiddenNow(),  in HideHidden()932 		pFrm = pFrm->GetFollow();  in lcl_ModifyOfst()
 936 		pFrm = pFrm->GetFollow();  in lcl_ModifyOfst()
 1461 			GetFollow()->SetOfst( aLine.GetEnd() );  in PrepWidows()
 1494 			rPos = pFrm->GetFollow()->GetOfst();  in lcl_ErgoVadis()
 1672 				const xub_StrLen nEnd = GetFollow() ?  in Prepare()
 1843 					xub_StrLen nLen = ( GetFollow() ? GetFollow()->GetOfst() :  in Prepare()
 2021 		if ( GetFollow() )  in WouldFit()
 2034 				SwTxtFrm* pFoll = GetFollow()->GetFollow();  in WouldFit()
 2039 					pFoll = pFoll->GetFollow();  in WouldFit()
 [all …]
 
 | 
| H A D | txtftn.cxx | 93 		pFrm = bFwd ? pFrm->GetFollow() :  in FindFtnRef()118 	const xub_StrLen nEnd = GetFollow() ? GetFollow()->GetOfst() : STRING_LEN;  in CalcFtnFlag()
 121 						: GetFollow() ? GetFollow()->GetOfst() : STRING_LEN;  in CalcFtnFlag()
 455 		pSource = GetFollow();  in RemoveFtn()
 529 							pFtnFrm = pFtnFrm->GetFollow();  in RemoveFtn()
 533 					else if( GetFollow() )  in RemoveFtn()
 535 						SwCntntFrm *pDest = GetFollow();  in RemoveFtn()
 538 							pDest = pDest->GetFollow();  in RemoveFtn()
 607 		nOldOfst = GetFollow()->GetOfst();  in RemoveFtn()
 612 		GetFollow()->ManipOfst( nOldOfst );  in RemoveFtn()
 [all …]
 
 | 
| H A D | frmcrsr.cxx | 84     if( !bNoScroll || pFrm->GetFollow() )  in GetAdjFrmAtPos()162 		pRet = pRet->GetFollow();  in GetFrmAtOfst()
 169 	while( pFoll->GetFollow() )  in GetFrmAtPos()
 171 		if( rPos.nContent.GetIndex() > pFoll->GetFollow()->GetOfst() )  in GetFrmAtPos()
 172 			pFoll = pFoll->GetFollow();  in GetFrmAtPos()
 175 			if( rPos.nContent.GetIndex() == pFoll->GetFollow()->GetOfst()  in GetFrmAtPos()
 177 				 pFoll = pFoll->GetFollow();  in GetFrmAtPos()
 783 		else if( !bAPI && (aLine.GetNext() || pFrm->GetFollow()) )  in RightMargin()
 1276             if( 0 != ( pTmpFollow = GetFollow() ) )  in _UnitDown()
 1285                         pTmpFollow = pTmpFollow->GetFollow();  in _UnitDown()
 [all …]
 
 | 
| H A D | txtdrop.cxx | 311         pCurrPart = pCurrPart->GetFollow();  in PaintTxt()438         pCurrPart = pCurrPart->GetFollow();  in GetTxtSize()
 757     const sal_Bool bUseCache = ! pCurrPart->GetFollow();  in CalcFontSize()
 800             pCurrPart = pCurrPart->GetFollow();  in CalcFontSize()
 914                 pCurrPart = pCurrPart->GetFollow();  in CalcFontSize()
 994         pCurrPart = pCurrPart->GetFollow();  in CalcFontSize()
 1047                 pCurrPart = pCurrPart->GetFollow();  in Format()
 
 | 
| /aoo41x/main/sw/source/core/layout/ | 
| H A D | sectfrm.cxx | 112 		SetFollow( rSect.GetFollow() );  in SwSectionFrm()114 		if( !GetFollow() )  in SwSectionFrm()
 165 				if( !GetFollow() )  in ~SwSectionFrm()
 403 		if( pSect->GetFollow() )  in Paste()
 804 		if( pFoll == GetFollow() )  in MakeAll()
 814         while( GetFollow() )  in MakeAll()
 898 				pSect = pSect->GetFollow();  in FindLastCntnt()
 1018 			pSect = pSect->GetFollow();  in lcl_ColumnRefresh()
 1099 		else if( GetFollow() && !GetFollow()->ContainsAny() )  in _CheckClipping()
 1723 			pNew = pSect->GetFollow();  in GetNextSctLeaf()
 [all …]
 
 | 
| H A D | findfrm.cxx | 725 		if ( ((SwTabFrm*)this)->GetFollow() )  in _FindNext()726 			return ((SwTabFrm*)this)->GetFollow();  in _FindNext()
 737 		if ( ((SwSectionFrm*)this)->GetFollow() )  in _FindNext()
 738 			return ((SwSectionFrm*)this)->GetFollow();  in _FindNext()
 746 		if( ((SwCntntFrm*)this)->GetFollow() )  in _FindNext()
 747 			return ((SwCntntFrm*)this)->GetFollow();  in _FindNext()
 853 		if ( ((SwTabFrm*)this)->GetFollow() )  in _FindNextCnt()
 865 		if ( ((SwSectionFrm*)this)->GetFollow() )  in _FindNextCnt()
 876 		return ((SwCntntFrm*)this)->GetFollow();  in _FindNextCnt()
 911                 else if ( pFtnFrmOfCurr->GetFollow() )  in _FindNextCnt()
 [all …]
 
 | 
| H A D | tabfrm.cxx | 134 	SetFollow( rTab.GetFollow() );  in SwTabFrm()172 	SwTabFrm *pFoll = GetFollow();  in JoinAndDelFollows()
 176 	SetFollow( pFoll->GetFollow() );  in JoinAndDelFollows()
 1236 	if ( GetFollow() )  in Split()
 1238         pFoll = GetFollow();  in Split()
 1994 		while ( GetFollow() && !GetFollow()->IsJoinLocked() )  in MakeAll()
 2005         if( GetFollow() && !GetFollow()->IsJoinLocked() &&  in MakeAll()
 2015     if ( bTableRowKeep && GetFollow() && !GetFollow()->IsJoinLocked() )  in MakeAll()
 2541                     if ( GetFollow() && !GetFollow()->GetFirstNonHeadlineRow() )  in MakeAll()
 2606                             if ( !GetFollow()->GetFollow() )  in MakeAll()
 [all …]
 
 | 
| H A D | ftnfrm.cxx | 611 	if ( pFtn->GetFollow() )  in Cut()770 	if ( pFtn && pFtn->GetFollow() )  in GetNextFtnLeaf()
 780 			return pFtn->GetFollow();  in GetNextFtnLeaf()
 1013 						pNxt = pFtn->GetFollow();  in lcl_RemoveFtns()
 1235 		while ( pRet->GetFollow() )  in FindFirstFtn()
 1236 			pRet = pRet->GetFollow();  in FindFirstFtn()
 1289 			while ( pRet->GetFollow() )  in FindFirstFtn()
 1290 				pRet = pRet->GetFollow();  in FindFirstFtn()
 1958 		pFtn = pFtn->GetFollow();  in ChangeFtnRef()
 2083 		while ( pNxtFtn->GetFollow() )  in _CollectFtns()
 [all …]
 
 | 
| H A D | flowfrm.cxx | 98     const SwFlowFrm* pFrm = GetFollow();  in HasLockedFollow()103         pFrm = pFrm->GetFollow();  in HasLockedFollow()
 321 		pTmp = pTmp->GetFollow();  in BwdMoveNecessary()
 694 		pFoll = pFoll->GetFollow();  in IsAnFollow()
 737             if( pSect->GetFollow() == this )  in FindMaster()
 766                         if ( pNxt->GetFollow() == this )  in FindMaster()
 768                         pNxt = pNxt->GetFollow();  in FindMaster()
 774                 if ( pTab->GetFollow() == this )  in FindMaster()
 1472 			while( !pOwn && 0 != ( pFoll = pFoll->GetFollow() ) );  in CalcUpperSpace()
 1771            ( rThis.IsInTab() && !GetFollow() ) ) &&  in CalcLowerSpace()
 [all …]
 
 | 
| H A D | pagedesc.cxx | 357 	if( GetFollow() && this != GetFollow() )  in IsFollowNextPageOfNode()362 			( !pChkFrm->GetNext() || GetFollow() ==  in IsFollowNextPageOfNode()
 477     if (aPageDesc.GetFollow())  in SetPageDesc()
 478         sFollow = aPageDesc.GetFollow()->GetName();  in SetPageDesc()
 
 | 
| H A D | laycache.cxx | 251                                 pTab = pTab->GetFollow();  in Write()274                             if( pTab->GetFollow() )  in Write()
 286                                     pTab = pTab->GetFollow();  in Write()
 296                                 } while ( pTab->GetFollow() );  in Write()
 410                             pTab = pTab->GetFollow();  in CompareLayout()
 430                         if( pTab->GetFollow() )  in CompareLayout()
 442                                 pTab = pTab->GetFollow();  in CompareLayout()
 449                             } while ( pTab->GetFollow() );  in CompareLayout()
 647 			pDesc = rpPage->GetPageDesc()->GetFollow();  in CheckInsertPage()
 934                             pNew->SetFollow( ((SwTxtFrm*)rpFrm)->GetFollow() );  in CheckInsert()
 
 | 
| H A D | calcmove.cxx | 535                ( ((SwCntntFrm*)pPrv)->GetFollow() != this ) )  in MakePos()1222          GetFollow()->GetFrm() == GetNext() )  in MakeAll()
 1377                     nHDiff > 0 && IsInTab() && GetFollow() &&  in MakeAll()
 1378 …( 1 == static_cast<SwTxtFrm*>(GetFollow())->GetLineCount( STRING_LEN ) || (static_cast<SwTxtFrm*>(…  in MakeAll()
 1379                     GetFollow()->CalcAddLowerSpaceAsLastInTableCell() == nHDiff;  in MakeAll()
 1399             if ( bMoveable && !bFormatted && ( GetFollow() ||  in MakeAll()
 1411 				if ( bWidow && GetFollow() )  in MakeAll()
 1498 						if( GetFollow() )  in MakeAll()
 2058 					pFrm = ((SwTxtFrm*)pFrm)->GetFollow();  in _WouldFit()
 
 | 
| H A D | fly.cxx | 1294 					while( pAutoFrm->GetFollow() &&  in ChgRelPos()1295 						   pAutoFrm->GetFollow()->GetOfst() <= nOfs )  in ChgRelPos()
 1300 						pAutoFrm = pAutoFrm->GetFollow();  in ChgRelPos()
 1351 							while( pAutoFrm->GetFollow() &&  in ChgRelPos()
 1352 								   pAutoFrm->GetFollow()->GetOfst() <= nOfs )  in ChgRelPos()
 1353 								pAutoFrm = pAutoFrm->GetFollow();  in ChgRelPos()
 1598 				pFrm = pSect->GetFollow()->ContainsAny();  in CalcCntnt()
 1840 				if( pFrm && pFrm->IsSctFrm() && ( pFrm == pSect->GetFollow() ||  in CalcCntnt()
 1858                           pSect->GetFollow()->IsAnLower( pFrm )  ) ||  in CalcCntnt()
 1870 				SwSectionFrm* pNxt = pSect->GetFollow();  in CalcCntnt()
 [all …]
 
 | 
| H A D | objectformattertxtfrm.cxx | 308                       mrAnchorTxtFrm.GetFollow() &&  in DoFormatObj()309                       mrAnchorTxtFrm.GetFollow()->GetOfst() == 0 )  in DoFormatObj()
 492                   mrAnchorTxtFrm.GetFollow() &&  in DoFormatObjs()
 493                   mrAnchorTxtFrm.GetFollow()->GetOfst() == 0 )  in DoFormatObjs()
 
 | 
| /aoo41x/main/sw/source/core/inc/ | 
| H A D | sectfrm.hxx | 72 	inline const SwSectionFrm *GetFollow() const;73 	inline		 SwSectionFrm *GetFollow();
 132 inline const SwSectionFrm *SwSectionFrm::GetFollow() const  in GetFollow()  function in SwSectionFrm
 134 	return (const SwSectionFrm*)SwFlowFrm::GetFollow();  in GetFollow()
 136 inline SwSectionFrm *SwSectionFrm::GetFollow()  in GetFollow()  function in SwSectionFrm
 138 	return (SwSectionFrm*)SwFlowFrm::GetFollow();  in GetFollow()
 
 | 
| H A D | cntfrm.hxx | 80 	inline const SwCntntFrm *GetFollow() const;81 	inline		 SwCntntFrm *GetFollow();
 148 inline const SwCntntFrm *SwCntntFrm::GetFollow() const  in GetFollow()  function in SwCntntFrm
 150 	return (const SwCntntFrm*)SwFlowFrm::GetFollow();  in GetFollow()
 152 inline SwCntntFrm *SwCntntFrm::GetFollow()  in GetFollow()  function in SwCntntFrm
 154 	return (SwCntntFrm*)SwFlowFrm::GetFollow();  in GetFollow()
 
 | 
| H A D | tabfrm.hxx | 122     inline const SwTabFrm *GetFollow() const;123 	inline		 SwTabFrm *GetFollow();
 225 inline const SwTabFrm *SwTabFrm::GetFollow() const  in GetFollow()  function in SwTabFrm
 227 	return (const SwTabFrm*)SwFlowFrm::GetFollow();  in GetFollow()
 229 inline SwTabFrm *SwTabFrm::GetFollow()  in GetFollow()  function in SwTabFrm
 231 	return (SwTabFrm*)SwFlowFrm::GetFollow();  in GetFollow()
 
 | 
| H A D | txtfrm.hxx | 335 		{ return GetFollow() && !GetFollow()->GetOfst(); }  in IsEmptyMaster()457 	inline 		 SwTxtFrm *GetFollow();
 458 	inline const SwTxtFrm *GetFollow() const;
 684 		const SwTxtFrm *pFoll = GetFollow();  in IsInside()
 699 inline const SwTxtFrm *SwTxtFrm::GetFollow() const  in GetFollow()  function in SwTxtFrm
 701 	return (const SwTxtFrm*)SwCntntFrm::GetFollow();  in GetFollow()
 703 inline SwTxtFrm *SwTxtFrm::GetFollow()  in GetFollow()  function in SwTxtFrm
 705 	return (SwTxtFrm*)SwCntntFrm::GetFollow();  in GetFollow()
 
 | 
| H A D | ftnfrm.hxx | 97 	const SwFtnFrm *GetFollow() const 	{ return pFollow; }  in GetFollow()  function in SwFtnFrm98 		  SwFtnFrm *GetFollow() 		{ return pFollow; }  in GetFollow()  function in SwFtnFrm
 
 | 
| /aoo41x/main/sw/source/filter/ww8/ | 
| H A D | wrtw8sty.cxx | 1227             if( pPd->GetFollow() && pPd != pPd->GetFollow() &&  in CheckForFacinPg()1228                 pPd->GetFollow()->GetFollow() == pPd->GetFollow() &&  in CheckForFacinPg()
 1233                 pPd = pPd->GetFollow();  in CheckForFacinPg()
 1237                 pPd->GetFollow() && pPd != pPd->GetFollow() &&  in CheckForFacinPg()
 1238                 pPd->GetFollow()->GetFollow() == pPd &&  in CheckForFacinPg()
 1602         if ( pPd->GetFollow() && pPd != pPd->GetFollow() &&  in SectionProperties()
 1603              pPd->GetFollow()->GetFollow() == pPd->GetFollow() &&  in SectionProperties()
 1640         if ( pPd->GetFollow() && pPd != pPd->GetFollow() &&  in SectionProperties()
 1641                 pPd->GetFollow()->GetFollow() == pPd &&  in SectionProperties()
 1654                 pPd = pPd->GetFollow();  in SectionProperties()
 [all …]
 
 | 
| H A D | rtfexport.cxx | 493             if( rPageDesc.GetFollow() ==  in WritePageDescTable()1185     if( bCheckForFirstPage && pAktPageDesc->GetFollow() &&  in OutPageDescription()
 1186             pAktPageDesc->GetFollow() != pAktPageDesc )  in OutPageDescription()
 1187         pAktPageDesc = pAktPageDesc->GetFollow();  in OutPageDescription()
 1254     if( pAktPageDesc->GetFollow() && pAktPageDesc->GetFollow() != pAktPageDesc )  in WriteHeaderFooter()
 
 | 
| /aoo41x/main/sfx2/source/dialog/ | 
| H A D | mgetempl.cxx | 85 	aFollow		( pStyle->GetFollow() ),  in SfxManageStyleSheetPage()142 		aFollow = pStyle->GetFollow();  in SfxManageStyleSheetPage()
 501 		sCmp = pStyle->GetFollow();  in Reset()
 640 		if ( pStyle->GetFollow() != aFollowEntry )  in DeactivatePage()
 
 | 
| /aoo41x/main/sw/source/core/doc/ | 
| H A D | docdesc.cxx | 386 	if ( pDesc->GetFollow() != rChged.GetFollow() )  in ChgPageDesc()387 	{	if ( rChged.GetFollow() == &rChged )  in ChgPageDesc()
 388 		{	if ( pDesc->GetFollow() != pDesc )  in ChgPageDesc()
 487         if ( aPageDescs[j]->GetFollow() == pDel )  in PreDelPageDesc()
 
 | 
| /aoo41x/main/sw/source/core/frmedt/ | 
| H A D | tblsel.cxx | 460 			if( 0 == (pTable = pTable->GetFollow()) )  in GetTblSel()729 			if( 0 == (pTable = pTable->GetFollow()) )  in ChkChartSel()
 1743 	while ( pTab->GetFollow() )  in lcl_FindStartEndCol()
 1752             pTab = pTab->GetFollow();  in lcl_FindStartEndCol()
 1758             pLastValidTab = pTab = pTab->GetFollow();  in lcl_FindStartEndCol()
 1810             pTmpTab = pTmpTab->GetFollow();  in lcl_FindStartEndCol()
 2037 		pTable = pTable->GetFollow();  in MakeSelUnions()
 2320 						SwTabFrm *pFollow = pUp->GetFollow();  in DelFrms()
 2371                              ((SwTabFrm*)pTabFrm)->GetFollow() )  in DelFrms()
 2557 					while( pTable->GetFollow() )  in MakeNewFrms()
 [all …]
 
 |