Lines Matching full:svalue
246 param.m_wsFullText = data.sValue;
249 param.m_wsNewText = data.sValue;
256 param.m_wsPrevText = data.sValue;
696 void CPDFSDK_Widget::SetValue(const WideString& sValue, bool bNotify) {
698 pFormField->SetValue(sValue, bNotify);
705 void CPDFSDK_Widget::SetDefaultValue(const WideString& sValue) {}
746 WideString sValue = OnFormat(bFormatted);
747 ResetAppearance(bFormatted ? &sValue : nullptr, true);
757 void CPDFSDK_Widget::ResetAppearance(const WideString* sValue,
777 appStream.SetAsComboBox(sValue);
783 appStream.SetAsTextField(sValue);
984 param.m_wsFullText = data.sValue;
987 param.m_wsNewText = data.sValue;
993 param.m_wsPrevText = data.sValue;