Home
last modified time | relevance | path

Searched refs:xCustomShapeEngine (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx360 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()
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()
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx185 uno::Reference< drawing::XCustomShapeEngine > xCustomShapeEngine( in checkForCustomShapeReplacement() local
187 if ( xCustomShapeEngine.is() ) in checkForCustomShapeReplacement()
188 xCustomShapeReplacement = xCustomShapeEngine->render(); in checkForCustomShapeReplacement()

Completed in 20 milliseconds