summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-10-18 14:18:41 +0000
committerOliver Bolte <obo@openoffice.org>2004-10-18 14:18:41 +0000
commitac1f8c8eff971d4459eba22534782e1f6c00d2b4 (patch)
tree345eae76250937a3ebe8fbd958944acbc87324d0 /sc/source
parent7df2bcdd6da1e0c6b0395d1364ecaf5ee216c141 (diff)
INTEGRATION: CWS dr26 (1.2.8); FILE MERGED
2004/09/28 15:01:33 dr 1.2.8.2: #i34545# better border style handling 2004/09/28 14:17:26 dr 1.2.8.1: #i34545# flat/3d for old checkbox and radiobutton
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/inc/xeescher.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xeescher.hxx b/sc/source/filter/inc/xeescher.hxx
index a5a985cf003b..88d02cd487a7 100644
--- a/sc/source/filter/inc/xeescher.hxx
+++ b/sc/source/filter/inc/xeescher.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xeescher.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 15:44:08 $
+ * last change: $Author: obo $ $Date: 2004-10-18 15:18:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,6 +120,8 @@ public:
const XclExpRoot& rRoot,
const ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape >& rxShape,
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::awt::XControlModel >& rxCtrlModel,
const String& rClassName,
sal_uInt32 nStrmStart, sal_uInt32 nStrmSize );
@@ -164,7 +166,8 @@ private:
sal_Int16 mnScrollMax; /// Scrollbar: Maximum value.
sal_Int16 mnScrollStep; /// Scrollbar: Single step.
sal_Int16 mnScrollPage; /// Scrollbar: Page step.
- bool mb3DStyle; /// true = 3D style.
+ bool mbFlatButton; /// False = 3D button style; True = Flat button style.
+ bool mbFlatBorder; /// False = 3D border style; True = Flat border style.
bool mbMultiSel; /// true = Multi selection in listbox.
bool mbScrollHor; /// Scrollbar: true = horizontal.
};