Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx212 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 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.cxx2238 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 Dtxtimp.cxx2428 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 Ddrwbassh.cxx824 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 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()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java110 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local
111 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/trunk/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()
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java106 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local
107 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx1251 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 Dfrmmgr.hxx119 void InsertFlyFrm(RndStdIds eAnchorType,
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx732 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 Ddoc.hxx1105 SwFlyFrmFmt* MakeFlySection( RndStdIds eAnchorType,

Completed in 115 milliseconds