Lines Matching refs:aError

283 		ByteString aError( "SAX parse exception caught while importing:\n" );  in ReadThroughComponent()  local
284 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ReadThroughComponent()
285 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
317 ByteString aError( "SAX exception caught while importing:\n" ); in ReadThroughComponent() local
318 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ReadThroughComponent()
319 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
327 ByteString aError( "Zip exception caught while importing:\n" ); in ReadThroughComponent() local
328 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ReadThroughComponent()
329 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
337 ByteString aError( "IO exception caught while importing:\n" ); in ReadThroughComponent() local
338 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ReadThroughComponent()
339 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
347 ByteString aError( "uno exception caught while importing:\n" ); in ReadThroughComponent() local
348 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ReadThroughComponent()
349 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
1104 ByteString aError( "uno Exception caught while exporting:\n" ); in Export() local
1105 aError += ByteString( String( e.Message), RTL_TEXTENCODING_ASCII_US ); in Export()
1106 DBG_ERROR( aError.GetBuffer() ); in Export()