Lines Matching refs:_rControlValue

183 void lcl_convertFormulaTo(const uno::Any& _aPropertyValue,uno::Any& _rControlValue)  in lcl_convertFormulaTo()  argument
191 _rControlValue <<= aFormula.getUndecoratedContent(); in lcl_convertFormulaTo()
208 ::rtl::OUString GeometryHandler::impl_convertToFormula( const uno::Any& _rControlValue ) in impl_convertToFormula() argument
211 _rControlValue >>= sName; in impl_convertToFormula()
951 …PropertyValue(const ::rtl::OUString & PropertyName, const uno::Any & _rControlValue) throw (uno::R… in convertToPropertyValue() argument
954 uno::Any aPropertyValue( _rControlValue ); in convertToPropertyValue()
960 …aPropertyValue = getConstantValue(sal_False,RID_STR_FORCENEWPAGE_CONST,_rControlValue,::rtl::OUStr… in convertToPropertyValue()
963 …tyValue = getConstantValue(sal_False,RID_STR_GROUPKEEPTOGETHER_CONST,_rControlValue,::rtl::OUStrin… in convertToPropertyValue()
967 …tyValue = getConstantValue(sal_False,RID_STR_REPORTPRINTOPTION_CONST,_rControlValue,::rtl::OUStrin… in convertToPropertyValue()
971 if ( !_rControlValue.hasValue() ) in convertToPropertyValue()
981 …ropertyValue = getConstantValue(sal_False,RID_STR_KEEPTOGETHER_CONST,_rControlValue,::rtl::OUStrin… in convertToPropertyValue()
1007 if ( _rControlValue.getValueType().getTypeClass() == uno::TypeClass_STRING ) in convertToPropertyValue()
1010 _rControlValue >>= sControlValue; in convertToPropertyValue()
1019 aPropertyValue = m_xTypeConverter->convertTo( _rControlValue, aProp.Type ); in convertToPropertyValue()
1033 return uno::makeAny( impl_convertToFormula( _rControlValue ) ); in convertToPropertyValue()
1037 _rControlValue >>= sDataField; in convertToPropertyValue()
1044 aPropertyValue <<= impl_convertToFormula( _rControlValue ); in convertToPropertyValue()
1049 … aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(PropertyName, _rControlValue); in convertToPropertyValue()
1059 … aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(PROPERTY_FONT, _rControlValue); in convertToPropertyValue()
1064 aPropertyValue = _rControlValue; in convertToPropertyValue()
1069 _rControlValue >>= sValue; in convertToPropertyValue()
1078 aPropertyValue = _rControlValue; in convertToPropertyValue()
1083 _rControlValue >>= sValue; in convertToPropertyValue()
1094 _rControlValue >>= sValue; in convertToPropertyValue()
1103 return m_xFormComponentHandler->convertToPropertyValue(PropertyName, _rControlValue); in convertToPropertyValue()