Home
last modified time | relevance | path

Searched refs:xGraphicShape (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/chart2/source/controller/main/
H A DChartController_Tools.cxx388 uno::Reference< drawing::XShape > xGraphicShape( in impl_PasteGraphic() local
390 uno::Reference< beans::XPropertySet > xGraphicShapeProp( xGraphicShape, uno::UNO_QUERY ); in impl_PasteGraphic()
391 if( xGraphicShapeProp.is() && xGraphicShape.is()) in impl_PasteGraphic()
396 xPage->add( xGraphicShape ); in impl_PasteGraphic()
404 m_aSelection.setSelection( xGraphicShape ); in impl_PasteGraphic()
419 xGraphicShape->setSize( aGraphicSize ); in impl_PasteGraphic()
420 xGraphicShape->setPosition( awt::Point( 0, 0 ) ); in impl_PasteGraphic()
/aoo4110/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java147 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_ODP() local
150 XPropertySet.class, xGraphicShape ); in testGraphicBorder_ODP()
184 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_PPT() local
187 XPropertySet.class, xGraphicShape ); in testGraphicBorder_PPT()
H A DGraphicPro_Position.java134 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testPosition() local
136 xGraphicShape.setPosition(m_position); in testPosition()
H A DGraphicPro_Size.java129 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicSize() local
131 xGraphicShape.setSize(m_Size); in testGraphicSize()

Completed in 24 milliseconds