Lines Matching refs:aControlValue

1110     uno::Any aControlValue( _rPropertyValue );  in convertToControlValue()  local
1111 if ( !aControlValue.hasValue() ) in convertToControlValue()
1113 return aControlValue; in convertToControlValue()
1125aControlValue = getConstantValue(sal_True,RID_STR_FORCENEWPAGE_CONST,aPropertyValue,::rtl::OUStrin… in convertToControlValue()
1128aControlValue = getConstantValue(sal_True,RID_STR_GROUPKEEPTOGETHER_CONST,aPropertyValue,::rtl::OU… in convertToControlValue()
1132aControlValue = getConstantValue(sal_True,RID_STR_REPORTPRINTOPTION_CONST,aPropertyValue,::rtl::OU… in convertToControlValue()
1137aControlValue = getConstantValue(sal_True,RID_STR_KEEPTOGETHER_CONST,aPropertyValue,::rtl::OUStrin… in convertToControlValue()
1158 aControlValue <<= xConversionHelper->convertToControlValue( aPropertyValue ); in convertToControlValue()
1164aControlValue = m_xTypeConverter->convertTo( aPropertyValue, _rControlValueType ); in convertToControlValue()
1176 lcl_convertFormulaTo(aPropertyValue,aControlValue); in convertToControlValue()
1181 aControlValue >>= sValue; in convertToControlValue()
1183 aControlValue <<= sValue; in convertToControlValue()
1185 lcl_convertFormulaTo(aPropertyValue,aControlValue); in convertToControlValue()
1189aControlValue = m_xFormComponentHandler->convertToControlValue(PROPERTY_FONT, aPropertyValue, _rCo… in convertToControlValue()
1199aControlValue = m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rCon… in convertToControlValue()
1203 aControlValue <<= m_sDefaultFunction; in convertToControlValue()
1206 aControlValue <<= m_sScope; in convertToControlValue()
1209 aControlValue = aPropertyValue; in convertToControlValue()
1216 aControlValue <<= aList[m_nDataFieldType]; in convertToControlValue()
1226 aControlValue <<= aList[nParagraphVertAlign]; in convertToControlValue()
1236 aControlValue <<= aList[nParagraphAdjust]; in convertToControlValue()
1248aControlValue = m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rCon… in convertToControlValue()
1250 return aControlValue; in convertToControlValue()