Searched refs:rChain (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/sw/source/core/doc/ |
H A D | doclay.cxx | 238 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 D | docfly.cxx | 880 const SwFmtChain &rChain = rDest.GetChain(); in Chainable() local 881 if( rChain.GetPrev() ) in Chainable()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | fly.cxx | 209 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()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 1617 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()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 558 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | impvect.cxx | 1136 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 D | impvect.hxx | 44 sal_Bool ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain );
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 3098 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()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfly.cxx | 1195 const SwFmtChain &rChain = mpCurrAnchoredObj->GetFrmFmt().GetChain(); in GetTop() local 1197 if ( !rChain.GetPrev() && !rChain.GetNext() ) in GetTop()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 2024 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 D | feshview.cxx | 2699 const SwFmtChain &rChain = rSource.GetChain(); in Chainable() local 2700 if ( rChain.GetNext() ) in Chainable()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 3099 const SwFmtChain &rChain = rFmt.GetChain(); in MakeZOrderArrAndFollowIds() local 3100 if (rChain.GetPrev() || rChain.GetNext()) in MakeZOrderArrAndFollowIds()
|
Completed in 121 milliseconds