Searched refs:oInst (Results 1 – 6 of 6) sorted by relevance
86 Object oInst = null; in createTestEnvironment() local91 oInst = myMSF.createInstance("com.sun.star.text.GlobalSettings"); in createTestEnvironment()98 UnoRuntime.queryInterface(XPrintSettingsSupplier.class, oInst); in createTestEnvironment()
70 Object oInst = myMSF.createInstance in createTestEnvironment() local73 (XAutoTextContainer.class,oInst); in createTestEnvironment()
115 Object oInst = myMSF.createInstance("com.sun.star.text.AutoTextContainer"); in createTestEnvironment() local116 … oContainer = (XAutoTextContainer) UnoRuntime.queryInterface(XAutoTextContainer.class,oInst); in createTestEnvironment()
136 Object oInst = myMSF.createInstance in createTestEnvironment() local139 UnoRuntime.queryInterface(XAutoTextContainer.class,oInst); in createTestEnvironment()
192 XInterface oInst = (XInterface) xMSF.createInstance in createTestEnvironment() local195 (XShape.class, oInst) ; in createTestEnvironment()
195 XInterface oInst = (XInterface) xMSF.createInstance in createTestEnvironment() local198 (XShape.class, oInst) ; in createTestEnvironment()
Completed in 19 milliseconds