summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2010-02-03 17:21:54 +0100
committerNiklas Nebel <nn@openoffice.org>2010-02-03 17:21:54 +0100
commitb7f50bb7e23de7157675a50a3533202ac91337fd (patch)
tree07480581a665511ee4674147cb59c2a48b564aab /offapi/com/sun/star/sheet
parente0a6d51d584c413011120b3630233a7faaace8e3 (diff)
parentcb6dc8c0cbadd25385d581c0dd3583afc10fd26a (diff)
datapilotapi: merge with DEV300_m71
Diffstat (limited to 'offapi/com/sun/star/sheet')
-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;
};
//=============================================================================