Lines Matching refs:queryInterface

100 		impressDocument = (XComponent) UnoRuntime.queryInterface(  in createDocumentAndSlide()
102 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
117 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart()
134 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart2()
152 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testAreaBordersProperties()
160 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testAreaBordersProperties()
178 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testAreaFillProperties()
185 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testAreaFillProperties()
203 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testAreaTransparencyProperties()
211 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testAreaTransparencyProperties()
228 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendBorderProperties()
235 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendBorderProperties()
253 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendFillAndTransparence()
261 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendFillAndTransparence()
278 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendCharFont()
285 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendCharFont()
303 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendCharFontEffects()
313 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendCharFontEffects()
336 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendposition()
343 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendposition()
360 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testTitleAndSubTitle()
363 XPropertySet aDiaProp2 = (XPropertySet) UnoRuntime.queryInterface( in testTitleAndSubTitle()
369 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testTitleAndSubTitle()
371 aDiaProp2 = (XPropertySet) UnoRuntime.queryInterface( in testTitleAndSubTitle()
382 XModifiable modified = (XModifiable) UnoRuntime.queryInterface( in testTitleAndSubTitle()
384 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in testTitleAndSubTitle()
391 impressDocument = (XComponent) UnoRuntime.queryInterface(XComponent.class, in testTitleAndSubTitle()
394 xShape = (XShape) UnoRuntime.queryInterface(XShape.class, in testTitleAndSubTitle()
397 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testTitleAndSubTitle()
399 aDiaProp2 = (XPropertySet) UnoRuntime.queryInterface( in testTitleAndSubTitle()
416 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testDataLabel()
424 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testDataLabel()
445 .queryInterface(XAxisYSupplier.class, xdiagram); in testGridLine()
447 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testGridLine()
455 aYAxisSupplier = (XAxisYSupplier) UnoRuntime.queryInterface( in testGridLine()
457 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testGridLine()
472 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testWall()
480 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testWall()
498 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
521 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAsAndReloadDoc()
525 return (XComponent) UnoRuntime.queryInterface(XComponent.class, in saveAsAndReloadDoc()