summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:57:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:20 +0100
commit4770f5488870cae68d9a3df2c62613c32a040f44 (patch)
tree3e38ad13df2411b6b6f11e5fa844c95476e86e15 /include/filter
parent36d7778f465367ebd2ea5e64cfcea2fc22a8b01d (diff)
New loplugin:dynexcspec: Add @throws documentation, filter
Change-Id: Id465279b54f775ae688d02798c7a67fc50829fc6
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/msvbahelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/filter/msfilter/msvbahelper.hxx b/include/filter/msfilter/msvbahelper.hxx
index 344f13c6ffaf..09e70e376b41 100644
--- a/include/filter/msfilter/msvbahelper.hxx
+++ b/include/filter/msfilter/msvbahelper.hxx
@@ -63,7 +63,9 @@ MSFILTER_DLLPUBLIC OUString getDefaultProjectName( SfxObjectShell* pShell );
MSFILTER_DLLPUBLIC OUString resolveVBAMacro( SfxObjectShell* pShell, const OUString& rLibName, const OUString& rModuleName, const OUString& rMacroName );
MSFILTER_DLLPUBLIC MacroResolvedInfo resolveVBAMacro( SfxObjectShell* pShell, const OUString& rMacroName, bool bSearchGlobalTemplates = false );
MSFILTER_DLLPUBLIC bool executeMacro( SfxObjectShell* pShell, const OUString& sMacroName, css::uno::Sequence< css::uno::Any >& aArgs, css::uno::Any& aRet, const css::uno::Any& aCaller );
+/// @throws css::uno::RuntimeException
MSFILTER_DLLPUBLIC css::awt::KeyEvent parseKeyEvent( const OUString& sKey ) throw (css::uno::RuntimeException);
+/// @throws css::uno::RuntimeException
MSFILTER_DLLPUBLIC void applyShortCutKeyBinding ( const css::uno::Reference< css::frame::XModel >& rxDoc, const css::awt::KeyEvent& rKeyEvent, const OUString& sMacro ) throw (css::uno::RuntimeException, std::exception);
@@ -117,6 +119,7 @@ OUString SAL_CALL VBAMacroResolver_getImplementationName();
css::uno::Sequence<OUString> SAL_CALL
VBAMacroResolver_getSupportedServiceNames();
+/// @throws css::uno::Exception
css::uno::Reference<css::uno::XInterface> SAL_CALL
VBAMacroResolver_createInstance(
css::uno::Reference<css::uno::XComponentContext > const & rxContext)