Lines Matching refs:rVal
97 sal_Bool LinguOptions::SetLocale_Impl( sal_Int16 &rLanguage, Any &rOld, const Any &rVal, sal_Int16 … in SetLocale_Impl() argument
102 rVal >>= aNew; in SetLocale_Impl()
116 sal_Bool LinguOptions::SetValue( Any &rOld, const Any &rVal, sal_Int32 nWID ) in SetValue() argument
146 …bRes = SetLocale_Impl( pData->nDefaultLanguage, rOld, rVal, ::com::sun::star::i18n::ScriptType::LA… in SetValue()
151 …bRes = SetLocale_Impl( pData->nDefaultLanguage_CJK, rOld, rVal, ::com::sun::star::i18n::ScriptType… in SetValue()
156 …bRes = SetLocale_Impl( pData->nDefaultLanguage_CTL, rOld, rVal, ::com::sun::star::i18n::ScriptType… in SetValue()
169 rVal >>= bNew; in SetValue()
180 rVal >>= nNew; in SetValue()
195 void LinguOptions::GetValue( Any &rVal, sal_Int32 nWID ) const in GetValue() argument
225 rVal.setValue( &aLocale, ::getCppuType((Locale*)0 )); in GetValue()
231 rVal.setValue( &aLocale, ::getCppuType((Locale*)0 )); in GetValue()
237 rVal.setValue( &aLocale, ::getCppuType((Locale*)0 )); in GetValue()
247 rVal <<= *pbVal; in GetValue()
249 rVal <<= *pnVal; in GetValue()
551 PropertyValue &rVal = pProp[i]; in getPropertyValues() local
554 rVal.Name = aIt->sName; in getPropertyValues()
555 rVal.Handle = aIt->nWID; in getPropertyValues()
556 rVal.Value = aAny; in getPropertyValues()
557 rVal.State = PropertyState_DIRECT_VALUE ; in getPropertyValues()
573 const PropertyValue &rVal = pVal[i]; in setPropertyValues() local
574 setPropertyValue( rVal.Name, rVal.Value ); in setPropertyValues()