summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-19 10:31:02 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-19 10:31:02 +0000
commit8b2de655f35b51df7d8ec5523e39ddee1905203d (patch)
tree3cfb54ccc241a2f9c2ad1f96f07c6f1ca63b37ee
parent0a0d6642b62bb95ef61ee09aeae1086eb6ff40af (diff)
INTEGRATION: CWS dr6 (1.5.186); FILE MERGED
2003/07/18 11:24:02 sab 1.5.186.1: #i3653#; add ShowList property
-rw-r--r--offapi/com/sun/star/sheet/TableValidation.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/sheet/TableValidation.idl b/offapi/com/sun/star/sheet/TableValidation.idl
index 541460aeb982..04d865609178 100644
--- a/offapi/com/sun/star/sheet/TableValidation.idl
+++ b/offapi/com/sun/star/sheet/TableValidation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableValidation.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:08:10 $
+ * last change: $Author: hjs $ $Date: 2003-08-19 11:31:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,17 +88,9 @@ module com { module sun { module star { module sheet {
*/
service TableValidation
{
- //-------------------------------------------------------------------------
-//! service PropertySet
- /** provides access to the properties.
- */
interface com::sun::star::beans::XPropertySet;
- //-------------------------------------------------------------------------
-
- /** provides access to the settings of the condition.
- */
interface com::sun::star::sheet::XSheetCondition;
//=========================================================================
@@ -172,6 +164,14 @@ service TableValidation
*/
[property] com::sun::star::sheet::ValidationAlertStyle ErrorAlertStyle;
+ //-------------------------------------------------------------------------
+
+ /** specifies if the list of possible values should be shown on the cell and how.
+
+ See also <type>TableValidationVisibility</type>
+ */
+ [optional,property] short ShowList;
+
};
//=============================================================================