Home
last modified time | relevance | path

Searched refs:newSource (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/qadevOOo/runner/util/
H A DDBTools.java346 XInterface newSource = (XInterface) xMSF.createInstance in connectToTextDB() local
350 UnoRuntime.queryInterface(XPropertySet.class, newSource); in connectToTextDB()
360 dbContext.registerObject(contextName, newSource) ; in connectToTextDB()
367 UnoRuntime.queryInterface(XCompletedConnection.class, newSource) ; in connectToTextDB()
391 XInterface newSource = (XInterface) xMSF.createInstance in connectToDBase() local
395 UnoRuntime.queryInterface(XPropertySet.class, newSource); in connectToDBase()
398 dbContext.registerObject(contextName, newSource) ; in connectToDBase()
400 XConnection con = connectToSource(newSource) ; in connectToDBase()
/aoo41x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXMailMerge.java341 XInterface newSource = (XInterface) xMSF.createInstance in getRemoteXConnection() local
345 UnoRuntime.queryInterface(XPropertySet.class, newSource); in getRemoteXConnection()
352 dbt.reRegisterDB(databaseName, newSource) ; in getRemoteXConnection()
357 return dbt.connectToSource(newSource); in getRemoteXConnection()
/aoo41x/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java335 String newSource = document.get(); in define() local
340 workingCopy.getBuffer().setContents(newSource); in define()

Completed in 782 milliseconds