diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 12:16:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 12:16:49 +0000 |
commit | b4100bbf615fd3d1cbae200ae187ccbddf8e44a6 (patch) | |
tree | 18882cbb9328c0fd99842f4add74cac251a11fe8 /offapi | |
parent | 20afd8057e1249e397a36050f03a2fa32d98f6af (diff) |
INTEGRATION: CWS calcuno01 (1.5.284); FILE MERGED
2004/10/13 18:26:52 sab 1.5.284.2: RESYNC: (1.5-1.6); FILE MERGED
2004/01/05 16:07:20 sab 1.5.284.1: #i22706#; add new flag
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/CellFlags.idl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/CellFlags.idl b/offapi/com/sun/star/sheet/CellFlags.idl index f6d550a51cd2..3fd30d269d1b 100644 --- a/offapi/com/sun/star/sheet/CellFlags.idl +++ b/offapi/com/sun/star/sheet/CellFlags.idl @@ -2,9 +2,9 @@ * * $RCSfile: CellFlags.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-03 22:29:53 $ + * last change: $Author: vg $ $Date: 2005-03-23 13:16:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -132,6 +132,12 @@ published constants CellFlags */ const long EDITATTR = 256; + //------------------------------------------------------------------------- + + /** selects cells with formatting within the cells or cells with more than + one paragraph within the cells. + */ + const long FORMATTED = 512; }; //============================================================================= |