Lines Matching refs:queryInterface

78             maChartDocument = (XChartDocument) UnoRuntime.queryInterface(  in initialize()
81 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in initialize()
90 XDrawPageSupplier aPageSupp = (XDrawPageSupplier) UnoRuntime.queryInterface( in initialize()
93 maDrawPage = (XDrawPage) UnoRuntime.queryInterface( in initialize()
97 maShapeFactory = (XMultiServiceFactory) UnoRuntime.queryInterface( in initialize()
110 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in refresh()
116 XIndexAccess aShapesIA = (XIndexAccess) UnoRuntime.queryInterface( in refresh()
125 aShape = (XShape) UnoRuntime.queryInterface( in refresh()
129 XPropertySet aProp = (XPropertySet) UnoRuntime.queryInterface( in refresh()
157 maTopLine = (XShape) UnoRuntime.queryInterface( in refresh()
162 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in refresh()
180 maBottomLine = (XShape) UnoRuntime.queryInterface( in refresh()
185 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in refresh()
209 XChartDataArray aDataArray = (XChartDataArray) UnoRuntime.queryInterface( in refresh()
215 XShape aXAxis = (XShape) UnoRuntime.queryInterface( in refresh()
216 XShape.class, ((XAxisXSupplier) UnoRuntime.queryInterface( in refresh()
218 XShape aYAxis = (XShape) UnoRuntime.queryInterface( in refresh()
219 XShape.class, ((XAxisYSupplier) UnoRuntime.queryInterface( in refresh()
251 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in refresh()
255 aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in refresh()
328 …return ((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).getSize(); in getSize()
332 …((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).setSize( aSize ); in setSize()
337 …return ((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).getPositi… in getPosition()
341 …((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).setPosition( aPo… in setPosition()
368 XPropertySet aAxisProp = (XPropertySet) UnoRuntime.queryInterface( in getAxisPosition()