diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:24:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:24:04 +0000 |
commit | 979dae6e6fe04802a8c70b4a84e723a8f8fa4e5c (patch) | |
tree | 6f857a6b63e4062a267cef307bc2c622208ea7e9 /extensions | |
parent | 555058630270d1d9fcdc473a9a273e32caf27f11 (diff) |
INTEGRATION: CWS frmcontrols02 (1.19.6); FILE MERGED
2004/03/24 09:57:37 fs 1.19.6.2: RESYNC: (1.19-1.20); FILE MERGED
2004/01/23 17:33:23 fs 1.19.6.1: #24411# new navbar related strings
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/formstrings.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formstrings.hxx b/extensions/source/propctrlr/formstrings.hxx index 11ea78e9e22b..fe1332fd5a8d 100644 --- a/extensions/source/propctrlr/formstrings.hxx +++ b/extensions/source/propctrlr/formstrings.hxx @@ -2,9 +2,9 @@ * * $RCSfile: formstrings.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2004-04-02 11:01:27 $ + * last change: $Author: hr $ $Date: 2004-04-13 11:24:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,6 +143,7 @@ namespace pcr PCR_CONSTASCII_STRING( PROPERTY_TEXTCOLOR, "TextColor"); PCR_CONSTASCII_STRING( PROPERTY_LINECOLOR, "LineColor"); PCR_CONSTASCII_STRING( PROPERTY_BORDER, "Border"); + PCR_CONSTASCII_STRING( PROPERTY_ICONSIZE, "IconSize"); PCR_CONSTASCII_STRING( PROPERTY_DROPDOWN, "Dropdown"); PCR_CONSTASCII_STRING( PROPERTY_HSCROLL, "HScroll"); PCR_CONSTASCII_STRING( PROPERTY_VSCROLL, "VScroll"); @@ -217,6 +218,10 @@ namespace pcr PCR_CONSTASCII_STRING( PROPERTY_SPINVALUE_MAX, "SpinValueMax"); PCR_CONSTASCII_STRING( PROPERTY_DEFAULT_SPINVALUE, "DefaultSpinValue"); PCR_CONSTASCII_STRING( PROPERTY_SPININCREMENT, "SpinIncrement"); + PCR_CONSTASCII_STRING( PROPERTY_SHOW_POSITION, "ShowPosition" ); + PCR_CONSTASCII_STRING( PROPERTY_SHOW_NAVIGATION, "ShowNavigation" ); + PCR_CONSTASCII_STRING( PROPERTY_SHOW_RECORDACTIONS, "ShowRecordActions" ); + PCR_CONSTASCII_STRING( PROPERTY_SHOW_FILTERSORT, "ShowFilterSort" ); PCR_CONSTASCII_STRING( PROPERTY_BOUND_CELL, "BoundCell"); PCR_CONSTASCII_STRING( PROPERTY_LIST_CELL_RANGE, "CellRange"); |