diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-10-21 08:06:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-10-21 08:06:12 +0000 |
commit | c88af6709aa741e370189dfc3d1f2a12294c37e2 (patch) | |
tree | 0a1b94f3b34fc3c651c94d3a6cb07b5902be4837 /extensions | |
parent | 83a5d846c70f4b043aca98dbc30d90bdc60f6ae8 (diff) |
INTEGRATION: CWS formcelllinkage (1.16.94); FILE MERGED
2003/10/01 09:17:55 fs 1.16.94.1: #i18994# merging the changes from the CWS fs002
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/formstrings.hxx | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formstrings.hxx b/extensions/source/propctrlr/formstrings.hxx index f3c19049abdd..314ff13f2865 100644 --- a/extensions/source/propctrlr/formstrings.hxx +++ b/extensions/source/propctrlr/formstrings.hxx @@ -2,9 +2,9 @@ * * $RCSfile: formstrings.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2003-03-25 16:03:54 $ + * last change: $Author: obo $ $Date: 2003-10-21 09:06:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -206,11 +206,27 @@ namespace pcr PCR_CONSTASCII_STRING( PROPERTY_PUSHBUTTONTYPE, "PushButtonType"); PCR_CONSTASCII_STRING( PROPERTY_EFFECTIVE_VALUE, "EffectiveValue"); + PCR_CONSTASCII_STRING( PROPERTY_BOUND_CELL, "BoundCell"); + PCR_CONSTASCII_STRING( PROPERTY_LIST_CELL_RANGE, "CellRange"); + + PCR_CONSTASCII_STRING( PROPERTY_ADDRESS, "Address"); + PCR_CONSTASCII_STRING( PROPERTY_REFERENCE_SHEET, "ReferenceSheet"); + PCR_CONSTASCII_STRING( PROPERTY_UI_REPRESENTATION, "UserInterfaceRepresentation"); + + // "virtual" properties (not to be used with real property sets) + PCR_CONSTASCII_STRING( PROPERTY_CELL_EXCHANGE_TYPE, "ExchangeSelectionIndex"); + // services PCR_CONSTASCII_STRING( SERVICE_COMPONENT_GROUPBOX, "com.sun.star.form.component.GroupBox"); PCR_CONSTASCII_STRING( SERVICE_COMPONENT_FIXEDTEXT, "com.sun.star.form.component.FixedText"); PCR_CONSTASCII_STRING( SERVICE_COMPONENT_FORMATTEDFIELD,"com.sun.star.form.component.FormattedField"); PCR_CONSTASCII_STRING( SERVICE_DATABASE_CONTEXT, "com.sun.star.sdb.DatabaseContext"); + PCR_CONSTASCII_STRING( SERVICE_SPREADSHEET_DOCUMENT, "com.sun.star.sheet.SpreadsheetDocument"); + PCR_CONSTASCII_STRING( SERVICE_SHEET_CELL_BINDING, "drafts.com.sun.star.table.CellValueBinding"); + PCR_CONSTASCII_STRING( SERVICE_SHEET_CELL_INT_BINDING, "drafts.com.sun.star.table.ListPositionCellBinding"); + PCR_CONSTASCII_STRING( SERVICE_SHEET_CELLRANGE_LISTSOURCE, "drafts.com.sun.star.table.CellRangeListSource"); + PCR_CONSTASCII_STRING( SERVICE_ADDRESS_CONVERSION, "com.sun.star.table.CellAddressConversion"); + PCR_CONSTASCII_STRING( SERVICE_RANGEADDRESS_CONVERSION, "com.sun.star.table.CellRangeAddressConversion"); //............................................................................ } // namespace pcr |