INTEGRATION: CWS frmcontrols01 (1.14.46); FILE MERGED

2003/10/29 07:28:58 fs 1.14.46.5: resolved post-RESYNC problem
2003/10/29 07:27:04 fs 1.14.46.4: #i21277# no real need for own spin/scroll control component
2003/10/27 13:53:44 fs 1.14.46.3: RESYNC: (1.14-1.15); FILE MERGED
2003/10/27 11:15:26 fs 1.14.46.2: #i21605# spin button related services
2003/10/22 13:05:06 fs 1.14.46.1: #21277# new service names for scrollbars / register scroll bar components
This commit is contained in:
Kurt Zenker 2003-12-11 11:32:31 +00:00
parent bdf5400c6a
commit 4d8a12b564

View file

@ -2,9 +2,9 @@
*
* $RCSfile: services.cxx,v $
*
* $Revision: 1.15 $
* $Revision: 1.16 $
*
* last change: $Author: obo $ $Date: 2003-10-21 09:01:46 $
* last change: $Author: kz $ $Date: 2003-12-11 12:32:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -113,6 +113,11 @@ IMPLEMENT_CONSTASCII_USTRING(VCL_CONTROLMODEL_PATTERNFIELD, "stardiv.vcl.control
IMPLEMENT_CONSTASCII_USTRING(VCL_CONTROLMODEL_FORMATTEDFIELD, "stardiv.vcl.controlmodel.FormattedField");
IMPLEMENT_CONSTASCII_USTRING(VCL_CONTROLMODEL_IMAGECONTROL, "stardiv.vcl.controlmodel.ImageControl");
IMPLEMENT_CONSTASCII_USTRING( VCL_CONTROLMODEL_SCROLLBAR, "com.sun.star.awt.UnoControlScrollBarModel" );
IMPLEMENT_CONSTASCII_USTRING( VCL_CONTROL_SCROLLBAR, "com.sun.star.awt.UnoControlScrollBar" );
IMPLEMENT_CONSTASCII_USTRING( VCL_CONTROLMODEL_SPINBUTTON, "com.sun.star.awt.UnoControlSpinButtonModel" );
IMPLEMENT_CONSTASCII_USTRING( VCL_CONTROL_SPINBUTTON, "com.sun.star.awt.UnoControlSpinButton" );
// -----------------------
// service names for compatibility
// -----------------------
@ -184,6 +189,8 @@ IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_COMPONENT_CURRENCYFIELD, "com.sun.star.form
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_PATTERNFIELD, "com.sun.star.form.component.PatternField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_HIDDENCONTROL, "com.sun.star.form.component.HiddenControl" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_FORMATTEDFIELD, "com.sun.star.form.component.FormattedField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_SCROLLBAR, "com.sun.star.form.component.ScrollBar" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_SPINBUTTON, "com.sun.star.form.component.SpinButton" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_IMAGECONTROL, "com.sun.star.form.component.DatabaseImageControl" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_DATABASE_RADIOBUTTON, "com.sun.star.form.component.DatabaseRadioButton" );
@ -198,14 +205,6 @@ IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_DATABASE_NUMERICFIELD, "com.sun.
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_DATABASE_CURRENCYFIELD, "com.sun.star.form.component.DatabaseCurrencyField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_DATABASE_PATTERNFIELD, "com.sun.star.form.component.DatabasePatternField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_CHECKBOX, "drafts.com.sun.star.form.component.BindableDatabaseCheckBox" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_COMBOBOX, "drafts.com.sun.star.form.component.BindableDatabaseComboBox" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_FORMATTEDFIELD, "drafts.com.sun.star.form.component.BindableDatabaseFormattedField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_LISTBOX, "drafts.com.sun.star.form.component.BindableDatabaseListBox" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_NUMERICFIELD, "drafts.com.sun.star.form.component.BindableDatabaseNumericField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_RADIOBUTTON, "drafts.com.sun.star.form.component.BindableDatabaseRadioButton" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_TEXTFIELD, "drafts.com.sun.star.form.component.BindableDatabaseTextField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_CONTROL_TEXTFIELD, "com.sun.star.form.control.TextField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_CONTROL_LISTBOX, "com.sun.star.form.control.ListBox" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_CONTROL_COMBOBOX, "com.sun.star.form.control.ComboBox" );
@ -224,6 +223,14 @@ IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_CONTROL_PATTERNFIELD, "com.sun.star.form.co
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_CONTROL_IMAGECONTROL, "com.sun.star.form.control.ImageControl" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_CONTROL_FORMATTEDFIELD, "com.sun.star.form.control.FormattedField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_CHECKBOX, "drafts.com.sun.star.form.component.BindableDatabaseCheckBox" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_COMBOBOX, "drafts.com.sun.star.form.component.BindableDatabaseComboBox" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_FORMATTEDFIELD, "drafts.com.sun.star.form.component.BindableDatabaseFormattedField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_LISTBOX, "drafts.com.sun.star.form.component.BindableDatabaseListBox" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_NUMERICFIELD, "drafts.com.sun.star.form.component.BindableDatabaseNumericField" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_RADIOBUTTON, "drafts.com.sun.star.form.component.BindableDatabaseRadioButton" );
IMPLEMENT_CONSTASCII_USTRING( FRM_SUN_COMPONENT_BINDDB_TEXTFIELD, "drafts.com.sun.star.form.component.BindableDatabaseTextField" );
IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_FORMS_COLLECTION, "com.sun.star.form.Forms");
IMPLEMENT_CONSTASCII_USTRING(FRM_NUMBER_FORMATTER, "com.sun.star.util.NumberFormatter");
@ -515,6 +522,8 @@ extern "C"
//---------------------------------------------------------------------------------------
void SAL_CALL createRegistryInfo_ODatabaseForm();
void SAL_CALL createRegistryInfo_OFilterControl();
void SAL_CALL createRegistryInfo_OScrollBarModel();
void SAL_CALL createRegistryInfo_OSpinButtonModel();
//---------------------------------------------------------------------------------------
void SAL_CALL createRegistryInfo_FORMS()
@ -524,6 +533,8 @@ void SAL_CALL createRegistryInfo_FORMS()
{
createRegistryInfo_ODatabaseForm();
createRegistryInfo_OFilterControl();
createRegistryInfo_OScrollBarModel();
createRegistryInfo_OSpinButtonModel();
bInit = sal_True;
}
}