Lines Matching refs:xCustomShapeEngine
360 Reference< XCustomShapeEngine > xCustomShapeEngine; in GetCustomShapeEngine() local
379 xCustomShapeEngine = Reference< XCustomShapeEngine >( xInterface, UNO_QUERY ); in GetCustomShapeEngine()
382 return xCustomShapeEngine; in GetCustomShapeEngine()
388 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( this ) ); in GetSdrObjectFromCustomShape() local
389 if ( xCustomShapeEngine.is() ) in GetSdrObjectFromCustomShape()
390 ((SdrObjCustomShape*)this)->mXRenderedCustomShape = xCustomShapeEngine->render(); in GetSdrObjectFromCustomShape()
508 …Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( this ) ); // a candidate… in GetTextBounds() local
509 if ( xCustomShapeEngine.is() ) in GetTextBounds()
511 awt::Rectangle aR( xCustomShapeEngine->getTextBounds() ); in GetTextBounds()
524 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( pCustomShape ) ); in GetLineGeometry() local
525 if ( xCustomShapeEngine.is() ) in GetLineGeometry()
527 …com::sun::star::drawing::PolyPolygonBezierCoords aBezierCoords = xCustomShapeEngine->getLineGeomet… in GetLineGeometry()
549 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( pCustomShape ) ); in GetInteractionHandles() local
550 if ( xCustomShapeEngine.is() ) in GetInteractionHandles()
553 …Sequence< Reference< XCustomShapeHandle > > xInteractionHandles( xCustomShapeEngine->getInteractio… in GetInteractionHandles()