merge the formfield patch from ooo-build
[ooovba.git] / applied_patches / 0005-cws-koheidatapilot03-offapi.diff
blob3f06e0d722557a460747f36c80ec13abee6ca2db
1 diff --git offapi/com/sun/star/sheet/MemberResultFlags.idl offapi/com/sun/star/sheet/MemberResultFlags.idl
2 index 6660b38..23ba7b0 100644
3 --- offapi/com/sun/star/sheet/MemberResultFlags.idl
4 +++ offapi/com/sun/star/sheet/MemberResultFlags.idl
5 @@ -59,6 +59,17 @@ published constants MemberResultFlags
6 */
7 const long CONTINUE = 4;
9 + //-------------------------------------------------------------------------
11 + /** The element contains a grand total.
12 + */
13 + const long GRANDTOTAL = 8;
15 + //-------------------------------------------------------------------------
17 + /** The element is a numeric value.
18 + */
19 + const long NUMERIC = 16;
22 //=============================================================================