diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-29 14:28:08 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-29 14:28:08 +0100 |
commit | be8d23b5060e92f307c00c93278957417f6d2b15 (patch) | |
tree | 9b1fc9e7573fc2a157ead9a0328ee8a5616cf44c | |
parent | 30ec286882d23af66889ca836e2bef5ae146dbf6 (diff) | |
parent | ba2c74103a8d751bfcde61cff2fc8e198d860400 (diff) |
CWS-TOOLING: integrate CWS koheidatapilot03
-rw-r--r-- | offapi/com/sun/star/sheet/MemberResultFlags.idl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/MemberResultFlags.idl b/offapi/com/sun/star/sheet/MemberResultFlags.idl index f2157e7724ca..a00bea878999 100644 --- a/offapi/com/sun/star/sheet/MemberResultFlags.idl +++ b/offapi/com/sun/star/sheet/MemberResultFlags.idl @@ -59,6 +59,17 @@ published constants MemberResultFlags */ const long CONTINUE = 4; + //------------------------------------------------------------------------- + + /** The element contains a grand total. + */ + const long GRANDTOTAL = 8; + + //------------------------------------------------------------------------- + + /** The element is a numeric value. + */ + const long NUMERIC = 16; }; //============================================================================= |