Lines Matching refs:UnoRuntime
26 import com.sun.star.uno.UnoRuntime;
81 (XMultiServiceFactory )UnoRuntime.queryInterface( in main()
85 (XDrawPagesSupplier)UnoRuntime.queryInterface( in main()
88 XDrawPage xDrawPage = (XDrawPage)UnoRuntime.queryInterface( in main()
90 XShapes xShapes = (XShapes)UnoRuntime.queryInterface(XShapes.class, in main()
97 XShape xShape = (XShape)UnoRuntime.queryInterface( XShape.class, xObj ); in main()
103 XControlModel xControlModel = (XControlModel)UnoRuntime.queryInterface( in main()
106 XControlShape xControlShape = (XControlShape)UnoRuntime.queryInterface( in main()
113 XModel xModel = (XModel)UnoRuntime.queryInterface( XModel.class, in main()
117 UnoRuntime.queryInterface( XSelectionSupplier.class, xController ); in main()
120 XShapes xSelection = (XShapes)UnoRuntime.queryInterface( XShapes.class, in main()