summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:24:32 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:24:32 +0000
commita91aa353e2dffe25aef04ebbfe664382cebc4673 (patch)
treeb577a20b43db3f457d8b57af3ff307bbb61e7f0f
parent24bc36209f5c726bb84cc6c04832427765773113 (diff)
INTEGRATION: CWS frmcontrols04 (1.20.8); FILE MERGED
2004/06/16 04:07:01 fs 1.20.8.5: RESYNC: (1.20-1.24); FILE MERGED 2004/05/04 12:39:42 fs 1.20.8.4: Style -> VisualEffect 2004/05/03 16:00:37 fs 1.20.8.3: #28672# ImagePosition replacing ImageAlign 2004/04/29 10:56:00 fs 1.20.8.2: #i24694# support for BorderColor 2004/04/29 06:28:51 fs 1.20.8.1: #i24683# #i24684# #i24685# #i24686# new properties: flat/3D for radios/check boxes, HideSelection for edits, Toggle/TakeFocusOnClick for buttons
-rw-r--r--extensions/source/propctrlr/formstrings.hxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formstrings.hxx b/extensions/source/propctrlr/formstrings.hxx
index 6df86dfd0115..150e9d3440e9 100644
--- a/extensions/source/propctrlr/formstrings.hxx
+++ b/extensions/source/propctrlr/formstrings.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formstrings.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 13:02:12 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:24:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -200,7 +200,7 @@ namespace pcr
PCR_CONSTASCII_STRING( PROPERTY_BLOCKINCREMENT, "BlockIncrement");
PCR_CONSTASCII_STRING( PROPERTY_VISIBLESIZE, "VisibleSize");
PCR_CONSTASCII_STRING( PROPERTY_ORIENTATION, "Orientation");
- PCR_CONSTASCII_STRING( PROPERTY_IMAGEALIGN, "ImageAlign");
+ PCR_CONSTASCII_STRING( PROPERTY_IMAGEPOSITION, "ImagePosition");
PCR_CONSTASCII_STRING( PROPERTY_ACTIVE_CONNECTION, "ActiveConnection");
PCR_CONSTASCII_STRING( PROPERTY_ACTIVECOMMAND, "ActiveCommand");
PCR_CONSTASCII_STRING( PROPERTY_DATE, "Date");
@@ -226,6 +226,12 @@ namespace pcr
PCR_CONSTASCII_STRING( PROPERTY_HARDLINEBREAKS, "HardLineBreaks");
+ PCR_CONSTASCII_STRING( PROPERTY_TOGGLE, "Toggle" );
+ PCR_CONSTASCII_STRING( PROPERTY_FOCUSONCLICK, "FocusOnClick" );
+ PCR_CONSTASCII_STRING( PROPERTY_HIDEINACTIVESELECTION, "HideInactiveSelection" );
+ PCR_CONSTASCII_STRING( PROPERTY_VISUALEFFECT, "VisualEffect" );
+ PCR_CONSTASCII_STRING( PROPERTY_BORDERCOLOR, "BorderColor" );
+
PCR_CONSTASCII_STRING( PROPERTY_ADDRESS, "Address");
PCR_CONSTASCII_STRING( PROPERTY_REFERENCE_SHEET, "ReferenceSheet");
PCR_CONSTASCII_STRING( PROPERTY_UI_REPRESENTATION, "UserInterfaceRepresentation");