/aoo42x/main/sw/source/core/layout/ |
H A D | anchoredobject.cxx | 301 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 D | pagechg.cxx | 415 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 D | frmtool.cxx | 984 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 D | laycache.cxx | 696 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 D | flylay.cxx | 1330 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in CalcClipRect() local 1331 if ( FLY_AS_CHAR == rAnch.GetAnchorId() ) in CalcClipRect()
|
H A D | wsfrm.cxx | 4020 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()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfly.cxx | 156 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 D | doclay.cxx | 310 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 D | docedt.cxx | 326 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()
|
/aoo42x/main/sw/source/core/text/ |
H A D | porfly.cxx | 173 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 D | EnhancedPDFExportHelper.cxx | 1806 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()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 246 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()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 691 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()
|
/aoo42x/main/sw/source/core/objectpositioning/ |
H A D | tocntntanchoredobjectposition.cxx | 210 const SwFmtAnchor& rAnch = rFrmFmt.GetAnchor(); in CalcPosition() local 244 rAnch.GetCntntAnchor()->nContent.GetIndex() ) ); in CalcPosition()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 2691 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()
|