Home
last modified time | relevance | path

Searched refs:eAnchorType (Results 1 – 14 of 14) sorted by relevance

/aoo41x/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx207 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 DXMLTextShapeImportHelper.cxx88 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 DXMLTextFrameContext.cxx436 ::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 Dtxtparai.cxx2237 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 Dtxtimp.cxx2428 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 Ddrwbassh.cxx828 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 Dtxtfrm.cxx592 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 DFormLayer.java110 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local
111 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/aoo41x/main/forms/qa/integration/forms/
H A DFormLayer.java106 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local
107 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/aoo41x/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx540 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 Dfly.cxx1271 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 Dfrmmgr.hxx119 void InsertFlyFrm(RndStdIds eAnchorType,
/aoo41x/main/sw/source/core/doc/
H A Ddoclay.cxx740 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 Ddoc.hxx1105 SwFlyFrmFmt* MakeFlySection( RndStdIds eAnchorType,

Completed in 109 milliseconds