Lines Matching refs:aError
236 SQLException aError; in impl_throwGenericSQLException() local
237 aError.Message = _rMessage; in impl_throwGenericSQLException()
238 aError.SQLState = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "S1000" ) ); in impl_throwGenericSQLException()
239 aError.ErrorCode = 0; in impl_throwGenericSQLException()
240 throw aError; in impl_throwGenericSQLException()
248 SQLException aError; in impl_throwKdeTooNewException() local
249 aError.Message = aResources.getResourceStringWithSubstitution( in impl_throwKdeTooNewException()
254 aError.SQLState = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "S1000" ) ); in impl_throwKdeTooNewException()
255 aError.ErrorCode = 0; in impl_throwKdeTooNewException()
275 aError.NextException <<= aDetails; in impl_throwKdeTooNewException()
277 throw aError; in impl_throwKdeTooNewException()