Lines Matching refs:sValue

446                 ::rtl::OUString sValue;  in getPropertyValue()
447 m_xReportComponent->getPropertyValue( PropertyName ) >>= sValue; in getPropertyValue()
448 aPropertyValue <<= impl_ConvertMimeTypeToUI_nothrow(sValue); in getPropertyValue()
659 ::rtl::OUString sValue; in setPropertyValue()
660 Value >>= sValue; in setPropertyValue()
661 aNewValue <<= impl_ConvertUIToMimeType_nothrow(sValue); in setPropertyValue()
1068 ::rtl::OUString sValue; in convertToPropertyValue()
1069 _rControlValue >>= sValue; in convertToPropertyValue()
1072 … ::std::vector< ::rtl::OUString >::iterator aFind = ::std::find(aList.begin(),aList.end(),sValue); in convertToPropertyValue()
1082 ::rtl::OUString sValue; in convertToPropertyValue()
1083 _rControlValue >>= sValue; in convertToPropertyValue()
1086 … ::std::vector< ::rtl::OUString >::iterator aFind = ::std::find(aList.begin(),aList.end(),sValue); in convertToPropertyValue()
1093 ::rtl::OUString sValue; in convertToPropertyValue()
1094 _rControlValue >>= sValue; in convertToPropertyValue()
1097 … ::std::vector< ::rtl::OUString >::iterator aFind = ::std::find(aList.begin(),aList.end(),sValue); in convertToPropertyValue()
1180 ::rtl::OUString sValue; in convertToControlValue()
1181 aControlValue >>= sValue; in convertToControlValue()
1182 if ( isDefaultFunction(sValue,sValue) ) in convertToControlValue()
1183 aControlValue <<= sValue; in convertToControlValue()
1512 ::rtl::OUString sValue; in actuatingPropertyChanged()
1513 m_xReportComponent->getPropertyValue( PROPERTY_DATAFIELD ) >>= sValue; in actuatingPropertyChanged()
1514 bEnable = sValue.getLength() != 0; in actuatingPropertyChanged()