Lines Matching refs:sValue
246 param.m_wsFullText = data.sValue; in OnXFAAAction()
249 param.m_wsNewText = data.sValue; in OnXFAAAction()
256 param.m_wsPrevText = data.sValue; in OnXFAAAction()
696 void CPDFSDK_Widget::SetValue(const WideString& sValue, bool bNotify) { argument
698 pFormField->SetValue(sValue, bNotify);
705 void CPDFSDK_Widget::SetDefaultValue(const WideString& sValue) {} argument
746 WideString sValue = OnFormat(bFormatted); local
747 ResetAppearance(bFormatted ? &sValue : nullptr, true);
757 void CPDFSDK_Widget::ResetAppearance(const WideString* sValue, argument
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;