diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:09:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:09:58 +0000 |
commit | 994ebed96a7230b0dd6f8b6e915192163e9c5f10 (patch) | |
tree | 42c83b5620eba6c81cbad43d93529b734fe841f4 | |
parent | 89950846b1c21aff95310122e5bb3d9408e46dc1 (diff) |
INTEGRATION: CWS eforms2 (1.9.20); FILE MERGED
2004/10/01 18:04:46 dvo 1.9.20.6: #i34802# load/save binding fir lists as form:xforms-list-source
2004/08/25 17:48:14 dvo 1.9.20.5: #i31958# load/save xforms:submission attribute on buttons
2004/08/16 19:57:47 dvo 1.9.20.4: RESYNC: (1.10-1.11); FILE MERGED
2004/07/27 12:11:50 fs 1.9.20.3: RESYNC: (1.9-1.10); FILE MERGED
2004/03/18 17:38:17 dvo 1.9.20.2: #114856# continue XForms implementation
(also remove define DVO_XFORMS)
2004/01/29 11:02:27 dvo 1.9.20.1: #114856# save xforms:bind attribute on controls
-rw-r--r-- | xmloff/source/forms/formattributes.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/forms/formattributes.hxx b/xmloff/source/forms/formattributes.hxx index 417d9234b6e2..6986063f4536 100644 --- a/xmloff/source/forms/formattributes.hxx +++ b/xmloff/source/forms/formattributes.hxx @@ -2,9 +2,9 @@ * * $RCSfile: formattributes.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2004-08-02 14:14:49 $ + * last change: $Author: obo $ $Date: 2004-11-16 10:09:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,6 +120,9 @@ namespace xmloff #define BA_LINKED_CELL 0x00000001 #define BA_LIST_LINKING_TYPE 0x00000002 #define BA_LIST_CELL_RANGE 0x00000004 + #define BA_XFORMS_BIND 0x00000008 + #define BA_XFORMS_LISTBIND 0x00000010 + #define BA_XFORMS_SUBMISSION 0x00000020 // flags for event attributes #define EA_CONTROL_EVENTS 0x00000001 |