diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:52:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:14 +0100 |
commit | 7b79e23260db34f2bb0a2994a5e64dd39117228c (patch) | |
tree | 587b3c62ca67ee04e742e7856bf2bb169e72659c /scripting/source/dlgprov/dlgprov.hxx | |
parent | 920f1dd4a77b887f79a24b76adf0d25f00551056 (diff) |
New loplugin:dynexcspec: Add @throws documentation, scripting
Change-Id: I3a3f8ad12bad448f0ea2beb698cf4e6636d4595a
Diffstat (limited to 'scripting/source/dlgprov/dlgprov.hxx')
-rw-r--r-- | scripting/source/dlgprov/dlgprov.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripting/source/dlgprov/dlgprov.hxx b/scripting/source/dlgprov/dlgprov.hxx index f88d0c08e895..b554e531aa38 100644 --- a/scripting/source/dlgprov/dlgprov.hxx +++ b/scripting/source/dlgprov/dlgprov.hxx @@ -54,6 +54,7 @@ namespace dlgprov css::uno::Reference< css::container::XNameContainer > lcl_createControlModel(const css::uno::Reference< css::uno::XComponentContext >& i_xContext); css::uno::Reference< css::resource::XStringResourceManager > lcl_getStringResourceManager(const css::uno::Reference< css::uno::XComponentContext >& i_xContext,const OUString& i_sURL); + /// @throws css::uno::Exception css::uno::Reference< css::container::XNameContainer > lcl_createDialogModel( const css::uno::Reference< css::uno::XComponentContext >& i_xContext, const css::uno::Reference< css::io::XInputStream >& xInput, @@ -94,13 +95,17 @@ namespace dlgprov css::uno::Reference< css::beans::XIntrospectionAccess > inspectHandler( const css::uno::Reference< css::uno::XInterface >& rxHandler ); // helper methods + /// @throws css::uno::Exception css::uno::Reference< css::container::XNameContainer > createDialogModel( const css::uno::Reference< css::io::XInputStream >& xInput, const css::uno::Reference< css::resource::XStringResourceManager >& xStringResourceManager, const css::uno::Any &aDialogSourceURL) throw ( css::uno::Exception ); + /// @throws css::uno::Exception css::uno::Reference< css::awt::XControlModel > createDialogModelForBasic() throw ( css::uno::Exception ); // XDialogProvider / XDialogProvider2 impl method + /// @throws css::lang::IllegalArgumentException + /// @throws css::uno::RuntimeException css::uno::Reference < css::awt::XControl > SAL_CALL createDialogImpl( const OUString& URL, const css::uno::Reference< css::uno::XInterface >& xHandler, |