Searched refs:defaultCtx (Results 1 – 5 of 5) sorted by relevance
103 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local105 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()
140 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local141 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 39 milliseconds