Lines Matching refs:aError

642         Any aError = ::cppu::getCaughtException();  in storeToRecoveryFile()  local
643 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in storeToRecoveryFile()
644 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in storeToRecoveryFile()
645 || aError.isExtractableTo( ::cppu::UnoType< WrappedTargetException >::get() ) in storeToRecoveryFile()
652 throw WrappedTargetException( ::rtl::OUString(), *this, aError ); in storeToRecoveryFile()
691 Any aError = ::cppu::getCaughtException(); in recoverFromFile() local
692 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in recoverFromFile()
693 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in recoverFromFile()
694 || aError.isExtractableTo( ::cppu::UnoType< WrappedTargetException >::get() ) in recoverFromFile()
701 throw WrappedTargetException( ::rtl::OUString(), *this, aError ); in recoverFromFile()
962 Any aError = ::cppu::getCaughtException(); in store() local
963 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in store()
964 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in store()
970 impl_throwIOExceptionCausedBySave_throw( aError, ::rtl::OUString() ); in store()
1059 Any aError = ::cppu::getCaughtException(); in impl_storeAs_throw() local
1065 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in impl_storeAs_throw()
1066 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in impl_storeAs_throw()
1073 impl_throwIOExceptionCausedBySave_throw( aError, _rURL ); in impl_storeAs_throw()
1223 Any aError = ::cppu::getCaughtException(); in storeToURL() local
1224 m_aEventNotifier.notifyDocumentEventAsync( "OnSaveToFailed", NULL, aError ); in storeToURL()
1226 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in storeToURL()
1227 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in storeToURL()
1234 impl_throwIOExceptionCausedBySave_throw( aError, _rURL ); in storeToURL()