/trunk/main/sw/source/core/layout/ |
H A D | fly.cxx | 200 if ( pFollow ) in Chain() 552 pMaster->pNextLink = pFollow; in ChainFrames() 553 pFollow->pPrevLink = pMaster; in ChainFrames() 574 if ( pFollow->ContainsCntnt() ) in ChainFrames() 597 pFollow->pPrevLink = 0; in UnchainFrames() 599 if ( pFollow->ContainsCntnt() ) in UnchainFrames() 609 SwFlyFrm *pFoll = pFollow; in UnchainFrames() 626 ::_InsertCnt( pFollow->Lower() ? (SwLayoutFrm*)((SwLayoutFrm*)pFollow->Lower())->Lower() in UnchainFrames() 627 : (SwLayoutFrm*)pFollow, in UnchainFrames() 1117 if ( pFollow ) in _UpdateAttr() [all …]
|
H A D | pagedesc.cxx | 68 pFollow( this ), in SwPageDesc() 84 pFollow( rCpy.pFollow ), in SwPageDesc() 100 if (rSrc.pFollow == &rSrc) in operator =() 101 pFollow = this; in operator =() 103 pFollow = rSrc.pFollow; in operator =()
|
H A D | flycnt.cxx | 1364 const SwCntntFrm *pFollow = pCnt; in SetAbsPos() local 1369 } while ( pCnt->GetFollow() != pFollow ); in SetAbsPos() 1370 pFollow = pCnt; in SetAbsPos() 1374 { const SwFrm *pUp = pFollow->GetUpper(); in SetAbsPos() 1379 nDiff += pUp->Prt().Width() - pFollow->GetRelPos().X(); in SetAbsPos() 1381 nDiff += pFollow->Frm().Left() + pFollow->Frm().Width() in SetAbsPos() 1385 nDiff += pUp->Prt().Height() - pFollow->GetRelPos().Y(); in SetAbsPos() 1386 pFollow = pFollow->GetFollow(); in SetAbsPos() 1387 } while ( pFollow != pOriginal ); in SetAbsPos()
|
H A D | flowfrm.cxx | 82 pFollow( 0 ) in SwFlowFrm() 225 (!pFollow || pNxt != pFollow->GetFrm())) in IsKeep()
|
/trunk/main/sw/source/core/inc/ |
H A D | flowfrm.hxx | 122 SwFlowFrm *pFollow; member in SwFlowFrm 174 sal_Bool HasFollow() const { return pFollow ? sal_True : sal_False; } in HasFollow() 177 const SwFlowFrm *GetFollow() const { return pFollow; } in GetFollow() 178 SwFlowFrm *GetFollow() { return pFollow; } in GetFollow() 180 inline void SetFollow( SwFlowFrm *pNew ) { pFollow = pNew; } in SetFollow()
|
H A D | ftnfrm.hxx | 60 SwFtnFrm *pFollow; member in SwFtnFrm 97 const SwFtnFrm *GetFollow() const { return pFollow; } in GetFollow() 98 SwFtnFrm *GetFollow() { return pFollow; } in GetFollow() 106 void SetFollow( SwFtnFrm *pNew ) { pFollow = pNew; } in SetFollow()
|
H A D | flyfrm.hxx | 183 static void ChainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow ); 184 static void UnchainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow );
|
H A D | viewimp.hxx | 305 const SwFlyFrm *pFollow );
|
/trunk/main/sw/source/core/text/ |
H A D | pordrop.hxx | 45 SwDropPortionPart* pFollow; member in SwDropPortionPart 52 : pFollow( 0 ), pFnt( &rFont ), nLen( nL ), nWidth( 0 ) {}; in SwDropPortionPart() 55 inline SwDropPortionPart* GetFollow() const { return pFollow; }; in GetFollow() 56 inline void SetFollow( SwDropPortionPart* pNew ) { pFollow = pNew; }; in SetFollow()
|
H A D | itrtxt.cxx | 431 SwTxtFrm* pFollow = GetTxtFrm()->GetFollow(); in TruncLines() local 432 if ( pFollow && ! pFollow->IsLocked() && in TruncLines() 433 nEnd == pFollow->GetOfst() ) in TruncLines() 456 pFollow->_InvalidateRange( in TruncLines()
|
H A D | txtftn.cxx | 1164 SwLinePortion* pFollow = rInf.GetRest(); in FormatQuoVadis() local 1168 ASSERT( pFollow->IsQuoVadisPortion(), in FormatQuoVadis() 1172 pFollow->Format( rInf ); in FormatQuoVadis() 1173 nQuoWidth = nQuoWidth + pFollow->Width(); in FormatQuoVadis() 1175 pCurrPor->Append( pFollow ); in FormatQuoVadis() 1176 pCurrPor = pFollow; in FormatQuoVadis()
|
H A D | txtdrop.cxx | 114 if ( pFollow ) in ~SwDropPortionPart() 115 delete pFollow; in ~SwDropPortionPart()
|
H A D | frmform.cxx | 742 pFollow = pNxt; in JoinFrm() 2230 if( pFollow && nStart != ((SwTxtFrm*)pFollow)->GetOfst() ) in FormatQuick()
|
/trunk/main/sw/source/ui/app/ |
H A D | appenv.cxx | 275 const SwPageDesc* pFollow = 0; in InsertEnv() local 300 pFollow = pSh->GetPageDesc(pSh->GetCurPageDesc()).GetFollow(); in InsertEnv() 321 pFollow = &pSh->GetPageDesc(pSh->GetCurPageDesc()); in InsertEnv() 338 pFollow = &pSh->GetPageDesc(pSh->GetCurPageDesc()); in InsertEnv() 422 if (pFollow) in InsertEnv() 423 pDesc->SetFollow(pFollow); in InsertEnv()
|
H A D | docstyle.cxx | 1026 SwTxtFmtColl* pFollow = pColl; in SetFollow() local 1027 if( rStr.Len() && 0 == (pFollow = lcl_FindParaFmt(rDoc, rStr) )) in SetFollow() 1028 pFollow = pColl; in SetFollow() 1030 pColl->SetNextTxtFmtColl(*pFollow); in SetFollow()
|
/trunk/main/sw/inc/ |
H A D | pagedesc.hxx | 142 SwPageDesc *pFollow; member in SwPageDesc 210 const SwPageDesc* GetFollow() const { return pFollow; } in GetFollow() 211 SwPageDesc* GetFollow() { return pFollow; } in GetFollow() 243 pFollow = pNew ? (SwPageDesc*)pNew : this; in SetFollow()
|
H A D | accmap.hxx | 248 void InvalidateRelationSet( const SwFrm* pMaster, const SwFrm* pFollow );
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlcss1.cxx | 1425 const SwPageDesc *pFollow = 0; in GetPageDesc() local 1432 pFollow = GetLeftPageDesc(); in GetPageDesc() 1433 if( !pFollow ) in GetPageDesc() 1434 pFollow = pMasterPageDesc; in GetPageDesc() 1449 pFollow = GetRightPageDesc( sal_True ); in GetPageDesc() 1463 if( pFollow ) in GetPageDesc() 1466 aNewPageDesc.SetFollow( pFollow ); in GetPageDesc() 1471 SwPageDesc aNewFollowPageDesc( *pFollow ); in GetPageDesc() 1473 ChgPageDesc( pFollow, aNewFollowPageDesc ); in GetPageDesc()
|
H A D | css1atr.cxx | 613 const SwPageDesc *pFollow = rPageDesc.GetFollow(); in OutStyleSheet() local 615 pFollow != pPageDesc && in OutStyleSheet() 616 !IsPoolUserFmt( pFollow->GetPoolFmtId() ) ) in OutStyleSheet() 620 pPageDesc = pFollow; in OutStyleSheet() 621 pFollow = pPageDesc->GetFollow(); in OutStyleSheet() 625 if( pPageDesc == pFollow ) in OutStyleSheet() 633 nFirstRefPoolId = pFollow->GetPoolFmtId(); in OutStyleSheet() 636 RES_POOLPAGE_RIGHT == pFollow->GetPoolFmtId()) || in OutStyleSheet() 638 RES_POOLPAGE_LEFT == pFollow->GetPoolFmtId()) ) in OutStyleSheet() 643 OutCSS1_SwPageDesc( *this, *pFollow, pStylePoolAccess, pTemplate, in OutStyleSheet()
|
/trunk/main/sw/source/core/view/ |
H A D | viewimp.cxx | 480 const SwFlyFrm *pFollow ) in InvalidateAccessibleRelationSet() argument 488 pFollow ); in InvalidateAccessibleRelationSet()
|
/trunk/main/sw/source/core/doc/ |
H A D | docfly.cxx | 1064 SwFrmFmt *pFollow = aChain.GetNext(); in Unchain() local 1067 aChain = pFollow->GetChain(); in Unchain() 1069 SetAttr( aChain, *pFollow ); in Unchain()
|
H A D | docfmt.cxx | 2162 SwPageDesc* pFollow = ::lcl_FindPageDesc( aPageDescs, in CopyPageDesc() local 2164 if( !pFollow ) in CopyPageDesc() 2168 pFollow = aPageDescs[ nPos ]; in CopyPageDesc() 2169 CopyPageDesc( *rSrcDesc.GetFollow(), *pFollow ); in CopyPageDesc() 2171 rDstDesc.SetFollow( pFollow ); in CopyPageDesc()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 2320 SwTabFrm *pFollow = pUp->GetFollow(); in DelFrms() local 2331 pPrev->SetFollow( pFollow ); in DelFrms() 2339 else if ( pFollow ) in DelFrms() 2340 ::UnsetFollow( pFollow ); in DelFrms() 2343 if ( pPrev || pFollow ) in DelFrms()
|
/trunk/main/cui/source/tabpages/ |
H A D | swpossizetabpage.cxx | 801 SfxBoolItem* pFollow = static_cast<SfxBoolItem*>(pItem->Clone()); in FillItemSet() local 802 pFollow->SetValue(m_aFollowCB.IsChecked()); in FillItemSet() 803 bModified |= 0 != rSet.Put(*pFollow); in FillItemSet() 804 delete pFollow; in FillItemSet()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 1606 const SwPageDesc *pFollow = pPd->GetFollow(); in SectionProperties() local 1607 const SwFrmFmt& rFollowFmt = pFollow->GetMaster(); in SectionProperties() 1616 pAktPageDesc = pPd = pFollow; in SectionProperties()
|