Lines Matching full:svalue
1583 void CPWL_AppStream::SetAsComboBox(const WideString* sValue) {
1616 if (sValue) {
1617 pEdit->SetText(*sValue);
1737 void CPWL_AppStream::SetAsTextField(const WideString* sValue) {
1776 if (!sValue && widget_->GetMixXFAWidget()) {
1778 sValue = &sValueTmp;
1791 if (sValue)
1792 nMaxLen = sValue->GetLength();
1803 pEdit->SetText(sValue ? *sValue : pField->GetValue());