Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Ddoclay.cxx238 const SwFmtChain &rChain = pFmt->GetChain(); in DelLayoutFmt() local
239 if ( rChain.GetPrev() ) in DelLayoutFmt()
241 SwFmtChain aChain( rChain.GetPrev()->GetChain() ); in DelLayoutFmt()
242 aChain.SetNext( rChain.GetNext() ); in DelLayoutFmt()
243 SetAttr( aChain, *rChain.GetPrev() ); in DelLayoutFmt()
245 if ( rChain.GetNext() ) in DelLayoutFmt()
247 SwFmtChain aChain( rChain.GetNext()->GetChain() ); in DelLayoutFmt()
248 aChain.SetPrev( rChain.GetPrev() ); in DelLayoutFmt()
249 SetAttr( aChain, *rChain.GetNext() ); in DelLayoutFmt()
H A Ddocfly.cxx880 const SwFmtChain &rChain = rDest.GetChain(); in Chainable() local
881 if( rChain.GetPrev() ) in Chainable()
/aoo41x/main/sw/source/core/layout/
H A Dfly.cxx209 const SwFmtChain& rChain = GetFmt()->GetChain(); in Chain() local
210 if ( rChain.GetPrev() || rChain.GetNext() ) in Chain()
212 if ( rChain.GetNext() ) in Chain()
214 SwFlyFrm* pFollow = FindChainNeighbour( *rChain.GetNext(), _pAnch ); in Chain()
222 if ( rChain.GetPrev() ) in Chain()
224 SwFlyFrm *pMaster = FindChainNeighbour( *rChain.GetPrev(), _pAnch ); in Chain()
669 SwFlyFrm *SwFlyFrm::FindChainNeighbour( SwFrmFmt &rChain, SwFrm *pAnch ) in FindChainNeighbour() argument
689 SwIterator<SwFlyFrm,SwFmt> aIter( rChain ); in FindChainNeighbour()
/aoo41x/main/sw/source/core/docnode/
H A Dndcopy.cxx1617 const SwFmtChain &rChain = pFmt->GetChain(); in CopyFlyInFlyImpl() local
1618 int nCnt = 0 != rChain.GetPrev(); in CopyFlyInFlyImpl()
1619 nCnt += rChain.GetNext() ? 1: 0; in CopyFlyInFlyImpl()
1624 if ( rChain.GetPrev() == pTmp ) in CopyFlyInFlyImpl()
1630 else if ( rChain.GetNext() == pTmp ) in CopyFlyInFlyImpl()
/aoo41x/main/sw/source/ui/shells/
H A Dfrmsh.cxx558 const SwFmtChain &rChain = pCurrFlyFmt->GetChain(); in Execute() local
561 (SwFlyFrmFmt*)rChain.GetPrev(); in Execute()
592 const SwFmtChain &rChain = pCurrFlyFmt->GetChain(); in Execute() local
595 (SwFlyFrmFmt*)rChain.GetNext(); in Execute()
/aoo41x/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 );
/aoo41x/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()
/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx1195 const SwFmtChain &rChain = mpCurrAnchoredObj->GetFrmFmt().GetChain(); in GetTop() local
1197 if ( !rChain.GetPrev() && !rChain.GetNext() ) in GetTop()
/aoo41x/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.cxx2699 const SwFmtChain &rChain = rSource.GetChain(); in Chainable() local
2700 if ( rChain.GetNext() ) in Chainable()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx3099 const SwFmtChain &rChain = rFmt.GetChain(); in MakeZOrderArrAndFollowIds() local
3100 if (rChain.GetPrev() || rChain.GetNext()) in MakeZOrderArrAndFollowIds()

Completed in 162 milliseconds