Searched refs:rChain (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 230 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 D | docfly.cxx | 938 const SwFmtChain &rChain = rDest.GetChain(); in Chainable() local 939 if( rChain.GetPrev() ) in Chainable()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | fly.cxx | 194 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()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 1620 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()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 571 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()
|
/aoo42x/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 );
|
/aoo42x/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()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfly.cxx | 1201 const SwFmtChain &rChain = mpCurrAnchoredObj->GetFrmFmt().GetChain(); in GetTop() local 1203 if ( !rChain.GetPrev() && !rChain.GetNext() ) in GetTop()
|
/aoo42x/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 | 2696 const SwFmtChain &rChain = rSource.GetChain(); in Chainable() local 2697 if ( rChain.GetNext() ) in Chainable()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 3088 const SwFmtChain &rChain = rFmt.GetChain(); in MakeZOrderArrAndFollowIds() local 3089 if (rChain.GetPrev() || rChain.GetNext()) in MakeZOrderArrAndFollowIds()
|
Completed in 135 milliseconds