Home
last modified time | relevance | path

Searched refs:OReferenceValueComponent (Results 1 – 6 of 6) sorted by relevance

/trunk/main/forms/source/component/
H A Drefvaluecomponent.cxx49OReferenceValueComponent::OReferenceValueComponent( const Reference< XMultiServiceFactory>& _rxFac… in OReferenceValueComponent() function in frm::OReferenceValueComponent
57OReferenceValueComponent::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 DRadioButton.cxx110 …: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 DCheckBox.cxx92 …: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 Drefvaluecomponent.hxx43 class OReferenceValueComponent : public OBoundControlModel class
64 OReferenceValueComponent(
70 DECLARE_DEFAULT_CLONE_CTOR( OReferenceValueComponent )
71 DECLARE_DEFAULT_DTOR( OReferenceValueComponent );
H A DCheckBox.hxx36 class OCheckBoxModel :public OReferenceValueComponent
H A DRadioButton.hxx36 class ORadioButtonModel :public OReferenceValueComponent

Completed in 31 milliseconds