| /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() 917 if( pVertOrientAtCharState && 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() [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() 2504 bIsBoundAsChar = TextContentAnchorType_AS_CHARACTER == eAnchor; in lcl_txtpara_isBoundAsChar() 2534 TextContentAnchorType eAnchor = TextContentAnchorType_AT_PARAGRAPH; in addTextFrameAttributes() local 2535 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in addTextFrameAttributes() 2539 aAnchorTypeHdl.exportXML( sTmp, uno::makeAny(eAnchor), 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() 1848 SwFrmFmt* SwFltOutDoc::MakeFly( RndStdIds eAnchor, SfxItemSet* pSet ) in MakeFly() argument 1850 pFly = (SwFlyFrmFmt*)GetDoc().MakeFlySection( eAnchor, pPaM->GetPoint(), in MakeFly() 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() [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 | 185 RndStdIds eAnchor = (SVBT8ToByte(pDo->by) < 2) ? FLY_AT_PAGE : FLY_AT_PARA; in ReadGrafStart() local 186 rSet.Put(SwFmtAnchor(eAnchor)); in ReadGrafStart() 191 if (eAnchor == FLY_AT_PARA) in ReadGrafStart() 2284 RndStdIds eAnchor = IsInlineEscherHack() ? FLY_AS_CHAR : FLY_AT_CHAR; in ProcessEscherAlign() local 2287 SwFmtAnchor aAnchor( eAnchor ); in ProcessEscherAlign() 2452 ((eAnchor == FLY_AT_PARA) || (eAnchor == FLY_AT_CHAR)) in ProcessEscherAlign() 2459 return eAnchor; in ProcessEscherAlign() 2796 RndStdIds eAnchor = ProcessEscherAlign(pRecord, pF, aFlySet, in Read_GrafLayer() local 2803 eAnchor, pF, aFlySet); in Read_GrafLayer() 2836 eAnchor, "Not the anchor type requested!"); in Read_GrafLayer() [all …]
|
| H A D | wrtw8esh.cxx | 2405 const RndStdIds eAnchor = _rFrmFmt.GetAnchor().GetAnchorId(); in ConvertPosition() local 2407 if ( (FLY_AS_CHAR == eAnchor) || (FLY_AT_FLY == eAnchor) ) in ConvertPosition() 2456 if ( ( (eAnchor == FLY_AT_PARA) || (eAnchor == FLY_AT_CHAR) ) && in ConvertPosition() 2698 const RndStdIds eAnchor = rFmt.GetAnchor().GetAnchorId(); in SetAnchoring() local 2699 mbInline = (eAnchor == FLY_AS_CHAR); in SetAnchoring() 2783 if (eAnchor == FLY_AT_PAGE) in SetAnchoring() 2789 if (eAnchor == FLY_AT_PAGE) in SetAnchoring() 2811 if (eAnchor == FLY_AT_PAGE) in SetAnchoring() 2817 if (eAnchor == FLY_AT_PAGE) in SetAnchoring()
|
| H A D | ww8graf2.cxx | 393 SwFmtAnchor aAnchor(pSFlyPara->eAnchor); in MakeGrafNotInCntnt() 608 SwFmtAnchor aAnchor(pSFlyPara->eAnchor); in ImportGraf()
|
| H A D | ww8par2.cxx | 3517 RndStdIds eAnchor( FLY_AS_CHAR ); in StartTable() local 3549 eAnchor = FLY_AT_CHAR; in StartTable() 3567 if ((eAnchor == FLY_AT_CHAR) in StartTable() 3576 SwFmtAnchor aAnchor( eAnchor ); in StartTable() 3579 pTableDesc->pFlyFmt = rDoc.MakeFlySection( eAnchor, in StartTable() 3581 ASSERT( pTableDesc->pFlyFmt->GetAnchor().GetAnchorId() == eAnchor, in StartTable()
|
| H A D | ww8par2.hxx | 96 RndStdIds eAnchor; // Bindung member
|
| H A D | ww8par6.cxx | 2011 eAnchor = FLY_AT_PARA; in WW8SwFlyPara() 2245 Put( SwFmtAnchor(pFS->eAnchor) ); in WW8FlySet() 2515 pSFlyPara->pFlyFmt = rDoc.MakeFlySection( pSFlyPara->eAnchor, in StartApo() 2518 pSFlyPara->eAnchor, "Not the anchor type requested!"); in StartApo() 2529 if (FLY_AS_CHAR != pSFlyPara->eAnchor) in StartApo()
|
| H A D | ww8par.hxx | 1479 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() 770 eAnchor = ESCHER_AnchorMiddleCentered; in CreateTextProperties() 773 eAnchor = ESCHER_AnchorBottomCentered; in CreateTextProperties() 777 eAnchor = ESCHER_AnchorTopCentered; in CreateTextProperties() 805 eAnchor = ESCHER_AnchorMiddle; in CreateTextProperties() 809 eAnchor = ESCHER_AnchorBottom; 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()
|