diff options
author | Noel Power <noel.power@novell.com> | 2012-03-05 14:54:04 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-03-05 14:55:33 +0000 |
commit | 75fbed472cd689c8cc0b89e13a97969d77a0ea7c (patch) | |
tree | 0a6e0c648d876b5bca9c2e8fcaddc588faad3ea6 /vbahelper/inc | |
parent | b1bb3821f47cc5031798e62e2fecad3bb5dfd6ba (diff) |
vba implementation for Application.OnKey
Diffstat (limited to 'vbahelper/inc')
-rw-r--r-- | vbahelper/inc/vbahelper/vbaapplicationbase.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vbahelper/inc/vbahelper/vbaapplicationbase.hxx b/vbahelper/inc/vbahelper/vbaapplicationbase.hxx index 7d21d3ed453b..a27afa5d5b01 100644 --- a/vbahelper/inc/vbahelper/vbaapplicationbase.hxx +++ b/vbahelper/inc/vbahelper/vbaapplicationbase.hxx @@ -58,6 +58,7 @@ public: virtual void SAL_CALL setInteractive( ::sal_Bool bInteractive ) throw (css::uno::RuntimeException); virtual ::sal_Bool SAL_CALL getVisible() throw (css::uno::RuntimeException); virtual void SAL_CALL setVisible( ::sal_Bool bVisible ) throw (css::uno::RuntimeException); + virtual void SAL_CALL OnKey( const ::rtl::OUString& Key, const ::com::sun::star::uno::Any& Procedure ) throw (::com::sun::star::uno::RuntimeException); virtual css::uno::Any SAL_CALL CommandBars( const css::uno::Any& aIndex ) throw (css::uno::RuntimeException); virtual ::rtl::OUString SAL_CALL getVersion() throw (css::uno::RuntimeException); virtual css::uno::Any SAL_CALL getVBE() throw (css::uno::RuntimeException); |