Lines Matching refs:aControlValue
642 Any aControlValue( _rPropertyValue ); in convertToControlValue() local
643 if ( !aControlValue.hasValue() ) in convertToControlValue()
648 aControlValue <<= m_sDefaultValueString; in convertToControlValue()
650 return aControlValue; in convertToControlValue()
670 aControlValue <<= sControlValue; in convertToControlValue()
688 aControlValue <<= sDataSource; in convertToControlValue()
713 aControlValue <<= sControlValue; in convertToControlValue()
725 aControlValue <<= DBTypeConversion::toDate( nDate ); in convertToControlValue()
736 aControlValue <<= DBTypeConversion::toTime( nTime ); in convertToControlValue()
756 …aControlValue = FormComponentPropertyHandler_Base::convertToControlValue( _rPropertyName, makeAny(… in convertToControlValue()
801 aControlValue <<= displayName.makeStringAndClear(); in convertToControlValue()
806 …aControlValue = FormComponentPropertyHandler_Base::convertToControlValue( _rPropertyName, _rProper… in convertToControlValue()
811 return aControlValue; in convertToControlValue()