Searched refs:StarDesktop (Results 1 – 4 of 4) sorted by relevance
71 protected static Object StarDesktop = null; field in ObjectInspector83 StarDesktop = DesktopTools.createDesktop((XMultiServiceFactory) Param.getMSF()); in initialize()84 if (StarDesktop == null){ in initialize()147 …plier xFramesSup = (XFramesSupplier) UnoRuntime.queryInterface(XFramesSupplier.class, StarDesktop); in createTestEnvironment()197 XFrame xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, StarDesktop); in cleanup()
63 protected static Object StarDesktop = null; field in ObjectInspectorModel75 StarDesktop = DesktopTools.createDesktop((XMultiServiceFactory) Param.getMSF()); in initialize()76 if (StarDesktop == null){ in initialize()156 XFrame xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, StarDesktop); in cleanup()
145 StarDesktop : Variant;150 StarDesktop := StarOffice.createInstance('com.sun.star.frame.Desktop');168 …Document := StarDesktop.LoadComponentFromURL( 'private:factory/swriter', '_blank', 0, LoadParams);
25 xTestFrame = StarDesktop.ActiveFrame
Completed in 36 milliseconds