Searched refs:xCustomShapeEngine (Results 1 – 2 of 2) sorted by relevance
360 Reference< XCustomShapeEngine > xCustomShapeEngine; in GetCustomShapeEngine() local379 xCustomShapeEngine = Reference< XCustomShapeEngine >( xInterface, UNO_QUERY ); in GetCustomShapeEngine()382 return xCustomShapeEngine; in GetCustomShapeEngine()388 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( this ) ); in GetSdrObjectFromCustomShape() local389 if ( xCustomShapeEngine.is() ) in GetSdrObjectFromCustomShape()390 ((SdrObjCustomShape*)this)->mXRenderedCustomShape = xCustomShapeEngine->render(); in GetSdrObjectFromCustomShape()509 if ( xCustomShapeEngine.is() ) in GetTextBounds()511 awt::Rectangle aR( xCustomShapeEngine->getTextBounds() ); in GetTextBounds()524 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( pCustomShape ) ); in GetLineGeometry() local525 if ( xCustomShapeEngine.is() ) in GetLineGeometry()[all …]
185 uno::Reference< drawing::XCustomShapeEngine > xCustomShapeEngine( in checkForCustomShapeReplacement() local187 if ( xCustomShapeEngine.is() ) in checkForCustomShapeReplacement()188 xCustomShapeReplacement = xCustomShapeEngine->render(); in checkForCustomShapeReplacement()
Completed in 35 milliseconds