Searched refs:defaultCtx (Results 1 – 5 of 5) sorted by relevance
75 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local77 UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()
1253 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local1255 UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()
98 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in check() local99 … XComponentContext xContext = UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in check()
145 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local146 xContext = UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()
102 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local103 xContext = UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()
Completed in 42 milliseconds