From cf0783df8f7d6d184824035056454584116ab544 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 16 Nov 2004 10:08:48 +0000 Subject: [PATCH] INTEGRATION: CWS eforms2 (1.8.26); FILE MERGED 2004/08/06 13:59:47 fs 1.8.26.1: #i31958# +UncheckedRefValue --- offapi/com/sun/star/form/component/RadioButton.idl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/offapi/com/sun/star/form/component/RadioButton.idl b/offapi/com/sun/star/form/component/RadioButton.idl index d7d3b3df3b63..21724aec77b1 100644 --- a/offapi/com/sun/star/form/component/RadioButton.idl +++ b/offapi/com/sun/star/form/component/RadioButton.idl @@ -2,9 +2,9 @@ * * $RCSfile: RadioButton.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2004-06-03 19:56:31 $ + * last change: $Author: obo $ $Date: 2004-11-16 11:08:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,6 +127,16 @@ published service RadioButton */ [property] string RefValue; + + /** specifies a value which is to be associated with the control when it's not + selected. + +

In various situations, the RefValue is associated with the control + if and only if it is selected.
+ UncheckedRefValue provides a extensions of this concept: If present, + the value should be associated with the control when it is not selected.

+ */ + [optional, property] string UncheckedRefValue; }; //=============================================================================