/trunk/main/xmloff/source/text/ |
H A D | txtexppr.cxx | 887 TextContentAnchorType eAnchor = TextContentAnchorType_AT_PARAGRAPH; in ContextFilter() local 889 pAnchorTypeState->maValue >>= eAnchor; in ContextFilter() 894 aAny >>= eAnchor; in ContextFilter() 910 if( pHoriOrientRelState && TextContentAnchorType_AT_FRAME == eAnchor ) in ContextFilter() 912 if( pHoriOrientRelFrameState && TextContentAnchorType_AT_FRAME != eAnchor ) in ContextFilter() 915 if( pVertOrientState && TextContentAnchorType_AT_CHARACTER == eAnchor ) in ContextFilter() 919 if( pVertOrientRelState && TextContentAnchorType_AT_PARAGRAPH != eAnchor && in ContextFilter() 920 TextContentAnchorType_AT_CHARACTER != eAnchor ) in ContextFilter() 922 if( pVertOrientRelPageState && TextContentAnchorType_AT_PAGE != eAnchor ) in ContextFilter() 931 if ( eAnchor != TextContentAnchorType_AS_CHARACTER && in ContextFilter() [all …]
|
H A D | txtparae.cxx | 348 TextContentAnchorType eAnchor; in Fill() local 349 xPropSet->getPropertyValue(our_sAnchorType) >>= eAnchor; in Fill() 350 if(TextContentAnchorType_AT_PAGE != eAnchor && TextContentAnchorType_AT_FRAME != eAnchor) in Fill() 356 if(TextContentAnchorType_AT_FRAME == eAnchor) in Fill() 2502 TextContentAnchorType eAnchor; in lcl_txtpara_isBoundAsChar() local 2503 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in lcl_txtpara_isBoundAsChar() 2535 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in addTextFrameAttributes() 2539 aAnchorTypeHdl.exportXML( sTmp, uno::makeAny(eAnchor), in addTextFrameAttributes() 2545 if( TextContentAnchorType_AT_PAGE == eAnchor ) in addTextFrameAttributes() 2563 eAnchor != TextContentAnchorType_AS_CHARACTER ) in addTextFrameAttributes() [all …]
|
/trunk/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()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1803 sal_Bool SwFltOutBase::BeginFly( RndStdIds eAnchor /*= FLY_AT_PARA*/, in BeginFly() argument 1812 eFlyAnchor = eAnchor; in BeginFly() 1817 /*virtual*/ void SwFltOutBase::SetFlyAnchor( RndStdIds eAnchor ) in SetFlyAnchor() argument 1823 if ( eAnchor == FLY_AS_CHAR ){ in SetFlyAnchor() 1828 rAnchor.SetType( eAnchor ); in SetFlyAnchor() 1855 sal_Bool SwFltOutDoc::BeginFly( RndStdIds eAnchor /*= FLY_AT_PARA*/, in BeginFly() argument 1860 SwFltOutBase::BeginFly( eAnchor, bAbsolutePos, 0 ); in BeginFly() 1873 SwFmtAnchor aAnchor( eAnchor, 1 ); in BeginFly() 1885 SwFrmFmt* pF = MakeFly( eAnchor, pSet ); in BeginFly() 1966 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()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 186 RndStdIds eAnchor = (SVBT8ToByte(pDo->by) < 2) ? FLY_AT_PAGE : FLY_AT_PARA; in ReadGrafStart() local 187 rSet.Put(SwFmtAnchor(eAnchor)); in ReadGrafStart() 192 if (eAnchor == FLY_AT_PARA) in ReadGrafStart() 2285 RndStdIds eAnchor = IsInlineEscherHack() ? FLY_AS_CHAR : FLY_AT_CHAR; in ProcessEscherAlign() local 2288 SwFmtAnchor aAnchor( eAnchor ); in ProcessEscherAlign() 2453 ((eAnchor == FLY_AT_PARA) || (eAnchor == FLY_AT_CHAR)) in ProcessEscherAlign() 2460 return eAnchor; in ProcessEscherAlign() 2797 RndStdIds eAnchor = ProcessEscherAlign(pRecord, pF, aFlySet, in Read_GrafLayer() local 2804 eAnchor, pF, aFlySet); in Read_GrafLayer() 2837 eAnchor, "Not the anchor type requested!"); in Read_GrafLayer() [all …]
|
H A D | wrtw8esh.cxx | 2406 const RndStdIds eAnchor = _rFrmFmt.GetAnchor().GetAnchorId(); in ConvertPosition() local 2408 if ( (FLY_AS_CHAR == eAnchor) || (FLY_AT_FLY == eAnchor) ) in ConvertPosition() 2457 if ( ( (eAnchor == FLY_AT_PARA) || (eAnchor == FLY_AT_CHAR) ) && in ConvertPosition() 2699 const RndStdIds eAnchor = rFmt.GetAnchor().GetAnchorId(); in SetAnchoring() local 2700 mbInline = (eAnchor == FLY_AS_CHAR); in SetAnchoring() 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()
|
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 );
|
/trunk/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 …]
|
/trunk/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 1629 RndStdIds eAnchor; in PutValue() local 1633 eAnchor = FLY_AS_CHAR; in PutValue() 1636 eAnchor = FLY_AT_PAGE; in PutValue() 1647 eAnchor = FLY_AT_FLY; in PutValue() 1650 eAnchor = FLY_AT_CHAR; in PutValue() 1654 eAnchor = FLY_AT_PARA; in PutValue() 1657 SetType( eAnchor ); in PutValue()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 569 RndStdIds eAnchor = FLY_AT_PARA; in TYPEINIT1() local 571 eAnchor = (RndStdIds)((SfxUInt16Item *)pItem)->GetValue(); in TYPEINIT1() 591 aMgr.InsertFlyFrm(eAnchor, aPos, aSize); in TYPEINIT1()
|
/trunk/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()
|