Lines Matching refs:ORadioButtonModel

103 	return *(new ORadioButtonModel(_rxFactory));  in ORadioButtonModel_CreateInstance()
107 DBG_NAME( ORadioButtonModel ) in DBG_NAME() argument
109 ORadioButtonModel::ORadioButtonModel(const Reference<XMultiServiceFactory>& _rxFactory) in DBG_NAME()
113 DBG_CTOR( ORadioButtonModel, NULL ); in DBG_NAME()
121 ORadioButtonModel::ORadioButtonModel( const ORadioButtonModel* _pOriginal, const Reference<XMultiSe… in ORadioButtonModel() function in frm::ORadioButtonModel
124 DBG_CTOR( ORadioButtonModel, NULL ); in ORadioButtonModel()
128 ORadioButtonModel::~ORadioButtonModel() in ~ORadioButtonModel()
130 DBG_DTOR( ORadioButtonModel, NULL ); in ~ORadioButtonModel()
135 IMPLEMENT_DEFAULT_CLONING( ORadioButtonModel ) in IMPLEMENT_DEFAULT_CLONING() argument
139 StringSequence SAL_CALL ORadioButtonModel::getSupportedServiceNames() throw(RuntimeException) in IMPLEMENT_DEFAULT_CLONING()
162 void ORadioButtonModel::SetSiblingPropsTo(const ::rtl::OUString& rPropName, const Any& rValue) in SetSiblingPropsTo()
199 void ORadioButtonModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& rValue) thro… in setFastPropertyValue_NoBroadcast()
271 void ORadioButtonModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
279 ::rtl::OUString SAL_CALL ORadioButtonModel::getServiceName() throw(RuntimeException) in getServiceName()
285 void SAL_CALL ORadioButtonModel::write(const Reference<XObjectOutputStream>& _rxOutStream) in write()
303 void SAL_CALL ORadioButtonModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExc… in read()
346 void ORadioButtonModel::_propertyChanged(const PropertyChangeEvent& _rEvent) throw(RuntimeException) in _propertyChanged()
364 Any ORadioButtonModel::translateDbColumnToControlValue() in translateDbColumnToControlValue()
372 Any ORadioButtonModel::translateExternalValueToControlValue( const Any& _rExternalValue ) const in translateExternalValueToControlValue()
383 sal_Bool ORadioButtonModel::commitControlValueToDbColumn( bool /*_bPostReset*/ ) in commitControlValueToDbColumn()