Searched refs:OReferenceValueComponent (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/forms/source/component/ |
H A D | refvaluecomponent.cxx | 49 …OReferenceValueComponent::OReferenceValueComponent( const Reference< XMultiServiceFactory>& _rxFac… in OReferenceValueComponent() function in frm::OReferenceValueComponent 57 …OReferenceValueComponent::OReferenceValueComponent( const OReferenceValueComponent* _pOriginal, co… in OReferenceValueComponent() function in frm::OReferenceValueComponent 69 OReferenceValueComponent::~OReferenceValueComponent() in ~OReferenceValueComponent() 74 void OReferenceValueComponent::setReferenceValue( const ::rtl::OUString& _rRefValue ) in setReferenceValue() 81 …void SAL_CALL OReferenceValueComponent::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) c… in getFastPropertyValue() 154 Any OReferenceValueComponent::getDefaultForReset() const in getDefaultForReset() 160 void OReferenceValueComponent::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties() 173 Sequence< Type > OReferenceValueComponent::getSupportedBindingTypes() in getSupportedBindingTypes() 188 …Any OReferenceValueComponent::translateExternalValueToControlValue( const Any& _rExternalValue ) c… in translateExternalValueToControlValue() 223 Any OReferenceValueComponent::translateControlValueToExternalValue( ) const in translateControlValueToExternalValue() [all …]
|
H A D | RadioButton.cxx | 110 …:OReferenceValueComponent( _rxFactory, VCL_CONTROLMODEL_RADIOBUTTON, FRM_SUN_CONTROL_RADIOBUTTON,s… in DBG_NAME() 122 :OReferenceValueComponent( _pOriginal, _rxFactory ) in ORadioButtonModel() 141 StringSequence aSupported = OReferenceValueComponent::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() 201 OReferenceValueComponent::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast() 273 BEGIN_DESCRIBE_PROPERTIES( 1, OReferenceValueComponent ) in describeFixedProperties() 288 OReferenceValueComponent::write(_rxOutStream); in write() 305 OReferenceValueComponent::read(_rxInStream); in read() 360 OReferenceValueComponent::_propertyChanged( _rEvent ); in _propertyChanged() 374 …Any aControlValue = OReferenceValueComponent::translateExternalValueToControlValue( _rExternalValu… in translateExternalValueToControlValue()
|
H A D | CheckBox.cxx | 92 …:OReferenceValueComponent( _rxFactory, VCL_CONTROLMODEL_CHECKBOX, FRM_SUN_CONTROL_CHECKBOX, sal_Tr… in DBG_NAME() 103 :OReferenceValueComponent( _pOriginal, _rxFactory ) in OCheckBoxModel() 121 StringSequence aSupported = OReferenceValueComponent::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() 144 BEGIN_DESCRIBE_PROPERTIES( 1, OReferenceValueComponent ) in describeFixedProperties() 159 OReferenceValueComponent::write(_rxOutStream); in write() 174 OReferenceValueComponent::read(_rxInStream); in read()
|
H A D | refvaluecomponent.hxx | 43 class OReferenceValueComponent : public OBoundControlModel class 64 OReferenceValueComponent( 70 DECLARE_DEFAULT_CLONE_CTOR( OReferenceValueComponent ) 71 DECLARE_DEFAULT_DTOR( OReferenceValueComponent );
|
H A D | CheckBox.hxx | 36 class OCheckBoxModel :public OReferenceValueComponent
|
H A D | RadioButton.hxx | 36 class ORadioButtonModel :public OReferenceValueComponent
|
Completed in 20 milliseconds