Lines Matching refs:aNewRect

389 				::com::sun::star::awt::Rectangle aNewRect;  in ImplWriteShape()
395 …ygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_POLYPOLYGON, sal_False, aNewRect, &aPolygon ); in ImplWriteShape()
402 …PolygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_POLYLINE, sal_False, aNewRect, &aPolygon ); in ImplWriteShape()
407 rObj.SetRect( Rectangle( ImplMapPoint( Point( aNewRect.X, aNewRect.Y ) ), in ImplWriteShape()
408 ImplMapSize( Size( aNewRect.Width, aNewRect.Height ) ) ) ); in ImplWriteShape()
423 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
425 rSolverContainer, aNewRect, nSpType, nSpFlags ) == sal_False ) in ImplWriteShape()
427 rObj.SetRect( Rectangle( ImplMapPoint( Point( aNewRect.X, aNewRect.Y ) ), in ImplWriteShape()
428 ImplMapSize( Size( aNewRect.Width, aNewRect.Height ) ) ) ); in ImplWriteShape()
519 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
520 …aPropOpt.CreatePolygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_LINE, sal_False, aNewRect, … in ImplWriteShape()
526 if( aNewRect.Height < 0 ) in ImplWriteShape()
528 if( aNewRect.Width < 0 ) in ImplWriteShape()
545 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
546 …tePolygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_POLYPOLYGON, sal_False, aNewRect, NULL ); in ImplWriteShape()
557 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
558 …reatePolygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_POLYLINE, sal_False, aNewRect, NULL ); in ImplWriteShape()
569 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
570 …CreatePolygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_POLYLINE, sal_True, aNewRect, NULL ); in ImplWriteShape()
584 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
585 …atePolygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_POLYPOLYGON, sal_True, aNewRect, NULL ); in ImplWriteShape()