Lines Matching refs:nErr
248 sal_uLong nErr = eERR_OK; in DBaseImport() local
299 nErr = SCWARN_IMPORT_RANGE_OVERFLOW; // warning in DBaseImport()
373 nErr = SCWARN_IMPORT_RANGE_OVERFLOW; // warning message in DBaseImport()
379 nErr = SCERR_IMPORT_CONNECT; in DBaseImport()
384 nErr = ERRCODE_IO_GENERAL; in DBaseImport()
391 return nErr; in DBaseImport()
707 sal_uLong nErr = eERR_OK; in DBaseExport() local
912 if ( nErr == eERR_OK && pColLengths[nCol] < aString.Len() ) in DBaseExport()
913 nErr = SCWARN_EXPORT_DATALOST; in DBaseExport()
926 if ( nErr == eERR_OK && in DBaseExport()
928 nErr = SCWARN_EXPORT_DATALOST; in DBaseExport()
943 if ( fVal == 0.0 && nErr == eERR_OK && in DBaseExport()
945 nErr = SCWARN_EXPORT_DATALOST; in DBaseExport()
954 if ( nErr == eERR_OK ) in DBaseExport()
955 nErr = SCWARN_EXPORT_DATALOST; in DBaseExport()
968 nErr = SCERR_EXPORT_DATA; in DBaseExport()
1069 nErr = *new TwoStringErrorInfo( (bEncErr ? SCERR_EXPORT_ENCODING : in DBaseExport()
1074 …nErr = *new StringErrorInfo( (SCERR_EXPORT_SQLEXCEPTION), aException.Message, ERRCODE_BUTTON_OK | … in DBaseExport()
1076 nErr = SCERR_EXPORT_DATA; in DBaseExport()
1081 nErr = ERRCODE_IO_GENERAL; in DBaseExport()
1084 return nErr; in DBaseExport()