Lines Matching refs:_rValue

1009 void OControlModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const  in getFastPropertyValue()  argument
1014 _rValue <<= m_aName; in getFastPropertyValue()
1017 _rValue <<= m_aTag; in getFastPropertyValue()
1020 _rValue <<= m_nClassId; in getFastPropertyValue()
1023 _rValue <<= m_nTabIndex; in getFastPropertyValue()
1026 _rValue <<= (sal_Bool)m_bNativeLook; in getFastPropertyValue()
1030 _rValue <<= (sal_Int16)m_nControlTypeinMSO; in getFastPropertyValue()
1033 _rValue <<= (sal_uInt16)m_nObjIDinMSO; in getFastPropertyValue()
1037 m_aPropertyBagHelper.getDynamicFastPropertyValue( _nHandle, _rValue ); in getFastPropertyValue()
1039 OPropertySetAggregationHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
1046 … Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) in convertFastPropertyValue() argument
1053 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aName); in convertFastPropertyValue()
1056 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aTag); in convertFastPropertyValue()
1059 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_nTabIndex); in convertFastPropertyValue()
1062 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_bNativeLook); in convertFastPropertyValue()
1066 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_nControlTypeinMSO); in convertFastPropertyValue()
1069 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_nObjIDinMSO); in convertFastPropertyValue()
1073 …bModified = m_aPropertyBagHelper.convertDynamicFastPropertyValue( _nHandle, _rValue, _rConvertedVa… in convertFastPropertyValue()
1082 void OControlModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) in setFastPropertyValue_NoBroadcast() argument
1088 DBG_ASSERT(_rValue.getValueType() == getCppuType((const ::rtl::OUString*)NULL), in setFastPropertyValue_NoBroadcast()
1090 _rValue >>= m_aName; in setFastPropertyValue_NoBroadcast()
1093 DBG_ASSERT(_rValue.getValueType() == getCppuType((const ::rtl::OUString*)NULL), in setFastPropertyValue_NoBroadcast()
1095 _rValue >>= m_aTag; in setFastPropertyValue_NoBroadcast()
1098 DBG_ASSERT(_rValue.getValueType() == getCppuType((const sal_Int16*)NULL), in setFastPropertyValue_NoBroadcast()
1100 _rValue >>= m_nTabIndex; in setFastPropertyValue_NoBroadcast()
1103 OSL_VERIFY( _rValue >>= m_bNativeLook ); in setFastPropertyValue_NoBroadcast()
1107 OSL_VERIFY( _rValue >>= m_nControlTypeinMSO ); in setFastPropertyValue_NoBroadcast()
1110 OSL_VERIFY( _rValue >>= m_nObjIDinMSO ); in setFastPropertyValue_NoBroadcast()
1114 m_aPropertyBagHelper.setDynamicFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
1827 const Any& _rValue) in convertFastPropertyValue() argument
1834 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_bInputRequired ); in convertFastPropertyValue()
1837 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aControlSource); in convertFastPropertyValue()
1843 if (!_rValue.hasValue()) in convertFastPropertyValue()
1851 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_xLabelControl); in convertFastPropertyValue()
1858 …odified = OControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue); in convertFastPropertyValue()
2345 void OBoundControlModel::setControlValue( const Any& _rValue, ValueChangeInstigator _eInstigator ) in setControlValue() argument
2348 doSetControlValue( _rValue ); in setControlValue()
2353 void OBoundControlModel::doSetControlValue( const Any& _rValue ) in doSetControlValue() argument
2369 m_xAggregateFastSet->setFastPropertyValue( m_nValuePropertyAggregateHandle, _rValue ); in doSetControlValue()
2373 m_xAggregateSet->setPropertyValue( m_sValuePropertyName, _rValue ); in doSetControlValue()