Home
last modified time | relevance | path

Searched refs:oInst (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXPrintSettings.java86 Object oInst = null; in createTestEnvironment() local
91 oInst = myMSF.createInstance("com.sun.star.text.GlobalSettings"); in createTestEnvironment()
98 UnoRuntime.queryInterface(XPrintSettingsSupplier.class, oInst); in createTestEnvironment()
H A DSwXAutoTextContainer.java70 Object oInst = myMSF.createInstance in createTestEnvironment() local
73 (XAutoTextContainer.class,oInst); in createTestEnvironment()
H A DSwXAutoTextGroup.java115 Object oInst = myMSF.createInstance("com.sun.star.text.AutoTextContainer"); in createTestEnvironment() local
116 … oContainer = (XAutoTextContainer) UnoRuntime.queryInterface(XAutoTextContainer.class,oInst); in createTestEnvironment()
H A DSwXAutoTextEntry.java136 Object oInst = myMSF.createInstance in createTestEnvironment() local
139 UnoRuntime.queryInterface(XAutoTextContainer.class,oInst); in createTestEnvironment()
/aoo41x/main/qadevOOo/tests/java/mod/_svx/
H A DSvxShapePolyPolygon.java192 XInterface oInst = (XInterface) xMSF.createInstance in createTestEnvironment() local
195 (XShape.class, oInst) ; in createTestEnvironment()
H A DSvxShapePolyPolygonBezier.java195 XInterface oInst = (XInterface) xMSF.createInstance in createTestEnvironment() local
198 (XShape.class, oInst) ; in createTestEnvironment()

Completed in 23 milliseconds