diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:08:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:08:51 +0000 |
commit | 610905e0a6ffe7e8c44160417bdb8d3acd1afa0a (patch) | |
tree | 460310415de9481c32de17b42d6a496e91c34d7a /xmloff | |
parent | 9e2a2c18e81b40aff465e63fd280bd5e34190784 (diff) |
INTEGRATION: CWS frmcontrols04 (1.9.96); FILE MERGED
2004/05/06 12:25:38 fs 1.9.96.2: #i26047# import and export of the ImagePosition property
2004/05/05 14:15:56 fs 1.9.96.1: #i24683# #i24685# #i24688# new attributes reflecting new properties
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/formattributes.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/forms/formattributes.hxx b/xmloff/source/forms/formattributes.hxx index 1d91611fbbbe..d7d2a3949af6 100644 --- a/xmloff/source/forms/formattributes.hxx +++ b/xmloff/source/forms/formattributes.hxx @@ -2,9 +2,9 @@ * * $RCSfile: formattributes.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2003-12-11 13:52:37 $ + * last change: $Author: obo $ $Date: 2004-07-05 16:08:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,6 +107,7 @@ namespace xmloff #define CCA_TITLE 0x00100000 #define CCA_VALUE 0x00200000 #define CCA_ORIENTATION 0x00400000 + #define CCA_VISUAL_EFFECT 0x00800000 // flags for database control atttributes #define DA_BOUND_COLUMN 0x00000001 @@ -169,6 +170,9 @@ namespace xmloff #define SCA_STEP_SIZE 0x00004000 #define SCA_PAGE_STEP_SIZE 0x00008000 #define SCA_REPEAT_DELAY 0x00010000 + #define SCA_TOGGLE 0x00020000 + #define SCA_FOCUS_ON_CLICK 0x00040000 + #define SCA_IMAGE_POSITION 0x00080000 // attributes of the office:forms element enum OfficeFormsAttributes |