Home
last modified time | relevance | path

Searched refs:FLY_AT_PAGE (Results 1 – 25 of 54) sorted by relevance

123

/aoo42x/main/sw/source/core/layout/
H A Dsortedobjsimpl.cxx89 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 Dflypos.cxx56 if (FLY_AT_PAGE == rAnchor.GetAnchorId()) in SwPosFlyFrm()
94 if (FLY_AT_PAGE == rAnchor.GetAnchorId()) in ~SwPosFlyFrm()
H A Datrfrm.cxx1581 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 Dfefly1.cxx118 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 Dfecopy.cxx284 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 Dfews.cxx785 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 Ddoclay.cxx198 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 Ddocfly.cxx195 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 Dundobj1.cxx90 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 Dfrmmgr.cxx212 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 Dfrmpage.cxx929 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 Dtxtfly.cxx1165 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 Dunodraw.cxx730 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 Dunoframe.cxx1866 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 Dappenv.cxx454 aMgr.InsertFlyFrm(FLY_AT_PAGE, in InsertEnv()
470 aMgr.InsertFlyFrm(FLY_AT_PAGE, in InsertEnv()
H A Dapplab.cxx105 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 Dbasesh.cxx1062 ? 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 Dwrtw8nds.cxx1364 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 Dwrtw8esh.cxx789 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 Dfmtanchr.hxx51 SwFmtAnchor( RndStdIds eRnd = FLY_AT_PAGE, sal_uInt16 nPageNum = 0 );
H A Dswtypes.hxx164 FLY_AT_PAGE, // anchored at page enumerator
H A Ddcontact.hxx181 bool ObjAnchoredAtPage() const { return GetAnchorId() == FLY_AT_PAGE; } in ObjAnchoredAtPage()
/aoo42x/main/sw/source/filter/basflt/
H A Dshellio.cxx236 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 Dhtmldraw.cxx186 aAnchor.SetType( FLY_AT_PAGE ); in InsertDrawObject()
207 if (FLY_AT_PAGE == aAnchor.GetAnchorId()) in InsertDrawObject()
/aoo42x/main/sw/source/core/txtnode/
H A Datrflyin.cxx117 if ((FLY_AT_PAGE != aAnchor.GetAnchorId()) && in CopyFlyFmt()

Completed in 725 milliseconds

123