Searched refs:newSource (Results 1 – 3 of 3) sorted by relevance
346 XInterface newSource = (XInterface) xMSF.createInstance in connectToTextDB() local350 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() local395 UnoRuntime.queryInterface(XPropertySet.class, newSource); in connectToDBase()398 dbContext.registerObject(contextName, newSource) ; in connectToDBase()400 XConnection con = connectToSource(newSource) ; in connectToDBase()
341 XInterface newSource = (XInterface) xMSF.createInstance in getRemoteXConnection() local345 UnoRuntime.queryInterface(XPropertySet.class, newSource); in getRemoteXConnection()352 dbt.reRegisterDB(databaseName, newSource) ; in getRemoteXConnection()357 return dbt.connectToSource(newSource); in getRemoteXConnection()
335 String newSource = document.get(); in define() local340 workingCopy.getBuffer().setContents(newSource); in define()
Completed in 21 milliseconds