Lines Matching refs:aPropertyValue

367     uno::Any aPropertyValue;  in getPropertyValue()  local
375 aPropertyValue = m_xReportComponent->getPropertyValue( PropertyName ); in getPropertyValue()
376 lcl_convertFormulaTo(aPropertyValue,aPropertyValue); in getPropertyValue()
380 aPropertyValue >>= sDataField; in getPropertyValue()
387 aPropertyValue <<= sDataField; in getPropertyValue()
389 aPropertyValue = uno::Any(); in getPropertyValue()
393 aPropertyValue = uno::Any(); in getPropertyValue()
405 aPropertyValue <<= m_nDataFieldType; in getPropertyValue()
421aPropertyValue <<= (PROPERTY_ID_FORMULALIST == nId ? m_sDefaultFunction : m_sScope); in getPropertyValue()
425 aPropertyValue = aDataField; in getPropertyValue()
429 aPropertyValue <<= m_sScope; in getPropertyValue()
438 aPropertyValue = m_xReportComponent->getPropertyValue( PropertyName ); in getPropertyValue()
440 … if ( (aPropertyValue >>= nColor) && static_cast<sal_Int32>(COL_TRANSPARENT) == nColor ) in getPropertyValue()
441 aPropertyValue.clear(); in getPropertyValue()
448 aPropertyValue <<= impl_ConvertMimeTypeToUI_nothrow(sValue); in getPropertyValue()
452 aPropertyValue = m_xReportComponent->getPropertyValue( PropertyName ); in getPropertyValue()
455 return aPropertyValue; in getPropertyValue()
477 uno::Any aPropertyValue; in setPropertyValue() local
478 lcl_convertFormulaTo(Value,aPropertyValue); in setPropertyValue()
480 aPropertyValue >>= sDataField; in setPropertyValue()
576 … uno::Any aPropertyValue = m_xReportComponent->getPropertyValue(PROPERTY_DATAFIELD); in setPropertyValue() local
577 lcl_convertFormulaTo(aPropertyValue,aPropertyValue); in setPropertyValue()
579 aPropertyValue >>= sDataField; in setPropertyValue()
954 uno::Any aPropertyValue( _rControlValue ); in convertToPropertyValue() local
960aPropertyValue = getConstantValue(sal_False,RID_STR_FORCENEWPAGE_CONST,_rControlValue,::rtl::OUStr… in convertToPropertyValue()
963aPropertyValue = getConstantValue(sal_False,RID_STR_GROUPKEEPTOGETHER_CONST,_rControlValue,::rtl::… in convertToPropertyValue()
967aPropertyValue = getConstantValue(sal_False,RID_STR_REPORTPRINTOPTION_CONST,_rControlValue,::rtl::… in convertToPropertyValue()
973 aPropertyValue <<= static_cast<sal_Int32>(COL_TRANSPARENT); in convertToPropertyValue()
981aPropertyValue = getConstantValue(sal_False,RID_STR_KEEPTOGETHER_CONST,_rControlValue,::rtl::OUStr… in convertToPropertyValue()
1000 if ( aPropertyValue.hasValue() ) in convertToPropertyValue()
1003 if ( aPropertyValue.getValueType().equals( aProp.Type ) ) in convertToPropertyValue()
1005 return aPropertyValue; in convertToPropertyValue()
1013aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, aProp.Type ); in convertToPropertyValue()
1019 aPropertyValue = m_xTypeConverter->convertTo( _rControlValue, aProp.Type ); in convertToPropertyValue()
1041aPropertyValue <<= impl_convertToFormula( uno::makeAny(lcl_getQuotedFunctionName(m_xFunction)) ); in convertToPropertyValue()
1044 aPropertyValue <<= impl_convertToFormula( _rControlValue ); in convertToPropertyValue()
1049aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(PropertyName, _rControlValue); in convertToPropertyValue()
1051 aPropertyValue >>= nPosX; in convertToPropertyValue()
1055 aPropertyValue <<= nPosX; in convertToPropertyValue()
1059aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(PROPERTY_FONT, _rControlValue); in convertToPropertyValue()
1064 aPropertyValue = _rControlValue; in convertToPropertyValue()
1074 aPropertyValue <<= static_cast<sal_uInt32>(aFind - aList.begin()); in convertToPropertyValue()
1078 aPropertyValue = _rControlValue; in convertToPropertyValue()
1088 aPropertyValue <<= static_cast<style::VerticalAlignment>(aFind - aList.begin()); in convertToPropertyValue()
1099 aPropertyValue <<= static_cast<sal_Int16>(aFind - aList.begin()); in convertToPropertyValue()
1105 return aPropertyValue; in convertToPropertyValue()
1115 uno::Any aPropertyValue(_rPropertyValue); in convertToControlValue() local
1125 …aControlValue = getConstantValue(sal_True,RID_STR_FORCENEWPAGE_CONST,aPropertyValue,::rtl::OUStrin… in convertToControlValue()
1128 …rolValue = getConstantValue(sal_True,RID_STR_GROUPKEEPTOGETHER_CONST,aPropertyValue,::rtl::OUStrin… in convertToControlValue()
1132 …rolValue = getConstantValue(sal_True,RID_STR_REPORTPRINTOPTION_CONST,aPropertyValue,::rtl::OUStrin… in convertToControlValue()
1137 …aControlValue = getConstantValue(sal_True,RID_STR_KEEPTOGETHER_CONST,aPropertyValue,::rtl::OUStrin… in convertToControlValue()
1158 aControlValue <<= xConversionHelper->convertToControlValue( aPropertyValue ); in convertToControlValue()
1164 … aControlValue = m_xTypeConverter->convertTo( aPropertyValue, _rControlValueType ); in convertToControlValue()
1176 lcl_convertFormulaTo(aPropertyValue,aControlValue); in convertToControlValue()
1185 lcl_convertFormulaTo(aPropertyValue,aControlValue); in convertToControlValue()
1189 …alue = m_xFormComponentHandler->convertToControlValue(PROPERTY_FONT, aPropertyValue, _rControlValu… in convertToControlValue()
1194 aPropertyValue >>= nPosX; in convertToControlValue()
1198 aPropertyValue <<= nPosX; in convertToControlValue()
1199 …Value = m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rControlValu… in convertToControlValue()
1209 aControlValue = aPropertyValue; in convertToControlValue()
1222 aPropertyValue >>= nParagraphVertAlign; in convertToControlValue()
1232 aPropertyValue >>= nParagraphAdjust; in convertToControlValue()
1243 … if ( (aPropertyValue >>= nColor) && static_cast<sal_Int32>(COL_TRANSPARENT) == nColor ) in convertToControlValue()
1244 aPropertyValue.clear(); in convertToControlValue()
1248 …Value = m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rControlValu… in convertToControlValue()