Home
last modified time | relevance | path

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

123

/aoo4110/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.cxx1576 case FLY_AT_PAGE: in QueryValue()
1631 eAnchor = FLY_AT_PAGE; in PutValue()
1661 if ((FLY_AT_PAGE == GetAnchorId()) && pCntntAnchor) in PutValue()
2638 if ((FLY_AT_PAGE != pAnchor->GetAnchorId()) && pAnchor->GetCntntAnchor()) in IsLowerOf()
2657 if ((FLY_AT_PAGE == pAnchor->GetAnchorId()) || in IsLowerOf()
2794 case FLY_AT_PAGE: in MakeFrms()
/aoo4110/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()
/aoo4110/main/sw/source/core/doc/
H A Ddoclay.cxx206 case FLY_AT_PAGE: in MakeLayoutFmt()
653 ( FLY_AT_PAGE != pAnchor->GetAnchorId() && in _MakeFlySection()
655 ( FLY_AT_PAGE == pAnchor->GetAnchorId() && in _MakeFlySection()
676 if ( FLY_AT_PAGE != eAnchorId || in _MakeFlySection()
677 ( FLY_AT_PAGE == eAnchorId && in _MakeFlySection()
747 if ( !pAnchorPos && (FLY_AT_PAGE != eAnchorType) ) in MakeFlySection()
755 if ( (FLY_AT_PAGE != pAnch->GetAnchorId()) ) in MakeFlySection()
939 const bool bIsAtCntnt = (FLY_AT_PAGE != eAnchorId); in InsertDrawObj()
958 eAnchorId = FLY_AT_PAGE; in InsertDrawObj()
976 if ( eAnchorId == FLY_AT_PAGE ) in InsertDrawObj()
[all …]
H A Ddocfly.cxx192 case FLY_AT_PAGE: in lcl_FindAnchorLayPos()
310 case FLY_AT_PAGE: in SetFlyFrmAnchor()
727 aNewAnch.SetType( FLY_AT_PAGE ); in ChgAnchor()
730 case FLY_AT_PAGE: in ChgAnchor()
927 if ( FLY_AT_PAGE == rSrcAnchor.GetAnchorId() ) in Chainable()
929 if ( (FLY_AT_PAGE == rDstAnchor.GetAnchorId()) || in Chainable()
/aoo4110/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()
/aoo4110/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx207 ASSERT( eAnchorType == FLY_AT_PAGE || in InsertFlyFrm()
233 if ((FLY_AT_PAGE == eId) || (FLY_AT_PARA == eId) || (FLY_AT_CHAR == eId) in SetAnchor()
316 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()
/aoo4110/main/sw/source/core/text/
H A Dtxtfly.cxx1159 if (FLY_AT_PAGE == rNewA.GetAnchorId()) in GetTop()
1215 if (FLY_AT_PAGE == rNewA.GetAnchorId()) in GetTop()
1217 if (FLY_AT_PAGE == rCurrA.GetAnchorId()) in GetTop()
1224 else if (FLY_AT_PAGE == rCurrA.GetAnchorId()) in GetTop()
1272 if (FLY_AT_PAGE == rNewA.GetAnchorId()) in GetTop()
/aoo4110/main/sw/source/core/unocore/
H A Dunodraw.cxx732 else if (FLY_AT_PAGE == aAnchor.GetAnchorId()) in add()
740 else if ((aAnchor.GetAnchorId() != FLY_AT_PAGE) && pDoc->GetCurrentLayout()) in add()
752 aAnchor.SetType(FLY_AT_PAGE); in add()
1212 if (aAnchor.GetAnchorId() == FLY_AT_PAGE) in setPropertyValue()
1335 (FLY_AT_PAGE == eOldAnchorId)) in setPropertyValue()
1541 if (aAnchor.GetAnchorId() == FLY_AT_PAGE) in getPropertyValue()
2088 if ((rAnchor.GetAnchorId() != FLY_AT_PAGE) || in getAnchor()
H A Dunoframe.cxx1354 else if ((aAnchor.GetAnchorId() != FLY_AT_PAGE) && in setPropertyValue()
2023 if ((rAnchor.GetAnchorId() != FLY_AT_PAGE) || in getAnchor()
2109 else if ((FLY_AT_PAGE == eAnchorId) && in attachToRange()
2132 if (eAnchorId != FLY_AT_PAGE) in attachToRange()
2135 aFrmSet.Put( SwFmtAnchor( FLY_AT_PAGE, 1 )); in attachToRange()
/aoo4110/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.cxx104 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertBCText()
144 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertLabText()
/aoo4110/main/sw/source/ui/shells/
H A Dbasesh.cxx1064 ? FLY_AT_PAGE in Execute()
1110 case FLY_AT_PAGE: in Execute()
1644 (eSet == FLY_AT_PAGE)) in GetState()
1669 case FLY_AT_PAGE: in GetState()
1739 && (nAnchorType != FLY_AT_PAGE)); in GetState()
1754 && (nAnchorType != FLY_AT_PAGE))); in GetState()
/aoo4110/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()
/aoo4110/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.cxx800 if (FLY_AT_PAGE == rFmt.GetAnchor().GetAnchorId()) in WritePlc()
2795 if (eAnchor == FLY_AT_PAGE) in SetAnchoring()
2801 if (eAnchor == FLY_AT_PAGE) in SetAnchoring()
2823 if (eAnchor == FLY_AT_PAGE) in SetAnchoring()
2829 if (eAnchor == FLY_AT_PAGE) in SetAnchoring()
/aoo4110/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()
/aoo4110/main/sw/source/filter/html/
H A Dhtmldraw.cxx192 aAnchor.SetType( FLY_AT_PAGE ); in InsertDrawObject()
213 if (FLY_AT_PAGE == aAnchor.GetAnchorId()) in InsertDrawObject()
/aoo4110/main/sw/source/core/txtnode/
H A Datrflyin.cxx117 if ((FLY_AT_PAGE != aAnchor.GetAnchorId()) && in CopyFlyFmt()

Completed in 245 milliseconds

123