From ea88107a65e93cde3729c46a4cc738ce396890ca Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 18:00:34 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, chart2 Change-Id: I9b558b713186c64054914ebfc4c122ff769b71a1 --- chart2/source/inc/LifeTime.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chart2/source/inc/LifeTime.hxx') diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx index 64f33af83584..ba652671103f 100644 --- a/chart2/source/inc/LifeTime.hxx +++ b/chart2/source/inc/LifeTime.hxx @@ -43,6 +43,7 @@ public: virtual ~LifeTimeManager(); bool impl_isDisposed( bool bAssert=true ); + /// @throws css::uno::RuntimeException bool dispose() throw(css::uno::RuntimeException); public: @@ -89,12 +90,15 @@ OOO_DLLPUBLIC_CHARTTOOLS CloseableLifeTimeManager( css::util::XCloseable* pCl OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager() override; OOO_DLLPUBLIC_CHARTTOOLS bool impl_isDisposedOrClosed( bool bAssert=true ); +/// @throws css::uno::Exception OOO_DLLPUBLIC_CHARTTOOLS bool g_close_startTryClose(bool bDeliverOwnership) throw ( css::uno::Exception ); +/// @throws css::util::CloseVetoException OOO_DLLPUBLIC_CHARTTOOLS bool g_close_isNeedToCancelLongLastingCalls( bool bDeliverOwnership, css::util::CloseVetoException& ex ) throw ( css::util::CloseVetoException ); OOO_DLLPUBLIC_CHARTTOOLS void g_close_endTryClose(bool bDeliverOwnership, bool bMyVeto ); OOO_DLLPUBLIC_CHARTTOOLS void g_close_endTryClose_doClose(); +/// @throws css::uno::RuntimeException OOO_DLLPUBLIC_CHARTTOOLS void g_addCloseListener( const css::uno::Reference< css::util::XCloseListener > & xListener ) throw(css::uno::RuntimeException); -- cgit