/aoo41x/main/xmloff/source/text/ |
H A D | txtexppr.cxx | 853 TextContentAnchorType eAnchor = TextContentAnchorType_AT_PARAGRAPH; in ContextFilter() local 855 pAnchorTypeState->maValue >>= eAnchor; in ContextFilter() 860 aAny >>= eAnchor; in ContextFilter() 876 if( pHoriOrientRelState && TextContentAnchorType_AT_FRAME == eAnchor ) in ContextFilter() 878 if( pHoriOrientRelFrameState && TextContentAnchorType_AT_FRAME != eAnchor ) in ContextFilter() 881 if( pVertOrientState && TextContentAnchorType_AT_CHARACTER == eAnchor ) in ContextFilter() 885 if( pVertOrientRelState && TextContentAnchorType_AT_PARAGRAPH != eAnchor && in ContextFilter() 886 TextContentAnchorType_AT_CHARACTER != eAnchor ) in ContextFilter() 888 if( pVertOrientRelPageState && TextContentAnchorType_AT_PAGE != eAnchor ) in ContextFilter() 897 if ( eAnchor != TextContentAnchorType_AS_CHARACTER && in ContextFilter() [all …]
|
H A D | txtparae.cxx | 346 TextContentAnchorType eAnchor; in Fill() local 347 xPropSet->getPropertyValue(our_sAnchorType) >>= eAnchor; in Fill() 348 if(TextContentAnchorType_AT_PAGE != eAnchor && TextContentAnchorType_AT_FRAME != eAnchor) in Fill() 354 if(TextContentAnchorType_AT_FRAME == eAnchor) in Fill() 2498 TextContentAnchorType eAnchor; in lcl_txtpara_isBoundAsChar() local 2499 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in lcl_txtpara_isBoundAsChar() 2531 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in addTextFrameAttributes() 2535 aAnchorTypeHdl.exportXML( sTmp, uno::makeAny(eAnchor), in addTextFrameAttributes() 2541 if( TextContentAnchorType_AT_PAGE == eAnchor ) in addTextFrameAttributes() 2559 eAnchor != TextContentAnchorType_AS_CHARACTER ) in addTextFrameAttributes() [all …]
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 360 virtual sal_Bool BeginFly( RndStdIds eAnchor, sal_Bool bAbsolutePos, 362 virtual void SetFlyAnchor( RndStdIds eAnchor ); 414 SwFrmFmt* MakeFly( RndStdIds eAnchor, SfxItemSet* pSet ); 418 virtual sal_Bool BeginFly( RndStdIds eAnchor, sal_Bool bAbsolutePos, 455 virtual sal_Bool BeginFly( RndStdIds eAnchor, sal_Bool bAbsolutePos, 587 sal_Bool BeginFly( RndStdIds eAnchor = FLY_AT_PARA, sal_Bool bAbsolutePos = sal_False ); 588 void SetFlyAnchor( RndStdIds eAnchor ) in SetFlyAnchor() argument 589 { pOut->SetFlyAnchor( eAnchor ); } in SetFlyAnchor()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1806 sal_Bool SwFltOutBase::BeginFly( RndStdIds eAnchor /*= FLY_AT_PARA*/, in BeginFly() argument 1815 eFlyAnchor = eAnchor; in BeginFly() 1820 /*virtual*/ void SwFltOutBase::SetFlyAnchor( RndStdIds eAnchor ) in SetFlyAnchor() argument 1826 if ( eAnchor == FLY_AS_CHAR ){ in SetFlyAnchor() 1831 rAnchor.SetType( eAnchor ); in SetFlyAnchor() 1858 sal_Bool SwFltOutDoc::BeginFly( RndStdIds eAnchor /*= FLY_AT_PARA*/, in BeginFly() argument 1863 SwFltOutBase::BeginFly( eAnchor, bAbsolutePos, 0 ); in BeginFly() 1876 SwFmtAnchor aAnchor( eAnchor, 1 ); in BeginFly() 1888 SwFrmFmt* pF = MakeFly( eAnchor, pSet ); in BeginFly() 1969 SwFltOutBase::BeginFly( eAnchor, bAbsolutePos, pMoreAttrs ); in BeginFly() [all …]
|
H A D | w1sprm.cxx | 576 RndStdIds eAnchor; // Bindung in Start() local 581 case 0: eAnchor = FLY_AT_PARA; // Vert Margin in Start() 587 default:eAnchor = FLY_AT_PAGE; // Vert Page oder unknown in Start() 605 rOut.BeginFly( eAnchor ); // Starte StyleFly in Start() 607 rOut.SetFlyAnchor( eAnchor ); // Setze Anker in Start()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 189 RndStdIds eAnchor = (SVBT8ToByte(pDo->by) < 2) ? FLY_AT_PAGE : FLY_AT_PARA; in ReadGrafStart() local 190 rSet.Put(SwFmtAnchor(eAnchor)); in ReadGrafStart() 195 if (eAnchor == FLY_AT_PARA) in ReadGrafStart() 2293 RndStdIds eAnchor = IsInlineEscherHack() ? FLY_AS_CHAR : FLY_AT_CHAR; in ProcessEscherAlign() local 2296 SwFmtAnchor aAnchor( eAnchor ); in ProcessEscherAlign() 2461 ((eAnchor == FLY_AT_PARA) || (eAnchor == FLY_AT_CHAR)) in ProcessEscherAlign() 2468 return eAnchor; in ProcessEscherAlign() 2805 RndStdIds eAnchor = ProcessEscherAlign(pRecord, pF, aFlySet, in Read_GrafLayer() local 2812 eAnchor, pF, aFlySet); in Read_GrafLayer() 2845 eAnchor, "Not the anchor type requested!"); in Read_GrafLayer() [all …]
|
H A D | wrtw8esh.cxx | 2417 const RndStdIds eAnchor = _rFrmFmt.GetAnchor().GetAnchorId(); in ConvertPosition() local 2419 if ( (FLY_AS_CHAR == eAnchor) || (FLY_AT_FLY == eAnchor) ) in ConvertPosition() 2468 if ( ( (eAnchor == FLY_AT_PARA) || (eAnchor == FLY_AT_CHAR) ) && in ConvertPosition() 2710 const RndStdIds eAnchor = rFmt.GetAnchor().GetAnchorId(); in SetAnchoring() local 2711 mbInline = (eAnchor == FLY_AS_CHAR); in SetAnchoring() 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()
|
H A D | ww8graf2.cxx | 397 SwFmtAnchor aAnchor(pSFlyPara->eAnchor); in MakeGrafNotInCntnt() 612 SwFmtAnchor aAnchor(pSFlyPara->eAnchor); in ImportGraf()
|
H A D | ww8par2.cxx | 3518 RndStdIds eAnchor( FLY_AS_CHAR ); in StartTable() local 3550 eAnchor = FLY_AT_CHAR; in StartTable() 3568 if ((eAnchor == FLY_AT_CHAR) in StartTable() 3577 SwFmtAnchor aAnchor( eAnchor ); in StartTable() 3580 pTableDesc->pFlyFmt = rDoc.MakeFlySection( eAnchor, in StartTable() 3582 ASSERT( pTableDesc->pFlyFmt->GetAnchor().GetAnchorId() == eAnchor, in StartTable()
|
H A D | ww8par2.hxx | 97 RndStdIds eAnchor; // Bindung member
|
H A D | ww8par6.cxx | 2012 eAnchor = FLY_AT_PARA; in WW8SwFlyPara() 2246 Put( SwFmtAnchor(pFS->eAnchor) ); in WW8FlySet() 2516 pSFlyPara->pFlyFmt = rDoc.MakeFlySection( pSFlyPara->eAnchor, in StartApo() 2519 pSFlyPara->eAnchor, "Not the anchor type requested!"); in StartApo() 2530 if (FLY_AS_CHAR != pSFlyPara->eAnchor) in StartApo()
|
H A D | ww8par.hxx | 1480 RndStdIds eAnchor, WW8_FSPA *pF, SfxItemSet &rFlySet );
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 745 ESCHER_AnchorText eAnchor = ESCHER_AnchorTop; in CreateTextProperties() local 754 eAnchor = ESCHER_AnchorBottom; in CreateTextProperties() 757 eAnchor = ESCHER_AnchorMiddle; in CreateTextProperties() 762 eAnchor = ESCHER_AnchorTop; in CreateTextProperties() 767 switch ( eAnchor ) in CreateTextProperties() 777 eAnchor = ESCHER_AnchorTopCentered; in CreateTextProperties() 805 eAnchor = ESCHER_AnchorMiddle; in CreateTextProperties() 809 eAnchor = ESCHER_AnchorBottom; in CreateTextProperties() 814 eAnchor = ESCHER_AnchorTop; in CreateTextProperties() 819 switch( eAnchor ) in CreateTextProperties() [all …]
|
/aoo41x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 1624 RndStdIds eAnchor; in PutValue() local 1628 eAnchor = FLY_AS_CHAR; in PutValue() 1631 eAnchor = FLY_AT_PAGE; in PutValue() 1642 eAnchor = FLY_AT_FLY; in PutValue() 1645 eAnchor = FLY_AT_CHAR; in PutValue() 1649 eAnchor = FLY_AT_PARA; in PutValue() 1652 SetType( eAnchor ); in PutValue()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 568 RndStdIds eAnchor = FLY_AT_PARA; in TYPEINIT1() local 570 eAnchor = (RndStdIds)((SfxUInt16Item *)pItem)->GetValue(); in TYPEINIT1() 590 aMgr.InsertFlyFrm(eAnchor, aPos, aSize); in TYPEINIT1()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterToolBar.hxx | 96 const Anchor eAnchor);
|
H A D | PresenterToolBar.cxx | 404 const Anchor eAnchor) in PresenterToolBar() argument 415 meAnchor(eAnchor), in PresenterToolBar()
|