/trunk/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 212 ASSERT( eAnchorType == FLY_AT_PAGE || in InsertFlyFrm() 213 eAnchorType == FLY_AT_PARA || in InsertFlyFrm() 214 eAnchorType == FLY_AT_CHAR || in InsertFlyFrm() 215 eAnchorType == FLY_AT_FLY || in InsertFlyFrm() 224 SetAnchor( eAnchorType ); in InsertFlyFrm() 293 pOwnSh->CalcBoundRect( aBoundRect, eAnchorType, in ValidateMetrics() 321 if ((eAnchorType == FLY_AT_PAGE) || (eAnchorType == FLY_AT_FLY)) in ValidateMetrics() 371 else if ((eAnchorType == FLY_AT_PARA) || in ValidateMetrics() 372 ((eAnchorType == FLY_AT_CHAR) && in ValidateMetrics() 439 else if ( (eAnchorType == FLY_AT_CHAR) && in ValidateMetrics() [all …]
|
/trunk/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 | 2238 TextContentAnchorType eAnchorType = in ~XMLParaContext() local 2243 aAny >>= eAnchorType; in ~XMLParaContext() 2245 if ( TextContentAnchorType_AT_CHARACTER == eAnchorType ) in ~XMLParaContext() 2271 TextContentAnchorType eAnchorType = TextContentAnchorType_AT_PARAGRAPH; in ~XMLParaContext() local 2275 aAny >>= eAnchorType; in ~XMLParaContext() 2277 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()
|
/trunk/main/sw/source/ui/shells/ |
H A D | drwbassh.cxx | 824 const RndStdIds eAnchorType = static_cast<RndStdIds >(pValidation->nAnchorType); in IMPL_LINK() local 835 pSh->CalcBoundRect( aBoundRect, eAnchorType, in IMPL_LINK() 864 if ((eAnchorType == FLY_AT_PAGE) || (eAnchorType == FLY_AT_FLY)) in IMPL_LINK() 912 else if ((eAnchorType == FLY_AT_PARA) || (eAnchorType == FLY_AT_CHAR)) in IMPL_LINK() 973 else if (eAnchorType == FLY_AS_CHAR) in IMPL_LINK()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/sw/source/core/layout/ |
H A D | fly.cxx | 1251 const RndStdIds eAnchorType = GetFrmFmt().GetAnchor().GetAnchorId(); in ChgRelPos() local 1252 if ( eAnchorType == FLY_AT_PAGE ) in ChgRelPos() 1257 else if ( eAnchorType == FLY_AT_FLY ) in ChgRelPos() 1305 if ( eAnchorType == FLY_AT_PAGE ) in ChgRelPos() 1311 else if ( eAnchorType == FLY_AT_FLY ) in ChgRelPos()
|
/trunk/main/sw/source/ui/inc/ |
H A D | frmmgr.hxx | 119 void InsertFlyFrm(RndStdIds eAnchorType,
|
/trunk/main/sw/source/core/doc/ |
H A D | doclay.cxx | 732 SwFlyFrmFmt* SwDoc::MakeFlySection( RndStdIds eAnchorType, in MakeFlySection() argument 739 if ( !pAnchorPos && (FLY_AT_PAGE != eAnchorType) ) in MakeFlySection() 783 eAnchorType, pFlySet, pFrmFmt ); in MakeFlySection()
|
/trunk/main/sw/inc/ |
H A D | doc.hxx | 1105 SwFlyFrmFmt* MakeFlySection( RndStdIds eAnchorType,
|