Lines Matching refs:UnoRuntime
57 import com.sun.star.uno.UnoRuntime;
92 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in ParaStyle()
96 …XPropertySet xShapePropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xRectangl… in ParaStyle()
132 XMultiServiceFactory xFactory = (XMultiServiceFactory) UnoRuntime in createShape()
142 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj); in createShape()
150 XText xText = (XText)UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
157 XTextRange xTextRange = (XTextRange)UnoRuntime.queryInterface(XTextRange.class, xTextCursor); in addPortion()
160 … XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextRange); in addPortion()
170 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
172 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
191 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
214 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
218 return (XComponent) UnoRuntime.queryInterface(XComponent.class, in saveAndReloadDoc()