Lines Matching refs:_rValue
95 virtual void implInitialize( const com::sun::star::uno::Any& _rValue );
197 void OTextConnectionSettingsDialog::implInitialize(const Any& _rValue) in implInitialize() argument
199 OTextConnectionSettingsDialog_BASE::implInitialize( _rValue ); in implInitialize()
203 …Dialog::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) throw(Exception) in setFastPropertyValue_NoBroadcast() argument
208 pos->second->setPropertyValue( _rValue ); in setFastPropertyValue_NoBroadcast()
212 OTextConnectionSettingsDialog::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
217 …( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) throw(IllegalArg… in convertFastPropertyValue() argument
225 _rConvertedValue = _rValue; in convertFastPropertyValue()
231 …nectionSettingsDialog::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
238 …void SAL_CALL OTextConnectionSettingsDialog::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandl… in getFastPropertyValue() argument
243 pos->second->getPropertyValue( _rValue ); in getFastPropertyValue()
247 OTextConnectionSettingsDialog::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()