Home
last modified time | relevance | path

Searched refs:rAnch (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Danchoredobject.cxx301 const SwFmtAnchor& rAnch = GetFrmFmt().GetAnchor(); in CheckCharRectAndTopOfLine() local
302 if ( (rAnch.GetAnchorId() == FLY_AT_CHAR) && in CheckCharRectAndTopOfLine()
303 rAnch.GetCntntAnchor() ) in CheckCharRectAndTopOfLine()
316 _CheckCharRect( rAnch, aAnchorCharFrm ); in CheckCharRectAndTopOfLine()
317 _CheckTopOfLine( rAnch, aAnchorCharFrm ); in CheckCharRectAndTopOfLine()
854 const SwFmtAnchor& rAnch = GetFrmFmt().GetAnchor(); in FindAnchorCharFrm() local
855 if ((rAnch.GetAnchorId() == FLY_AT_CHAR) || in FindAnchorCharFrm()
856 (rAnch.GetAnchorId() == FLY_AS_CHAR)) in FindAnchorCharFrm()
859 GetFrmAtOfst( rAnch.GetCntntAnchor()->nContent.GetIndex() )); in FindAnchorCharFrm()
H A Dpagechg.cxx415 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in lcl_MakeObjs() local
416 if ( rAnch.GetPageNum() == pPage->GetPhyPageNum() ) in lcl_MakeObjs()
418 if( rAnch.GetCntntAnchor() ) in lcl_MakeObjs()
420 if (FLY_AT_PAGE == rAnch.GetAnchorId()) in lcl_MakeObjs()
422 SwFmtAnchor aAnch( rAnch ); in lcl_MakeObjs()
1593 const SwFmtAnchor &rAnch = (*pTbl)[i]->GetAnchor(); in AssertFlyPages() local
1594 if ( !rAnch.GetCntntAnchor() && nMaxPg < rAnch.GetPageNum() ) in AssertFlyPages()
1595 nMaxPg = rAnch.GetPageNum(); in AssertFlyPages()
1677 const SwFmtAnchor &rAnch = rFmt.GetAnchor(); in AssertPageFlys() local
1678 const sal_uInt16 nPg = rAnch.GetPageNum(); in AssertPageFlys()
[all …]
H A Dfrmtool.cxx984 rAnch.GetCntntAnchor() == 0 ) in ~SwCntntNotify()
1000 SwFmtAnchor aAnch( rAnch ); in ~SwCntntNotify()
1065 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in AppendObjs() local
1066 if ( rAnch.GetCntntAnchor() && in AppendObjs()
1078 (rAnch.GetAnchorId() == FLY_AT_PARA) || in AppendObjs()
1079 (rAnch.GetAnchorId() == FLY_AT_CHAR) || in AppendObjs()
1170 const SwFmtAnchor& rAnch = _rFmt.GetAnchor(); in lcl_InHeaderOrFooter() local
1172 if (rAnch.GetAnchorId() != FLY_AT_PAGE) in lcl_InHeaderOrFooter()
1199 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in AppendAllObjs() local
1201 if ((rAnch.GetAnchorId() == FLY_AT_PAGE) || in AppendAllObjs()
[all …]
H A Dlaycache.cxx696 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in lcl_HasTextFrmAnchoredObjs() local
697 if ( rAnch.GetCntntAnchor() && in lcl_HasTextFrmAnchoredObjs()
698 ((rAnch.GetAnchorId() == FLY_AT_PARA) || in lcl_HasTextFrmAnchoredObjs()
699 (rAnch.GetAnchorId() == FLY_AT_CHAR)) && in lcl_HasTextFrmAnchoredObjs()
700 rAnch.GetCntntAnchor()->nNode.GetIndex() == in lcl_HasTextFrmAnchoredObjs()
H A Dflylay.cxx1330 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in CalcClipRect() local
1331 if ( FLY_AS_CHAR == rAnch.GetAnchorId() ) in CalcClipRect()
H A Dwsfrm.cxx4020 const SwFmtAnchor& rAnch = pAnchoredObj->GetFrmFmt().GetAnchor(); in InvalidateAllObjPos() local
4021 if ((rAnch.GetAnchorId() != FLY_AT_PARA) && in InvalidateAllObjPos()
4022 (rAnch.GetAnchorId() != FLY_AT_CHAR)) in InvalidateAllObjPos()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx156 Point lcl_FindAnchorLayPos( SwDoc& rDoc, const SwFmtAnchor& rAnch, in lcl_FindAnchorLayPos() argument
161 switch( rAnch.GetAnchorId() ) in lcl_FindAnchorLayPos()
164 if( pFlyFmt && rAnch.GetCntntAnchor() ) in lcl_FindAnchorLayPos()
174 if( rAnch.GetCntntAnchor() ) in lcl_FindAnchorLayPos()
176 const SwPosition *pPos = rAnch.GetCntntAnchor(); in lcl_FindAnchorLayPos()
185 if( rAnch.GetCntntAnchor() ) in lcl_FindAnchorLayPos()
187 const SwFlyFrmFmt* pFmt = (SwFlyFrmFmt*)rAnch.GetCntntAnchor()-> in lcl_FindAnchorLayPos()
197 sal_uInt16 nPgNum = rAnch.GetPageNum(); in lcl_FindAnchorLayPos()
H A Ddoclay.cxx310 const SwFmtAnchor &rAnch = pTmpFmt->GetAnchor(); in DelLayoutFmt() local
311 if ( rAnch.GetAnchorId() == FLY_AT_FLY && in DelLayoutFmt()
312 rAnch.GetCntntAnchor()->nNode.GetIndex() == nNodeIdxOfFlyFmt ) in DelLayoutFmt()
792 SwFmtAnchor& rAnch = (SwFmtAnchor&)rSet.Get( RES_ANCHOR ); in MakeFlyAndMove() local
796 SwFlyFrmFmt* pFmt = MakeFlySection( rAnch.GetAnchorId(), rPam.GetPoint(), in MakeFlyAndMove()
H A Ddocedt.cxx326 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in DelFlyInRange() local
327 SwPosition const*const pAPos = rAnch.GetCntntAnchor(); in DelFlyInRange()
329 ((rAnch.GetAnchorId() == FLY_AT_PARA) || in DelFlyInRange()
330 (rAnch.GetAnchorId() == FLY_AT_CHAR)) && in DelFlyInRange()
/trunk/main/sw/source/core/text/
H A Dporfly.cxx173 const SwFmtAnchor& rAnch = pAnchoredObj->GetFrmFmt().GetAnchor(); in MoveFlyInCnt() local
174 if (rAnch.GetAnchorId() == FLY_AS_CHAR) in MoveFlyInCnt()
176 const SwPosition* pPos = rAnch.GetCntntAnchor(); in MoveFlyInCnt()
H A DEnhancedPDFExportHelper.cxx1806 const SwFmtAnchor &rAnch = pFrmFmt->GetAnchor(); in EnhancedPDFExport() local
1807 if (FLY_AT_PAGE != rAnch.GetAnchorId()) in EnhancedPDFExport()
1809 const SwPosition* pPosition = rAnch.GetCntntAnchor(); in EnhancedPDFExport()
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx246 const SwFmtAnchor &rAnch = (const SwFmtAnchor&)rSet.Get(RES_ANCHOR); in Reset() local
247 nAnchorId = rAnch.GetAnchorId(); in Reset()
450 const SwFmtAnchor &rAnch = (const SwFmtAnchor&)rSet.Get(RES_ANCHOR); in ActivatePage() local
451 nAnchorId = rAnch.GetAnchorId(); in ActivatePage()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx691 SwFmtAnchor& rAnch = (SwFmtAnchor&)rSet.Get( RES_ANCHOR ); in NewFlyFrm() local
692 RndStdIds eRndId = rAnch.GetAnchorId(); in NewFlyFrm()
696 if( !rAnch.GetPageNum() ) //HotFix: Bug in UpdateByExample in NewFlyFrm()
697 rAnch.SetPageNum( 1 ); in NewFlyFrm()
708 rAnch.SetAnchor( &rPos ); in NewFlyFrm()
710 else if( lcl_SetNewFlyPos( rPos.nNode.GetNode(), rAnch, aPt ) ) in NewFlyFrm()
738 pOldAnchor = new SwFmtAnchor( rAnch ); in NewFlyFrm()
/trunk/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx210 const SwFmtAnchor& rAnch = rFrmFmt.GetAnchor(); in CalcPosition() local
244 rAnch.GetCntntAnchor()->nContent.GetIndex() ) ); in CalcPosition()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2691 const SwFmtAnchor& rAnch = rFrmFmt.GetAnchor(); in OutputFlyFrame_Impl() local
2737 SwTxtNode* pParTxtNode = rAnch.GetCntntAnchor()->nNode.GetNode().GetTxtNode(); in OutputFlyFrame_Impl()
2761 const SwTxtNode* pParTxtNode = rAnch.GetCntntAnchor()->nNode.GetNode().GetTxtNode(); in OutputFlyFrame_Impl()
2774 (FLY_AT_PAGE != rAnch.GetAnchorId()) && in OutputFlyFrame_Impl()

Completed in 187 milliseconds