Home
last modified time | relevance | path

Searched refs:OBoundControlModel (Results 1 – 25 of 25) sorted by relevance

/trunk/main/forms/source/component/
H A DFormComponent.cxx123 ,m_rModel( dynamic_cast< OBoundControlModel& >( _rLock.getModel() ) ) in FieldChangeNotifier()
137 OBoundControlModel& m_rModel;
1232 Any SAL_CALL OBoundControlModel::queryAggregation( const Type& _rType ) in queryAggregation()
1253 OBoundControlModel::OBoundControlModel( in OBoundControlModel() function in frm::OBoundControlModel
1290 OBoundControlModel::OBoundControlModel( in OBoundControlModel() function in frm::OBoundControlModel
1291 const OBoundControlModel* _pOriginal, const Reference< XMultiServiceFactory>& _rxFactory ) in OBoundControlModel()
1340 OBoundControlModel::~OBoundControlModel() in ~OBoundControlModel()
1362 void OBoundControlModel::clonedFrom( const OControlModel* _pOriginal ) in clonedFrom()
1364 … const OBoundControlModel* pBoundOriginal = static_cast< const OBoundControlModel* >( _pOriginal ); in clonedFrom()
1381 void OBoundControlModel::implInitAggMultiplexer( ) in implInitAggMultiplexer()
[all …]
H A DComboBox.cxx92 OBoundControlModel::_getTypes(), in _getTypes()
102 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in getSupportedServiceNames()
125 Any aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
137 …:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_COMBOBOX, FRM_SUN_CONTROL_COMBOBOX, sal_True, sa… in DBG_NAME()
153 :OBoundControlModel( _pOriginal, _rxFactory ) in OComboBoxModel()
184 OBoundControlModel::disposing(); in IMPLEMENT_DEFAULT_CLONING()
216 OBoundControlModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
270 OBoundControlModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
302 …bModified = OBoundControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _… in convertFastPropertyValue()
311 BEGIN_DESCRIBE_PROPERTIES( 6, OBoundControlModel ) in describeFixedProperties()
[all …]
H A Dspinbutton.cxx66 …:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_SPINBUTTON, VCL_CONTROL_SPINBUTTON, sal_True, sa… in DBG_NAME()
77 :OBoundControlModel( _pOriginal, _rxFactory ) in OSpinButtonModel()
102 OBoundControlModel::disposing(); in IMPLEMENT_SERVICE_REGISTRATION_2()
125 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
140 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
156 …bModified = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, … in convertFastPropertyValue()
174 aReturn = OBoundControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
210 OBoundControlModel::write( _rxOutStream ); in write()
226 OBoundControlModel::read( _rxInStream ); in read()
258 …return translateControlIntToExternalDoubleValue( OBoundControlModel::translateControlValueToExtern… in translateControlValueToExternalValue()
H A DEditBase.cxx63 …:OBoundControlModel( _rxFactory, rUnoControlModelName, rDefault, sal_True, _bSupportExternalBindin… in DBG_NAME()
73 :OBoundControlModel( _pOriginal, _rxFactory ) in OEditBaseModel()
94 OBoundControlModel::write(_rxOutStream); in write()
152 OBoundControlModel::read(_rxInStream); in read()
202 OBoundControlModel::defaultCommonProperties(); in defaultCommonEditProperties()
216 OBoundControlModel::readCommonProperties(_rxInStream); in readCommonEditProperties()
238 OBoundControlModel::writeCommonProperties(_rxOutStream); in writeCommonEditProperties()
270 OBoundControlModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
298 bModified = OBoundControlModel::convertFastPropertyValue( in convertFastPropertyValue()
333 OBoundControlModel::setFastPropertyValue_NoBroadcast(nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
[all …]
H A Dscrollbar.cxx110 …:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_SCROLLBAR, VCL_CONTROL_SCROLLBAR, sal_True, sal_… in DBG_NAME()
121 :OBoundControlModel( _pOriginal, _rxFactory ) in OScrollBarModel()
146 OBoundControlModel::disposing(); in IMPLEMENT_SERVICE_REGISTRATION_2()
169 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
184 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
200 …bModified = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, … in convertFastPropertyValue()
218 aReturn = OBoundControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
254 OBoundControlModel::write( _rxOutStream ); in write()
270 OBoundControlModel::read( _rxInStream ); in read()
302 …return translateControlIntToExternalDoubleValue( OBoundControlModel::translateControlValueToExtern… in translateControlValueToExternalValue()
H A DImageControl.cxx139 OBoundControlModel::_getTypes(), in _getTypes()
147 …:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_IMAGECONTROL, FRM_SUN_CONTROL_IMAGECONTROL, sal_… in DBG_NAME()
164 :OBoundControlModel( _pOriginal, _rxFactory ) in OImageControlModel()
213 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
233 aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
259 OBoundControlModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
316 OBoundControlModel::setFastPropertyValue_NoBroadcast(nHandle, rValue); in setFastPropertyValue_NoBroadcast()
339 … return OBoundControlModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
346 BEGIN_DESCRIBE_PROPERTIES( 4, OBoundControlModel ) in describeFixedProperties()
357 OBoundControlModel::describeAggregateProperties( o_rAggregateProperties ); in describeAggregateProperties()
[all …]
H A DListBox.cxx152 OBoundControlModel::_getTypes(), in _getTypes()
162 …:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_LISTBOX, FRM_SUN_CONTROL_LISTBOX, sal_True, sal_… in OListBoxModel()
182 :OBoundControlModel( _pOriginal, _rxFactory ) in OListBoxModel()
219 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
242 Any aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
254 OBoundControlModel::disposing(); in disposing()
289 OBoundControlModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
366 OBoundControlModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
402 …return OBoundControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValu… in convertFastPropertyValue()
431 OBoundControlModel::setPropertyValues( _rPropertyNames, _rValues ); in setPropertyValues()
[all …]
H A Drefvaluecomponent.cxx50 …:OBoundControlModel( _rxFactory, _rUnoControlModelTypeName, _rDefault, sal_False, sal_True, sal_Tr… in OReferenceValueComponent()
58 :OBoundControlModel( _pOriginal, _rxFactory ) in OReferenceValueComponent()
94 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
123 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
147 …bModified = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, … in convertFastPropertyValue()
162 BEGIN_DESCRIBE_PROPERTIES( m_bSupportSecondRefValue ? 3 : 2, OBoundControlModel ) in describeFixedProperties()
H A DImageControl.hxx53 ,public OBoundControlModel
79 DECLARE_UNO3_AGG_DEFAULTS(OImageControlModel, OBoundControlModel);
111 using OBoundControlModel::disposing;
112 using OBoundControlModel::getFastPropertyValue;
H A Dspinbutton.hxx37 class OSpinButtonModel :public OBoundControlModel
87 using OBoundControlModel::disposing;
88 using OBoundControlModel::getFastPropertyValue;
H A Dscrollbar.hxx37 class OScrollBarModel :public OBoundControlModel
87 using OBoundControlModel::disposing;
88 using OBoundControlModel::getFastPropertyValue;
H A DListBox.hxx65 class OListBoxModel :public OBoundControlModel
97 DECLARE_UNO3_AGG_DEFAULTS(OListBoxModel, OBoundControlModel);
135 using OBoundControlModel::getFastPropertyValue;
136 using OBoundControlModel::setPropertyValues;
H A DComboBox.hxx56 :public OBoundControlModel
103 DECLARE_UNO3_AGG_DEFAULTS(OComboBoxModel, OBoundControlModel);
125 using OBoundControlModel::getFastPropertyValue;
H A DTime.cxx101 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in getSupportedServiceNames()
124 return OBoundControlModel::_getTypes(); in _getTypes()
222 OBoundControlModel::onConnectedDbColumn( _rxForm ); in onConnectedDbColumn()
H A DEdit.hxx75 using OBoundControlModel::getFastPropertyValue;
93 using OBoundControlModel::disposing;
H A DDate.cxx147 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
225 OBoundControlModel::onConnectedDbColumn( _rxForm ); in onConnectedDbColumn()
H A DEditBase.hxx61 class OEditBaseModel : public OBoundControlModel
H A Drefvaluecomponent.hxx43 class OReferenceValueComponent : public OBoundControlModel
H A DTime.hxx71 using OBoundControlModel::getFastPropertyValue;
H A DNumeric.cxx129 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
H A DPattern.cxx133 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
H A DCurrency.cxx177 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
H A DEdit.cxx356 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in getSupportedServiceNames()
H A DFormattedField.cxx603 OBoundControlModel::_propertyChanged( evt ); in _propertyChanged()
/trunk/main/forms/source/inc/
H A DFormComponent.hxx620 class OBoundControlModel :public OControlModel class
706 OBoundControlModel(
715 OBoundControlModel(
716 const OBoundControlModel* _pOriginal, // the original object to clone
720 virtual ~OBoundControlModel();
1033 DECLARE_UNO3_AGG_DEFAULTS(OBoundControlModel, OControlModel);