Kaydet (Commit) c2bb3835 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS frmvalidation (1.1.96); FILE MERGED

2004/03/25 12:53:53 sw 1.1.96.1: #i25106
üst a1a7451e
......@@ -39,6 +39,7 @@
"ORadioButtonModel";"com::sun::star::form::DataAwareControlModel";"DataField"
"ORadioButtonModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
"ORadioButtonModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
"ORadioButtonModel";"com::sun::star::form::validation::XValidityConstraintListener";"validityConstraintChanged()"
"ORadioButtonModel";"com::sun::star::io::XPersistObject";"getServiceName()"
"ORadioButtonModel";"com::sun::star::io::XPersistObject";"write()"
"ORadioButtonModel";"com::sun::star::io::XPersistObject";"read()"
......@@ -59,12 +60,20 @@
"ORadioButtonModel";"com::sun::star::form::XBoundComponent#optional";"commit()"
"ORadioButtonModel";"com::sun::star::form::XUpdateBroadcaster#optional";"addUpdateListener()"
"ORadioButtonModel";"com::sun::star::form::XUpdateBroadcaster#optional";"removeUpdateListener()"
"ORadioButtonModel";"com::sun::star::form::validation::XValidatableFormComponent";"isValid()"
"ORadioButtonModel";"com::sun::star::form::validation::XValidatableFormComponent";"getCurrentValue()"
"ORadioButtonModel";"com::sun::star::form::validation::XValidatableFormComponent";"addFormComponentValidityListener()"
"ORadioButtonModel";"com::sun::star::form::validation::XValidatableFormComponent";"removeFormComponentValidityListener()"
"ORadioButtonModel";"com::sun::star::beans::XFastPropertySet#optional";"setFastPropertyValue()"
"ORadioButtonModel";"com::sun::star::beans::XFastPropertySet#optional";"getFastPropertyValue()"
"ORadioButtonModel";"com::sun::star::beans::XPropertyState#optional";"getPropertyState()"
"ORadioButtonModel";"com::sun::star::beans::XPropertyState#optional";"getPropertyStates()"
"ORadioButtonModel";"com::sun::star::beans::XPropertyState#optional";"setPropertyToDefault()"
"ORadioButtonModel";"com::sun::star::beans::XPropertyState#optional";"getPropertyDefault()"
"ORadioButtonModel";"com::sun::star::form::validation::XValidatable";"setValidator()"
"ORadioButtonModel";"com::sun::star::form::validation::XValidatable";"getValidator()"
"ORadioButtonModel";"com::sun::star::form::binding::XBindableValue";"setValueBinding()"
"ORadioButtonModel";"com::sun::star::form::binding::XBindableValue";"getValueBinding()"
"ORadioButtonModel";"com::sun::star::form::FormControlModel";"ClassId"
"ORadioButtonModel";"com::sun::star::form::FormControlModel";"TabIndex#optional"
"ORadioButtonModel";"com::sun::star::form::FormControlModel";"Tag"
......
......@@ -27,6 +27,7 @@
"OTimeModel";"com::sun::star::form::DataAwareControlModel";"DataField"
"OTimeModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
"OTimeModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
"OTimeModel";"com::sun::star::form::validation::XValidityConstraintListener";"validityConstraintChanged()"
"OTimeModel";"com::sun::star::io::XPersistObject";"getServiceName()"
"OTimeModel";"com::sun::star::io::XPersistObject";"write()"
"OTimeModel";"com::sun::star::io::XPersistObject";"read()"
......@@ -64,6 +65,10 @@
"OTimeModel";"com::sun::star::awt::UnoControlTimeFieldModel";"TimeFormat"
"OTimeModel";"com::sun::star::awt::UnoControlTimeFieldModel";"TimeMax"
"OTimeModel";"com::sun::star::awt::UnoControlTimeFieldModel";"TimeMin"
"OTimeModel";"com::sun::star::form::validation::XValidatableFormComponent";"isValid()"
"OTimeModel";"com::sun::star::form::validation::XValidatableFormComponent";"getCurrentValue()"
"OTimeModel";"com::sun::star::form::validation::XValidatableFormComponent";"addFormComponentValidityListener()"
"OTimeModel";"com::sun::star::form::validation::XValidatableFormComponent";"removeFormComponentValidityListener()"
"OTimeModel";"com::sun::star::beans::XFastPropertySet#optional";"setFastPropertyValue()"
"OTimeModel";"com::sun::star::beans::XFastPropertySet#optional";"getFastPropertyValue()"
"OTimeModel";"com::sun::star::form::component::TimeField";"DefaultTime"
......@@ -71,6 +76,8 @@
"OTimeModel";"com::sun::star::beans::XPropertyState#optional";"getPropertyStates()"
"OTimeModel";"com::sun::star::beans::XPropertyState#optional";"setPropertyToDefault()"
"OTimeModel";"com::sun::star::beans::XPropertyState#optional";"getPropertyDefault()"
"OTimeModel";"com::sun::star::form::validation::XValidatable";"setValidator()"
"OTimeModel";"com::sun::star::form::validation::XValidatable";"getValidator()"
"OTimeModel";"com::sun::star::form::FormControlModel";"ClassId"
"OTimeModel";"com::sun::star::form::FormControlModel";"TabIndex#optional"
"OTimeModel";"com::sun::star::form::FormControlModel";"Tag"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment