Home
last modified time | relevance | path

Searched refs:pFollow (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/sw/source/core/layout/
H A Dfly.cxx200 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 Dpagedesc.cxx68 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 Dflycnt.cxx1364 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 Dflowfrm.cxx82 pFollow( 0 ) in SwFlowFrm()
225 (!pFollow || pNxt != pFollow->GetFrm())) in IsKeep()
/trunk/main/sw/source/core/inc/
H A Dflowfrm.hxx122 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 Dftnfrm.hxx60 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 Dflyfrm.hxx183 static void ChainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow );
184 static void UnchainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow );
H A Dviewimp.hxx305 const SwFlyFrm *pFollow );
/trunk/main/sw/source/core/text/
H A Dpordrop.hxx45 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 Ditrtxt.cxx431 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 Dtxtftn.cxx1164 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 Dtxtdrop.cxx114 if ( pFollow ) in ~SwDropPortionPart()
115 delete pFollow; in ~SwDropPortionPart()
H A Dfrmform.cxx742 pFollow = pNxt; in JoinFrm()
2230 if( pFollow && nStart != ((SwTxtFrm*)pFollow)->GetOfst() ) in FormatQuick()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx275 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 Ddocstyle.cxx1026 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 Dpagedesc.hxx142 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 Daccmap.hxx248 void InvalidateRelationSet( const SwFrm* pMaster, const SwFrm* pFollow );
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx1425 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 Dcss1atr.cxx613 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 Dviewimp.cxx480 const SwFlyFrm *pFollow ) in InvalidateAccessibleRelationSet() argument
488 pFollow ); in InvalidateAccessibleRelationSet()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx1064 SwFrmFmt *pFollow = aChain.GetNext(); in Unchain() local
1067 aChain = pFollow->GetChain(); in Unchain()
1069 SetAttr( aChain, *pFollow ); in Unchain()
H A Ddocfmt.cxx2162 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 Dtblsel.cxx2320 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 Dswpossizetabpage.cxx801 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 Dwrtw8sty.cxx1606 const SwPageDesc *pFollow = pPd->GetFollow(); in SectionProperties() local
1607 const SwFrmFmt& rFollowFmt = pFollow->GetMaster(); in SectionProperties()
1616 pAktPageDesc = pPd = pFollow; in SectionProperties()

Completed in 189 milliseconds

12