summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/valueimp.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-06 09:47:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-06 09:47:28 +0000
commit05c9056c9ffddc9d5dd757c2a1ec7c8e0b43ed7f (patch)
treeedcd94129aa2bda13f946e86b7ce0b33ba9cbcd1 /svtools/source/control/valueimp.hxx
parentINTEGRATION: CWS draw15 (1.14.10); FILE MERGED (diff)
downloadcore-05c9056c9ffddc9d5dd757c2a1ec7c8e0b43ed7f.tar.gz
core-05c9056c9ffddc9d5dd757c2a1ec7c8e0b43ed7f.zip
INTEGRATION: CWS draw15 (1.11.10); FILE MERGED
2003/06/03 11:24:47 af 1.11.10.1: #109916# New method that checks for the 'none' field.
Diffstat (limited to 'svtools/source/control/valueimp.hxx')
-rw-r--r--svtools/source/control/valueimp.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx
index 768214d50f41..e248f3f9b2fe 100644
--- a/svtools/source/control/valueimp.hxx
+++ b/svtools/source/control/valueimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: valueimp.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2003-05-22 13:38:30 $
+ * last change: $Author: vg $ $Date: 2003-06-06 10:47:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -282,6 +282,14 @@ private:
of being disposed. Otherwise, sal_False is returned.
*/
sal_Bool IsDisposed (void);
+
+ /** Check whether the value set has a 'none' field, i.e. a field (button)
+ that deselects any items (selects none of them).
+ @return
+ Returns <true/> if there is a 'none' field and <false/> it it is
+ missing.
+ */
+ bool HasNoneField (void) const;
};
// ----------------