Home
last modified time | relevance | path

Searched refs:aIOException (Results 1 – 3 of 3) sorted by relevance

/trunk/main/package/source/xstor/
H A Dxstorage.cxx2448 catch( io::IOException& aIOException ) in copyToStorage() local
2450 m_pImpl->AddLog( aIOException.Message ); in copyToStorage()
2545 catch( io::IOException& aIOException ) in openStreamElement() local
2547 m_pImpl->AddLog( aIOException.Message ); in openStreamElement()
2720 catch( io::IOException& aIOException ) in openStorageElement() local
2722 m_pImpl->AddLog( aIOException.Message ); in openStorageElement()
2798 catch( io::IOException& aIOException ) in cloneStreamElement() local
2800 m_pImpl->AddLog( aIOException.Message ); in cloneStreamElement()
2886 catch( io::IOException& aIOException ) in copyLastCommitTo() local
2888 m_pImpl->AddLog( aIOException.Message ); in copyLastCommitTo()
[all …]
H A Dowriteablestream.cxx3477 catch( io::IOException& aIOException ) in commit() local
3479 m_pImpl->AddLog( aIOException.Message ); in commit()
3541 catch( io::IOException& aIOException ) in revert() local
3543 m_pImpl->AddLog( aIOException.Message ); in revert()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx420 InteractiveIOException aIOException; in getDataSourceByName() local
421 if ( ( e.TargetException >>= aIOException ) in getDataSourceByName()
422 && ( ( aIOException.Code == IOErrorCode_NO_FILE ) in getDataSourceByName()
423 || ( aIOException.Code == IOErrorCode_NOT_EXISTING ) in getDataSourceByName()