summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/RangeSelectionArguments.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-05 08:50:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-05 08:50:35 +0000
commitd3376cee790751dbb36f3b6b7aea552618b4d4d8 (patch)
treebf5b7c0d2327d7fd8e2a3bef3958d733dfc771a8 /offapi/com/sun/star/sheet/RangeSelectionArguments.idl
parentINTEGRATION: CWS ab26 (1.2.16); FILE MERGED (diff)
downloadcore-d3376cee790751dbb36f3b6b7aea552618b4d4d8.tar.gz
core-d3376cee790751dbb36f3b6b7aea552618b4d4d8.zip
INTEGRATION: CWS calc36 (1.5.96); FILE MERGED
2006/04/05 16:28:21 nn 1.5.96.1: #i40174# SingleCellMode for range selection API
Diffstat (limited to 'offapi/com/sun/star/sheet/RangeSelectionArguments.idl')
-rw-r--r--offapi/com/sun/star/sheet/RangeSelectionArguments.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/RangeSelectionArguments.idl b/offapi/com/sun/star/sheet/RangeSelectionArguments.idl
index 1edf6d3b4d1d..7b0aa5da06b7 100644
--- a/offapi/com/sun/star/sheet/RangeSelectionArguments.idl
+++ b/offapi/com/sun/star/sheet/RangeSelectionArguments.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: RangeSelectionArguments.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:45:51 $
+ * last change: $Author: rt $ $Date: 2006-05-05 09:50:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,6 +59,17 @@ published service RangeSelectionArguments
mouse button is released, after selecting cells.
*/
[property] boolean CloseOnMouseRelease;
+
+ /** specifies if the range selection is limited to a single
+ cell only.
+
+ <p>If <TRUE/>, the selection is restricted to a
+ single cell. If <FALSE/>, multiple adjoining cells can be
+ selected. The default value is <FALSE/>.</p>
+
+ @since OOo 2.0.3
+ */
+ [optional, property] boolean SingleCellMode;
};
//=============================================================================