diff options
author | Noel Power <noel.power@suse.com> | 2013-04-05 09:45:38 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-04-05 17:15:01 +0100 |
commit | 3ffd86188b470fa7ebd9e6d10678279a1f63a81c (patch) | |
tree | 90e65f9c15873c0bddf54509f5f0f1444000556d /sc/source/ui/vba/vbavalidation.hxx | |
parent | 6f814b5f4ceca2f50edffd8b9023c613fffb9cdf (diff) |
Added and fixed various vba API
Added OLEObject.LinkedCell
Added ComboBox.LinkedCell
Added Validation.Type
Change-Id: I5ffc2212e689870d58ca99d1fbdfd7d101f8b50f
Diffstat (limited to 'sc/source/ui/vba/vbavalidation.hxx')
-rw-r--r-- | sc/source/ui/vba/vbavalidation.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbavalidation.hxx b/sc/source/ui/vba/vbavalidation.hxx index 0acd975de31c..ea236a31c085 100644 --- a/sc/source/ui/vba/vbavalidation.hxx +++ b/sc/source/ui/vba/vbavalidation.hxx @@ -51,6 +51,7 @@ public: virtual void SAL_CALL setErrorMessage( const ::rtl::OUString& _errormessage ) throw (css::uno::RuntimeException); virtual ::rtl::OUString SAL_CALL getFormula1() throw (css::uno::RuntimeException) ; virtual ::rtl::OUString SAL_CALL getFormula2() throw (css::uno::RuntimeException); + virtual sal_Int32 SAL_CALL getType() throw (css::uno::RuntimeException); // Methods virtual void SAL_CALL Delete( ) throw (css::uno::RuntimeException); virtual void SAL_CALL Add( const css::uno::Any& Type, const css::uno::Any& AlertStyle, const css::uno::Any& Operator, const css::uno::Any& Formula1, const css::uno::Any& Formula2 ) throw (css::uno::RuntimeException); |