Home
last modified time | relevance | path

Searched refs:m_wsPrevText (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_eventparam.cpp23 return m_wsPrevText.First(m_iSelStart) + m_wsChange + in GetNewText()
24 m_wsPrevText.Last(m_wsPrevText.GetLength() - m_iSelEnd); in GetNewText()
Dcxfa_ffcombobox.cpp143 pParam->m_wsPrevText = ToComboBox(GetNormalWidget())->GetEditText(); in FWLEventSelChange()
313 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnTextChanged()
321 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_eventparam.h77 WideString m_wsPrevText; variable
Dcxfa_fflistbox.cpp158 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_ffdatetimeedit.cpp206 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_ffcheckbutton.cpp311 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnProcessEvent()
Dcxfa_fftextedit.cpp334 eParam.m_wsPrevText = event->previous_text; in OnTextWillChange()
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.cpp247 StringProperty(pValue, &pEventParam->m_wsPrevText, bSetting); in Property()
258 pEventParam->m_wsPrevText.GetLength()); in Property()
267 pEventParam->m_wsPrevText.GetLength()); in Property()
Dcfxjse_formcalc_context_embeddertest.cpp1592 params.m_wsPrevText = L"1234";
1670 params.m_wsPrevText = L"abcd";
1677 EXPECT_EQ(L"abcd", params.m_wsPrevText);
1686 EXPECT_EQ(L"abcd", params.m_wsPrevText);
1695 EXPECT_EQ(L"abcd", params.m_wsPrevText);
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp239 param.m_wsPrevText = data->sValue; in OnXFAAAction()
817 param.m_wsPrevText = data->sValue; in OnAAction()