From 751e88e346f2160cdd27791e427f73b9fa89c82a Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 19 Jun 2009 01:41:36 +0000 Subject: #i22029# Added two new constant values to transfer additional attributes of dp members. --- offapi/com/sun/star/sheet/MemberResultFlags.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'offapi/com/sun/star') 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; }; //============================================================================= -- cgit