diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:10:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:10:23 +0000 |
commit | b3fbf8b1bf9939082088565959214dd37fbe474d (patch) | |
tree | 2a5aa88e17420bcab987bcf3036fbecb9f2950f6 /xmloff | |
parent | 0071eac57bd4984296f41bebe3a20ce784547648 (diff) |
INTEGRATION: CWS frmcontrols04 (1.13.10); FILE MERGED
2004/06/15 21:34:25 fs 1.13.10.3: RESYNC: (1.13-1.15); FILE MERGED
2004/05/06 12:25:40 fs 1.13.10.2: #i26047# import and export of the ImagePosition property
2004/05/05 14:15:57 fs 1.13.10.1: #i24683# #i24685# #i24688# new attributes reflecting new properties
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/strings.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/forms/strings.hxx b/xmloff/source/forms/strings.hxx index 7d521b6bf393..a33f8e88de1d 100644 --- a/xmloff/source/forms/strings.hxx +++ b/xmloff/source/forms/strings.hxx @@ -2,9 +2,9 @@ * * $RCSfile: strings.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2004-05-07 16:00:26 $ + * last change: $Author: obo $ $Date: 2004-07-05 16:10:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -234,6 +234,11 @@ namespace xmloff XMLFORM_CONSTASCII_STRING( PROPERTY_DEFAULT_SPINVALUE, "DefaultSpinValue"); XMLFORM_CONSTASCII_STRING( PROPERTY_SPIN_INCREMENT, "SpinIncrement"); XMLFORM_CONSTASCII_STRING( PROPERTY_ORIENTATION, "Orientation"); + XMLFORM_CONSTASCII_STRING( PROPERTY_TOGGLE, "Toggle"); + XMLFORM_CONSTASCII_STRING( PROPERTY_FOCUS_ON_CLICK, "FocusOnClick"); + XMLFORM_CONSTASCII_STRING( PROPERTY_VISUAL_EFFECT, "VisualEffect"); + XMLFORM_CONSTASCII_STRING( PROPERTY_IMAGE_POSITION, "ImagePosition"); + XMLFORM_CONSTASCII_STRING( PROPERTY_IMAGE_ALIGN, "ImageAlign"); XMLFORM_CONSTASCII_STRING( PROPERTY_BOUND_CELL, "BoundCell"); XMLFORM_CONSTASCII_STRING( PROPERTY_LIST_CELL_RANGE, "CellRange"); |