Home
last modified time | relevance | path

Searched refs:sCurrentActionError (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx416 String sCurrentActionError = String(ModuleRes(STR_COULDNOTCREATE_DRIVERMANAGER)); in getDriver() local
418sCurrentActionError.SearchAndReplaceAscii("#servicename#", (::rtl::OUString)SERVICE_SDBC_CONNECTIO… in getDriver()
428 …throw SQLException(sCurrentActionError, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10… in getDriver()
431 …throw SQLException(sCurrentActionError, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10… in getDriver()
437 sCurrentActionError = String(ModuleRes(STR_NOREGISTEREDDRIVER)); in getDriver()
438 sCurrentActionError.SearchAndReplaceAscii("#connurl#", _sURL); in getDriver()
440 …throw SQLException(sCurrentActionError, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10… in getDriver()
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx219 String sCurrentActionError; in UpdateTableList() local
223 sCurrentActionError = String(ModuleRes(STR_NOTABLEINFO)); in UpdateTableList()
251 aInfo.Message = sCurrentActionError; in UpdateTableList()

Completed in 34 milliseconds