/aoo42x/main/sw/source/core/layout/ |
H A D | sortedobjsimpl.cxx | 89 if ((pAnchorListed->GetAnchorId() == FLY_AT_PAGE) && in operator ()() 90 (pAnchorNew ->GetAnchorId() != FLY_AT_PAGE)) in operator ()() 94 else if ((pAnchorListed->GetAnchorId() != FLY_AT_PAGE) && in operator ()() 95 (pAnchorNew ->GetAnchorId() == FLY_AT_PAGE)) in operator ()() 99 else if ((pAnchorListed->GetAnchorId() == FLY_AT_PAGE) && in operator ()() 100 (pAnchorNew ->GetAnchorId() == FLY_AT_PAGE)) in operator ()()
|
H A D | flypos.cxx | 56 if (FLY_AT_PAGE == rAnchor.GetAnchorId()) in SwPosFlyFrm() 94 if (FLY_AT_PAGE == rAnchor.GetAnchorId()) in ~SwPosFlyFrm()
|
H A D | atrfrm.cxx | 1581 case FLY_AT_PAGE: in QueryValue() 1636 eAnchor = FLY_AT_PAGE; in PutValue() 1666 if ((FLY_AT_PAGE == GetAnchorId()) && pCntntAnchor) in PutValue() 2707 if ((FLY_AT_PAGE != pAnchor->GetAnchorId()) && pAnchor->GetCntntAnchor()) in IsLowerOf() 2726 if ((FLY_AT_PAGE == pAnchor->GetAnchorId()) || in IsLowerOf() 2863 case FLY_AT_PAGE: in MakeFrms()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 118 rAnchor.SetType( FLY_AT_PAGE ); in lcl_SetNewFlyPos() 205 case FLY_AT_PAGE: in lcl_FindAnchorPos() 238 ASSERT( !(nNew == FLY_AT_PAGE && in lcl_ChkAndSetNewAnchor() 481 if ( FLY_AT_PAGE != nAnchorId ) in FindAnchorPos() 512 if ( FLY_AT_PAGE == nAnchorId ) in FindAnchorPos() 559 case FLY_AT_PAGE: in FindAnchorPos() 695 case FLY_AT_PAGE: in NewFlyFrm() 712 eRndId = FLY_AT_PAGE; in NewFlyFrm() 731 if ( FLY_AT_PAGE != eRndId ) in NewFlyFrm() 877 case FLY_AT_PAGE: in Insert() [all …]
|
H A D | fecopy.cxx | 284 rAnchor.SetType( FLY_AT_PAGE ); in lcl_SetAnchor() 381 else if ( FLY_AT_PAGE == aAnchor.GetAnchorId() ) in CopyDrawSel() 539 else if ( FLY_AT_PAGE == aAnchor.GetAnchorId() ) in Copy() 984 else if ( FLY_AT_PAGE == aAnchor.GetAnchorId() ) in Paste() 1096 if ( FLY_AT_PAGE == aAnchor.GetAnchorId() ) in Paste() 1204 if ((FLY_AT_PAGE == aAnchor.GetAnchorId()) && in PastePages()
|
H A D | fews.cxx | 785 if ((FLY_AT_PAGE == _nAnchorId) || (FLY_AT_FLY == _nAnchorId)) // LAYER_IMPL in CalcBoundRect() 789 if ((FLY_AT_PAGE == _nAnchorId) || in CalcBoundRect()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 198 case FLY_AT_PAGE: in MakeLayoutFmt() 645 ( FLY_AT_PAGE != pAnchor->GetAnchorId() && in _MakeFlySection() 647 ( FLY_AT_PAGE == pAnchor->GetAnchorId() && in _MakeFlySection() 668 if ( FLY_AT_PAGE != eAnchorId || in _MakeFlySection() 669 ( FLY_AT_PAGE == eAnchorId && in _MakeFlySection() 739 if ( !pAnchorPos && (FLY_AT_PAGE != eAnchorType) ) in MakeFlySection() 747 if ( (FLY_AT_PAGE != pAnch->GetAnchorId()) ) in MakeFlySection() 931 const bool bIsAtCntnt = (FLY_AT_PAGE != eAnchorId); in InsertDrawObj() 950 eAnchorId = FLY_AT_PAGE; in InsertDrawObj() 968 if ( eAnchorId == FLY_AT_PAGE ) in InsertDrawObj() [all …]
|
H A D | docfly.cxx | 195 case FLY_AT_PAGE: in lcl_FindAnchorLayPos() 313 case FLY_AT_PAGE: in SetFlyFrmAnchor() 785 aNewAnch.SetType( FLY_AT_PAGE ); in ChgAnchor() 788 case FLY_AT_PAGE: in ChgAnchor() 985 if ( FLY_AT_PAGE == rSrcAnchor.GetAnchorId() ) in Chainable() 987 if ( (FLY_AT_PAGE == rDstAnchor.GetAnchorId()) || in Chainable()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | undobj1.cxx | 90 if (FLY_AT_PAGE == nRndId) in InsFly() 156 case FLY_AT_PAGE: in InsFly() 248 case FLY_AT_PAGE: in SwUndoInsLayFmt() 338 else if (FLY_AT_PAGE == aAnchor.GetAnchorId()) in RepeatImpl() 512 if (FLY_AT_PAGE != nAnchorTyp) in GetAnchor() 547 rAnchor.SetType( FLY_AT_PAGE ); in GetAnchor()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 212 ASSERT( eAnchorType == FLY_AT_PAGE || in InsertFlyFrm() 238 if ((FLY_AT_PAGE == eId) || (FLY_AT_PARA == eId) || (FLY_AT_CHAR == eId) in SetAnchor() 321 if ((eAnchorType == FLY_AT_PAGE) || (eAnchorType == FLY_AT_FLY)) in ValidateMetrics()
|
H A D | frmpage.cxx | 929 case FLY_AT_PAGE: aAnchorAtPageRB.Check(); break; in Reset() 959 if (GetAnchor() == FLY_AT_PAGE) in Reset() 1238 if ( eId == FLY_AT_PAGE ) in InitPos() 1677 RndStdIds nRet = FLY_AT_PAGE; in GetAnchor() 2302 if (eAnchorId == FLY_AT_PAGE) in Init()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfly.cxx | 1165 if (FLY_AT_PAGE == rNewA.GetAnchorId()) in GetTop() 1221 if (FLY_AT_PAGE == rNewA.GetAnchorId()) in GetTop() 1223 if (FLY_AT_PAGE == rCurrA.GetAnchorId()) in GetTop() 1230 else if (FLY_AT_PAGE == rCurrA.GetAnchorId()) in GetTop() 1278 if (FLY_AT_PAGE == rNewA.GetAnchorId()) in GetTop()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unodraw.cxx | 730 else if (FLY_AT_PAGE == aAnchor.GetAnchorId()) in add() 738 else if ((aAnchor.GetAnchorId() != FLY_AT_PAGE) && pDoc->GetCurrentLayout()) in add() 750 aAnchor.SetType(FLY_AT_PAGE); in add() 1210 if (aAnchor.GetAnchorId() == FLY_AT_PAGE) in setPropertyValue() 1333 (FLY_AT_PAGE == eOldAnchorId)) in setPropertyValue() 1539 if (aAnchor.GetAnchorId() == FLY_AT_PAGE) in getPropertyValue() 2086 if ((rAnchor.GetAnchorId() != FLY_AT_PAGE) || in getAnchor()
|
H A D | unoframe.cxx | 1866 else if ((aAnchor.GetAnchorId() != FLY_AT_PAGE) && in setPropertyValue() 2658 if ((rAnchor.GetAnchorId() != FLY_AT_PAGE) || in getAnchor() 2752 else if ((FLY_AT_PAGE == eAnchorId) && in attachToRange() 2775 if (eAnchorId != FLY_AT_PAGE) in attachToRange() 2778 aFrmSet.Put( SwFmtAnchor( FLY_AT_PAGE, 1 )); in attachToRange()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | appenv.cxx | 454 aMgr.InsertFlyFrm(FLY_AT_PAGE, in InsertEnv() 470 aMgr.InsertFlyFrm(FLY_AT_PAGE, in InsertEnv()
|
H A D | applab.cxx | 105 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertBCText() 150 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertLabText()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 1062 ? FLY_AT_PAGE in Execute() 1108 case FLY_AT_PAGE: in Execute() 1642 (eSet == FLY_AT_PAGE)) in GetState() 1667 case FLY_AT_PAGE: in GetState() 1737 && (nAnchorType != FLY_AT_PAGE)); in GetState() 1752 && (nAnchorType != FLY_AT_PAGE))); in GetState()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 1364 if ((FLY_AT_PAGE != pAnchor->GetAnchorId()) && in TrueFrameDirection() 1422 if ((FLY_AT_PAGE != pAnchor->GetAnchorId()) && in TrueFrameBgBrush() 2768 m_rWW8Export.eNewAnchorType = FLY_AT_PAGE; in OutputFlyFrame_Impl() 2774 (FLY_AT_PAGE != rAnch.GetAnchorId()) && in OutputFlyFrame_Impl() 2806 if (FLY_AT_PAGE == rFmt.GetFrmFmt().GetAnchor().GetAnchorId()) in OutputFlyFrame()
|
H A D | wrtw8esh.cxx | 789 if (FLY_AT_PAGE == rFmt.GetAnchor().GetAnchorId()) in WritePlc() 2784 if (eAnchor == FLY_AT_PAGE) in SetAnchoring() 2790 if (eAnchor == FLY_AT_PAGE) in SetAnchoring() 2812 if (eAnchor == FLY_AT_PAGE) in SetAnchoring() 2818 if (eAnchor == FLY_AT_PAGE) in SetAnchoring()
|
/aoo42x/main/sw/inc/ |
H A D | fmtanchr.hxx | 51 SwFmtAnchor( RndStdIds eRnd = FLY_AT_PAGE, sal_uInt16 nPageNum = 0 );
|
H A D | swtypes.hxx | 164 FLY_AT_PAGE, // anchored at page enumerator
|
H A D | dcontact.hxx | 181 bool ObjAnchoredAtPage() const { return GetAnchorId() == FLY_AT_PAGE; } in ObjAnchoredAtPage()
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 236 if ( (FLY_AT_PAGE == rAnchor.GetAnchorId()) in Read() 285 if (FLY_AT_PAGE == rAnchor.GetAnchorId()) in Read()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 186 aAnchor.SetType( FLY_AT_PAGE ); in InsertDrawObject() 207 if (FLY_AT_PAGE == aAnchor.GetAnchorId()) in InsertDrawObject()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | atrflyin.cxx | 117 if ((FLY_AT_PAGE != aAnchor.GetAnchorId()) && in CopyFlyFmt()
|