Searched refs:xGraphicShape (Results 1 – 4 of 4) sorted by relevance
388 uno::Reference< drawing::XShape > xGraphicShape( in impl_PasteGraphic() local390 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()
147 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_ODP() local150 XPropertySet.class, xGraphicShape ); in testGraphicBorder_ODP()184 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_PPT() local187 XPropertySet.class, xGraphicShape ); in testGraphicBorder_PPT()
134 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testPosition() local136 xGraphicShape.setPosition(m_position); in testPosition()
129 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicSize() local131 xGraphicShape.setSize(m_Size); in testGraphicSize()
Completed in 34 milliseconds