Home
last modified time | relevance | path

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

/AOO41X/main/forms/source/component/
H A DFormComponent.cxx123 ,m_rModel( dynamic_cast< OBoundControlModel& >( _rLock.getModel() ) ) in FieldChangeNotifier()
137 OBoundControlModel& m_rModel;
1235 Any SAL_CALL OBoundControlModel::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation()
1256 OBoundControlModel::OBoundControlModel( in OBoundControlModel() function in frm::OBoundControlModel
1293 OBoundControlModel::OBoundControlModel( in OBoundControlModel() function in frm::OBoundControlModel
1294 const OBoundControlModel* _pOriginal, const Reference< XMultiServiceFactory>& _rxFactory ) in OBoundControlModel()
1343 OBoundControlModel::~OBoundControlModel() in ~OBoundControlModel()
1365 void OBoundControlModel::clonedFrom( const OControlModel* _pOriginal ) in clonedFrom()
1367 … const OBoundControlModel* pBoundOriginal = static_cast< const OBoundControlModel* >( _pOriginal ); in clonedFrom()
1384 void OBoundControlModel::implInitAggMultiplexer( ) in implInitAggMultiplexer()
[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()
157 …bModified = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, … in convertFastPropertyValue()
175 aReturn = OBoundControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
212 OBoundControlModel::write( _rxOutStream ); in write()
228 OBoundControlModel::read( _rxInStream ); in read()
260 …return translateControlIntToExternalDoubleValue( OBoundControlModel::translateControlValueToExtern… in translateControlValueToExternalValue()
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()
271 OBoundControlModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
304 …bModified = OBoundControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _… in convertFastPropertyValue()
313 BEGIN_DESCRIBE_PROPERTIES( 6, OBoundControlModel ) in describeFixedProperties()
[all …]
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()
201 …bModified = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, … in convertFastPropertyValue()
219 aReturn = OBoundControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
256 OBoundControlModel::write( _rxOutStream ); in write()
272 OBoundControlModel::read( _rxInStream ); in read()
304 …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()
340 … return OBoundControlModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
347 BEGIN_DESCRIBE_PROPERTIES( 4, OBoundControlModel ) in describeFixedProperties()
358 OBoundControlModel::describeAggregateProperties( o_rAggregateProperties ); in describeAggregateProperties()
[all …]
H A DListBox.cxx151 OBoundControlModel::_getTypes(), in _getTypes()
161 …:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_LISTBOX, FRM_SUN_CONTROL_LISTBOX, sal_True, sal_… in OListBoxModel()
181 :OBoundControlModel( _pOriginal, _rxFactory ) in OListBoxModel()
218 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
241 Any aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
253 OBoundControlModel::disposing(); in disposing()
288 OBoundControlModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
365 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
80 DECLARE_UNO3_AGG_DEFAULTS(OImageControlModel, OBoundControlModel);
112 using OBoundControlModel::disposing;
113 using OBoundControlModel::getFastPropertyValue;
H A Dspinbutton.hxx37 class OSpinButtonModel :public OBoundControlModel
89 using OBoundControlModel::disposing;
90 using OBoundControlModel::getFastPropertyValue;
H A Dscrollbar.hxx37 class OScrollBarModel :public OBoundControlModel
89 using OBoundControlModel::disposing;
90 using OBoundControlModel::getFastPropertyValue;
H A DComboBox.hxx56 :public OBoundControlModel
105 DECLARE_UNO3_AGG_DEFAULTS(OComboBoxModel, OBoundControlModel);
127 using OBoundControlModel::getFastPropertyValue;
H A DListBox.hxx65 class OListBoxModel :public OBoundControlModel
97 DECLARE_UNO3_AGG_DEFAULTS(OListBoxModel, OBoundControlModel);
137 using OBoundControlModel::getFastPropertyValue;
138 using OBoundControlModel::setPropertyValues;
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.hxx72 using OBoundControlModel::getFastPropertyValue;
H A DNumeric.cxx129 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
H A DCurrency.cxx177 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
H A DPattern.cxx133 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
H A DEdit.cxx356 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in getSupportedServiceNames()
H A DFormattedField.cxx604 OBoundControlModel::_propertyChanged( evt ); in _propertyChanged()
/AOO41X/main/forms/source/inc/
H A DFormComponent.hxx622 class OBoundControlModel :public OControlModel class
708 OBoundControlModel(
717 OBoundControlModel(
718 const OBoundControlModel* _pOriginal, // the original object to clone
722 virtual ~OBoundControlModel();
1035 DECLARE_UNO3_AGG_DEFAULTS(OBoundControlModel, OControlModel);