| /trunk/main/forms/source/component/ |
| H A D | FormComponent.cxx | 123 ,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 D | ComboBox.cxx | 92 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 D | spinbutton.cxx | 66 …: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 D | EditBase.cxx | 63 …: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 D | scrollbar.cxx | 110 …: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 D | ImageControl.cxx | 139 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 D | ListBox.cxx | 152 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 D | refvaluecomponent.cxx | 50 …: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 D | ImageControl.hxx | 53 ,public OBoundControlModel 79 DECLARE_UNO3_AGG_DEFAULTS(OImageControlModel, OBoundControlModel); 111 using OBoundControlModel::disposing; 112 using OBoundControlModel::getFastPropertyValue;
|
| H A D | spinbutton.hxx | 37 class OSpinButtonModel :public OBoundControlModel 87 using OBoundControlModel::disposing; 88 using OBoundControlModel::getFastPropertyValue;
|
| H A D | scrollbar.hxx | 37 class OScrollBarModel :public OBoundControlModel 87 using OBoundControlModel::disposing; 88 using OBoundControlModel::getFastPropertyValue;
|
| H A D | ListBox.hxx | 65 class OListBoxModel :public OBoundControlModel 97 DECLARE_UNO3_AGG_DEFAULTS(OListBoxModel, OBoundControlModel); 135 using OBoundControlModel::getFastPropertyValue; 136 using OBoundControlModel::setPropertyValues;
|
| H A D | ComboBox.hxx | 56 :public OBoundControlModel 103 DECLARE_UNO3_AGG_DEFAULTS(OComboBoxModel, OBoundControlModel); 125 using OBoundControlModel::getFastPropertyValue;
|
| H A D | Time.cxx | 101 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in getSupportedServiceNames() 124 return OBoundControlModel::_getTypes(); in _getTypes() 222 OBoundControlModel::onConnectedDbColumn( _rxForm ); in onConnectedDbColumn()
|
| H A D | Edit.hxx | 75 using OBoundControlModel::getFastPropertyValue; 93 using OBoundControlModel::disposing;
|
| H A D | Date.cxx | 147 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() 225 OBoundControlModel::onConnectedDbColumn( _rxForm ); in onConnectedDbColumn()
|
| H A D | EditBase.hxx | 61 class OEditBaseModel : public OBoundControlModel
|
| H A D | refvaluecomponent.hxx | 43 class OReferenceValueComponent : public OBoundControlModel
|
| H A D | Time.hxx | 71 using OBoundControlModel::getFastPropertyValue;
|
| H A D | Numeric.cxx | 129 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
|
| H A D | Pattern.cxx | 133 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
|
| H A D | Currency.cxx | 177 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING()
|
| H A D | Edit.cxx | 356 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in getSupportedServiceNames()
|
| H A D | FormattedField.cxx | 603 OBoundControlModel::_propertyChanged( evt ); in _propertyChanged()
|
| /trunk/main/forms/source/inc/ |
| H A D | FormComponent.hxx | 620 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);
|