summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-01-29 14:28:08 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-01-29 14:28:08 +0100
commitbe8d23b5060e92f307c00c93278957417f6d2b15 (patch)
tree9b1fc9e7573fc2a157ead9a0328ee8a5616cf44c /offapi
parent30ec286882d23af66889ca836e2bef5ae146dbf6 (diff)
parentba2c74103a8d751bfcde61cff2fc8e198d860400 (diff)
CWS-TOOLING: integrate CWS koheidatapilot03
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/MemberResultFlags.idl11
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;
};
//=============================================================================