/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 207 ASSERT( eAnchorType == FLY_AT_PAGE || in InsertFlyFrm() 208 eAnchorType == FLY_AT_PARA || in InsertFlyFrm() 209 eAnchorType == FLY_AT_CHAR || in InsertFlyFrm() 210 eAnchorType == FLY_AT_FLY || in InsertFlyFrm() 219 SetAnchor( eAnchorType ); in InsertFlyFrm() 288 pOwnSh->CalcBoundRect( aBoundRect, eAnchorType, in ValidateMetrics() 316 if ((eAnchorType == FLY_AT_PAGE) || (eAnchorType == FLY_AT_FLY)) in ValidateMetrics() 366 else if ((eAnchorType == FLY_AT_PARA) || in ValidateMetrics() 367 ((eAnchorType == FLY_AT_CHAR) && in ValidateMetrics() 434 else if ( (eAnchorType == FLY_AT_CHAR) && in ValidateMetrics() [all …]
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLTextShapeImportHelper.cxx | 88 TextContentAnchorType eAnchorType = TextContentAnchorType_AT_PARAGRAPH; in addShape() local 115 eAnchorType = eNew; in addShape() 137 aAny <<= eAnchorType; in addShape() 145 switch( eAnchorType ) in addShape()
|
H A D | XMLTextFrameContext.cxx | 436 ::com::sun::star::text::TextContentAnchorType eAnchorType; 461 ::com::sun::star::text::TextContentAnchorType eAnchorType, 485 ::com::sun::star::text::TextContentAnchorType GetAnchorType() const { return eAnchorType; } in GetAnchorType() 667 aAny <<= eAnchorType; in Create() 781 if( TextContentAnchorType_AT_PAGE == eAnchorType && nPage > 0 ) in Create() 878 , eAnchorType( eATyp ) in XMLTextFrameContext_Impl() 932 if( TextContentAnchorType_AT_PARAGRAPH == eAnchorType || in XMLTextFrameContext_Impl() 933 TextContentAnchorType_AT_CHARACTER == eAnchorType || in XMLTextFrameContext_Impl() 934 TextContentAnchorType_AS_CHARACTER == eAnchorType ) in XMLTextFrameContext_Impl() 943 eAnchorType = eNew; in XMLTextFrameContext_Impl()
|
H A D | txtparai.cxx | 2237 TextContentAnchorType eAnchorType = in ~XMLParaContext() local 2242 aAny >>= eAnchorType; in ~XMLParaContext() 2244 if ( TextContentAnchorType_AT_CHARACTER == eAnchorType ) in ~XMLParaContext() 2270 TextContentAnchorType eAnchorType = TextContentAnchorType_AT_PARAGRAPH; in ~XMLParaContext() local 2274 aAny >>= eAnchorType; in ~XMLParaContext() 2276 if ( TextContentAnchorType_AT_CHARACTER == eAnchorType ) in ~XMLParaContext()
|
H A D | txtimp.cxx | 2428 TextContentAnchorType eAnchorType = in CreateTextChildContext() local 2433 eAnchorType ); in CreateTextChildContext() 2443 TextContentAnchorType eAnchorType = in CreateTextChildContext() local 2448 eAnchorType ); in CreateTextChildContext()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | drwbassh.cxx | 828 const RndStdIds eAnchorType = static_cast<RndStdIds >(pValidation->nAnchorType); in IMPL_LINK() local 839 pSh->CalcBoundRect( aBoundRect, eAnchorType, in IMPL_LINK() 868 if ((eAnchorType == FLY_AT_PAGE) || (eAnchorType == FLY_AT_FLY)) in IMPL_LINK() 916 else if ((eAnchorType == FLY_AT_PARA) || (eAnchorType == FLY_AT_CHAR)) in IMPL_LINK() 977 else if (eAnchorType == FLY_AS_CHAR) in IMPL_LINK()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 592 const RndStdIds eAnchorType( pContact->GetAnchorId() ); in HideAndShowObjects() local 594 if ((eAnchorType != FLY_AT_CHAR) || in HideAndShowObjects() 595 lcl_HideObj( *this, eAnchorType, nObjAnchorPos, in HideAndShowObjects() 620 const RndStdIds eAnchorType( pContact->GetAnchorId() ); in HideAndShowObjects() local 623 if (eAnchorType == FLY_AT_PARA) in HideAndShowObjects() 627 else if ((eAnchorType == FLY_AT_CHAR) || in HideAndShowObjects() 628 (eAnchorType == FLY_AS_CHAR)) in HideAndShowObjects() 637 lcl_HideObj( *this, eAnchorType, nObjAnchorPos, (*GetDrawObjs())[i] ) ) in HideAndShowObjects()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FormLayer.java | 110 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local 111 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | FormLayer.java | 106 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local 107 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formgeometryhandler.cxx | 540 TextContentAnchorType eAnchorType( TextContentAnchorType_AT_PARAGRAPH ); in actuatingPropertyChanged() local 541 OSL_VERIFY( _rNewValue >>= eAnchorType ); in actuatingPropertyChanged() 542 …_rxInspectorUI->enablePropertyUI( PROPERTY_POSITIONX, eAnchorType != TextContentAnchorType_AS_CHAR… in actuatingPropertyChanged()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | fly.cxx | 1271 const RndStdIds eAnchorType = GetFrmFmt().GetAnchor().GetAnchorId(); in ChgRelPos() local 1272 if ( eAnchorType == FLY_AT_PAGE ) in ChgRelPos() 1277 else if ( eAnchorType == FLY_AT_FLY ) in ChgRelPos() 1325 if ( eAnchorType == FLY_AT_PAGE ) in ChgRelPos() 1331 else if ( eAnchorType == FLY_AT_FLY ) in ChgRelPos()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | frmmgr.hxx | 119 void InsertFlyFrm(RndStdIds eAnchorType,
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 740 SwFlyFrmFmt* SwDoc::MakeFlySection( RndStdIds eAnchorType, in MakeFlySection() argument 747 if ( !pAnchorPos && (FLY_AT_PAGE != eAnchorType) ) in MakeFlySection() 791 eAnchorType, pFlySet, pFrmFmt ); in MakeFlySection()
|
/aoo41x/main/sw/inc/ |
H A D | doc.hxx | 1105 SwFlyFrmFmt* MakeFlySection( RndStdIds eAnchorType,
|