summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/MemberResultFlags.idl
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@openoffice.org>2009-06-19 01:41:36 +0000
committerKohei Yoshida <kohei@openoffice.org>2009-06-19 01:41:36 +0000
commit751e88e346f2160cdd27791e427f73b9fa89c82a (patch)
tree6d157863a76b20f2818710a07b2388029170dea9 /offapi/com/sun/star/sheet/MemberResultFlags.idl
parent15cc1011a1deb9c54833af62c6bc04499293b457 (diff)
#i22029# Added two new constant values to transfer additional attributes of dp members.
Diffstat (limited to 'offapi/com/sun/star/sheet/MemberResultFlags.idl')
-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;
};
//=============================================================================