Home
last modified time | relevance | path

Searched refs:defaultCtx (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/qa/complex/writer/
H A DLoadSaveTest.java103 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local
105 UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()
H A DTextPortionEnumerationTest.java1253 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local
1255 UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java98 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in check() local
99 … XComponentContext xContext = UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in check()
H A DDocumentMetadataAccess.java140 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local
141 xContext = UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java102 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before() local
103 xContext = UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()

Completed in 73 milliseconds