Searched refs:swText (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp84 CFX_WideString swText; local
86 swText = m_pWidget->GetValue();
88 swText = m_pWidget->GetOptionLabel(nCurSel);
96 pWnd->SetText(swText.c_str());
140 CFX_WideString swText = pWnd->GetText(); local
150 if (swText != m_pWidget->GetOptionLabel(nCurSel))
167 m_pWidget->SetValue(swText, FALSE);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp42 CFX_WideString swText = csText; local
46 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText);
53 swText.Empty();
71 swText += FWL_VKEY_Return;
72 swText += swSection;
81 m_pEdit->SetText(swText.c_str());
607 CFX_WideString swText = pSH->GetClipboardText(this->GetAttachedHWnd()); local
608 if (swText.IsEmpty())
H A DPWL_ComboBox.cpp639 CFX_WideString swText = m_pList->GetText(); local
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp923 CFX_WideString swText = text; local
925 for (FX_INT32 i = 0, sz = swText.GetLength(); i < sz; i++) {
927 FX_WORD word = swText.GetAt(i);
931 if (swText.GetAt(i + 1) == 0x0A) {
939 if (swText.GetAt(i + 1) == 0x0D) {
984 CFX_WideString swText = text; local
999 for (FX_INT32 i = 0, sz = swText.GetLength(); i < sz; i++) {
1006 FX_WORD word = swText.GetAt(i);
1010 if (swText.GetAt(i + 1) == 0x0A) {
1021 if (swText
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h448 CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText);
489 const CFX_WideString & swText, FX_INT32 charset,
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp721 CFXEU_Clear::CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText) : argument
724 m_swText(swText)
810 const CFX_WideString & swText, FX_INT32 charset,
815 m_swText(swText),
809 CFXEU_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, const CFX_WideString & swText, FX_INT32 charset, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) argument

Completed in 468 milliseconds