summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueset.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2000-11-17 09:26:14 +0000
committerKai Ahrens <ka@openoffice.org>2000-11-17 09:26:14 +0000
commite73b50d39e4cc791b5e72ee7ec9c1cd34b470f65 (patch)
treec22b325304a7baacb497f53c6536fa3644a7b741 /svtools/source/control/valueset.cxx
parent2ad05dd48406b97a2241a1f75cd954c6d556b546 (diff)
added ::EnableFullItem method implementation
Diffstat (limited to 'svtools/source/control/valueset.cxx')
-rw-r--r--svtools/source/control/valueset.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index 58a655187e5d..fd3cc9523a43 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: valueset.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: th $ $Date: 2000-11-16 19:18:50 $
+ * last change: $Author: ka $ $Date: 2000-11-17 10:26:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1911,6 +1911,13 @@ Rectangle ValueSet::GetItemRect( USHORT nItemId ) const
// -----------------------------------------------------------------------
+void ValueSet::EnableFullItemMode( BOOL bFullMode )
+{
+ mbFullMode = bFullMode;
+}
+
+// -----------------------------------------------------------------------
+
void ValueSet::SetColCount( USHORT nNewCols )
{
if ( mnUserCols != nNewCols )