summaryrefslogtreecommitdiffstats
path: root/vbahelper/source/msforms/vbatogglebutton.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-03-20 15:35:30 +0000
committerNoel Power <noel.power@novell.com>2012-03-20 17:29:19 +0000
commit092d6d9d6f9e6d79dd99d5f502ff39398622c2e1 (patch)
tree5a8959507b19b52681fa146787ada69038fe8ce9 /vbahelper/source/msforms/vbatogglebutton.hxx
parentremoved zoomtools int functions (diff)
downloadcore-092d6d9d6f9e6d79dd99d5f502ff39398622c2e1.tar.gz
core-092d6d9d6f9e6d79dd99d5f502ff39398622c2e1.zip
add vba support for BackColor, AutoSize, Locked attributes bnc#749960
Diffstat (limited to 'vbahelper/source/msforms/vbatogglebutton.hxx')
-rw-r--r--vbahelper/source/msforms/vbatogglebutton.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vbahelper/source/msforms/vbatogglebutton.hxx b/vbahelper/source/msforms/vbatogglebutton.hxx
index 6e8a0cb28e18..7394bea6fa25 100644
--- a/vbahelper/source/msforms/vbatogglebutton.hxx
+++ b/vbahelper/source/msforms/vbatogglebutton.hxx
@@ -56,6 +56,8 @@ public:
virtual void SAL_CALL setBackColor( sal_Int32 nBackColor ) throw (css::uno::RuntimeException);
virtual sal_Int32 SAL_CALL getForeColor() throw (css::uno::RuntimeException);
virtual void SAL_CALL setForeColor( sal_Int32 nForeColor ) throw (css::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL getLocked() throw (css::uno::RuntimeException);
+ virtual void SAL_CALL setLocked( sal_Bool bAutoSize ) throw (css::uno::RuntimeException);
virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont() throw (css::uno::RuntimeException);
//XHelperInterface
virtual rtl::OUString& getServiceImplName();