Home
last modified time | relevance | path

Searched refs:rChain (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx230 const SwFmtChain &rChain = pFmt->GetChain(); in DelLayoutFmt() local
231 if ( rChain.GetPrev() ) in DelLayoutFmt()
233 SwFmtChain aChain( rChain.GetPrev()->GetChain() ); in DelLayoutFmt()
234 aChain.SetNext( rChain.GetNext() ); in DelLayoutFmt()
235 SetAttr( aChain, *rChain.GetPrev() ); in DelLayoutFmt()
237 if ( rChain.GetNext() ) in DelLayoutFmt()
239 SwFmtChain aChain( rChain.GetNext()->GetChain() ); in DelLayoutFmt()
240 aChain.SetPrev( rChain.GetPrev() ); in DelLayoutFmt()
241 SetAttr( aChain, *rChain.GetNext() ); in DelLayoutFmt()
H A Ddocfly.cxx938 const SwFmtChain &rChain = rDest.GetChain(); in Chainable() local
939 if( rChain.GetPrev() ) in Chainable()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx194 const SwFmtChain& rChain = GetFmt()->GetChain(); in Chain() local
195 if ( rChain.GetPrev() || rChain.GetNext() ) in Chain()
197 if ( rChain.GetNext() ) in Chain()
199 SwFlyFrm* pFollow = FindChainNeighbour( *rChain.GetNext(), _pAnch ); in Chain()
207 if ( rChain.GetPrev() ) in Chain()
209 SwFlyFrm *pMaster = FindChainNeighbour( *rChain.GetPrev(), _pAnch ); in Chain()
649 SwFlyFrm *SwFlyFrm::FindChainNeighbour( SwFrmFmt &rChain, SwFrm *pAnch ) in FindChainNeighbour() argument
669 SwIterator<SwFlyFrm,SwFmt> aIter( rChain ); in FindChainNeighbour()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx1620 const SwFmtChain &rChain = pFmt->GetChain(); in CopyFlyInFlyImpl() local
1621 int nCnt = 0 != rChain.GetPrev(); in CopyFlyInFlyImpl()
1622 nCnt += rChain.GetNext() ? 1: 0; in CopyFlyInFlyImpl()
1627 if ( rChain.GetPrev() == pTmp ) in CopyFlyInFlyImpl()
1633 else if ( rChain.GetNext() == pTmp ) in CopyFlyInFlyImpl()
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx571 const SwFmtChain &rChain = pCurrFlyFmt->GetChain(); in Execute() local
574 (SwFlyFrmFmt*)rChain.GetPrev(); in Execute()
605 const SwFmtChain &rChain = pCurrFlyFmt->GetChain(); in Execute() local
608 (SwFlyFrmFmt*)rChain.GetNext(); in Execute()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx1136 sal_Bool ImplVectorizer::ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain in ImplGetChain() argument
1156 rChain.ImplAdd( (sal_uInt8) nLastDir ); in ImplGetChain()
1173 rChain.ImplAdd( (sal_uInt8) nDir ); in ImplGetChain()
H A Dimpvect.hxx44 sal_Bool ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain );
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx3098 const SwFmtChain &rChain = pFmt->GetChain(); in Reset() local
3101 if ((pFlyFmt = rChain.GetPrev()) != 0) in Reset()
3106 if ((pFlyFmt = rChain.GetNext()) != 0) in Reset()
3240 const SwFmtChain &rChain = pFmt->GetChain(); in FillItemSet() local
3243 if ((pFlyFmt = rChain.GetPrev()) != 0) in FillItemSet()
3246 if ((pFlyFmt = rChain.GetNext()) != 0) in FillItemSet()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1201 const SwFmtChain &rChain = mpCurrAnchoredObj->GetFrmFmt().GetChain(); in GetTop() local
1203 if ( !rChain.GetPrev() && !rChain.GetNext() ) in GetTop()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx2024 SwFmtChain rChain = rFmt.GetChain(); in GetConnectableFrmFmts() local
2025 SwFrmFmt * pOldChainNext = (SwFrmFmt *) rChain.GetNext(); in GetConnectableFrmFmts()
2026 SwFrmFmt * pOldChainPrev = (SwFrmFmt *) rChain.GetPrev(); in GetConnectableFrmFmts()
H A Dfeshview.cxx2696 const SwFmtChain &rChain = rSource.GetChain(); in Chainable() local
2697 if ( rChain.GetNext() ) in Chainable()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx3088 const SwFmtChain &rChain = rFmt.GetChain(); in MakeZOrderArrAndFollowIds() local
3089 if (rChain.GetPrev() || rChain.GetNext()) in MakeZOrderArrAndFollowIds()

Completed in 123 milliseconds