Lines Matching refs:sError
478 const ::rtl::OUString sError( aResources.getResourceStringWithSubstitution( in createCatalog() local
482 ::dbtools::throwGenericSQLException(sError,*this); in createCatalog()
1075 const ::rtl::OUString sError( aResources.getResourceStringWithSubstitution( in CreateFile() local
1079 ::dbtools::throwGenericSQLException(sError,*this); in CreateFile()
1100 const ::rtl::OUString sError( aResources.getResourceStringWithSubstitution( in CreateFile() local
1104 ::dbtools::throwGenericSQLException(sError,*this); in CreateFile()
1133 const ::rtl::OUString sError( aResources.getResourceStringWithSubstitution( in X_START() local
1138 ::dbtools::throwGenericSQLException(sError,*this); in X_START()
1778 … const ::rtl::OUString sError( aResources.getResourceString(STR_DATABASE_NEEDS_CONVERTING) ); in convertOldVersion() local
1779 ::dbtools::throwGenericSQLException(sError,*this); in convertOldVersion()
1800 ::rtl::OUString sError(::rtl::OUString::createFromAscii(sStateLine.GetBuffer())); in convertOldVersion()
1801 … throw SQLException(sError,*this,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S1000")),1000,Any()); in convertOldVersion()