Lines Matching refs:eError

1086 				FltError eError = ScFormatFilter::Get().ScImportStarCalc10( *pStream, &aDocument );  in ConvertFrom()  local
1087 if (eError != eERR_OK) in ConvertFrom()
1090 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1115 FltError eError = ScFormatFilter::Get().ScImportLotus123( rMedium, &aDocument, in ConvertFrom() local
1118 if (eError != eERR_OK) in ConvertFrom()
1121 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1123 if( ( eError & ERRCODE_WARNING_MASK ) == ERRCODE_WARNING_MASK ) in ConvertFrom()
1148 FltError eError = ScFormatFilter::Get().ScImportExcel( rMedium, &aDocument, eFormat ); in ConvertFrom() local
1157 if (eError == SCWARN_IMPORT_RANGE_OVERFLOW) in ConvertFrom()
1160 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1163 else if (eError != eERR_OK) in ConvertFrom()
1166 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1198 FltError eError = eERR_OK; in ConvertFrom() local
1212 eError = bRet ? eERR_OK : SCERR_IMPORT_CONNECT; in ConvertFrom()
1223 if (eError != eERR_OK) in ConvertFrom()
1226 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1255 sal_uLong eError = DBaseImport( rMedium.GetPhysicalName(), in ConvertFrom() local
1258 if (eError != eERR_OK) in ConvertFrom()
1261 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1262 bRet = ( eError == SCWARN_IMPORT_RANGE_OVERFLOW ); in ConvertFrom()
1282 FltError eError; in ConvertFrom() local
1300 eError = ScFormatFilter::Get().ScImportDif( *pStream, &aDocument, ScAddress(0,0,0), in ConvertFrom()
1302 if (eError != eERR_OK) in ConvertFrom()
1305 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1307 if( ( eError & ERRCODE_WARNING_MASK ) == ERRCODE_WARNING_MASK ) in ConvertFrom()
1319 FltError eError = SCERR_IMPORT_UNKNOWN; in ConvertFrom() local
1329 eError = bRet ? eERR_OK : SCERR_IMPORT_UNKNOWN; in ConvertFrom()
1339 if ( eError != eERR_OK && !GetError() ) in ConvertFrom()
1340 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1348 FltError eError = ScFormatFilter::Get().ScImportQuattroPro( rMedium, &aDocument); in ConvertFrom() local
1350 if (eError != eERR_OK) in ConvertFrom()
1353 … SetError( eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) ); in ConvertFrom()
1354 if( ( eError & ERRCODE_WARNING_MASK ) == ERRCODE_WARNING_MASK ) in ConvertFrom()
1367 FltError eError = SCERR_IMPORT_UNKNOWN; in ConvertFrom() local
1375eError = ScFormatFilter::Get().ScImportRTF( *pInStream, rMedium.GetBaseURL(), &aDocument, aRange ); in ConvertFrom()
1376 if (eError != eERR_OK) in ConvertFrom()
1379 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1381 if( ( eError & ERRCODE_WARNING_MASK ) == ERRCODE_WARNING_MASK ) in ConvertFrom()
1397 if ( eError != eERR_OK && !GetError() ) in ConvertFrom()
1398 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1402 FltError eError = SCERR_IMPORT_UNKNOWN; in ConvertFrom() local
1425eError = ScFormatFilter::Get().ScImportHTML( *pInStream, rMedium.GetBaseURL(), &aDocument, aRange, in ConvertFrom()
1427 if (eError != eERR_OK) in ConvertFrom()
1430 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
1432 if( ( eError & ERRCODE_WARNING_MASK ) == ERRCODE_WARNING_MASK ) in ConvertFrom()
1446 if ( eError != eERR_OK && !GetError() ) in ConvertFrom()
1447 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertFrom()
2177 …FltError eError = ScFormatFilter::Get().ScExportExcel5( rMed, &aDocument, eFormat, RTL_TEXTENCODIN… in ConvertTo() local
2179 if( eError && !GetError() ) in ConvertTo()
2180 … SetError( eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) ); in ConvertTo()
2183 bRet = ((eError & ERRCODE_WARNING_MASK) == ERRCODE_WARNING_MASK) || (eError == eERR_OK); in ConvertTo()
2248 sal_uLong eError = DBaseExport( rMed.GetPhysicalName(), in ConvertTo() local
2251 if ( eError != eERR_OK && (eError & ERRCODE_WARNING_MASK) ) in ConvertTo()
2255 eError = eERR_OK; in ConvertTo()
2263 if ( eError != eERR_OK ) in ConvertTo()
2266 SetError(eError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )); in ConvertTo()