Searched refs:swText (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_ComboBox.cpp | 84 CFX_WideString swText; in NewPDFWindow() local 86 swText = m_pWidget->GetValue(); in NewPDFWindow() 88 swText = m_pWidget->GetOptionLabel(nCurSel); in NewPDFWindow() 96 pWnd->SetText(swText.c_str()); in NewPDFWindow() 140 CFX_WideString swText = pWnd->GetText(); in SaveData() local 150 if (swText != m_pWidget->GetOptionLabel(nCurSel)) in SaveData() 167 m_pWidget->SetValue(swText, FALSE); in SaveData()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 42 CFX_WideString swText = csText; in SetText() local 46 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText); in SetText() 53 swText.Empty(); in SetText() 71 swText += FWL_VKEY_Return; in SetText() 72 swText += swSection; in SetText() 81 m_pEdit->SetText(swText.c_str()); in SetText() 607 CFX_WideString swText = pSH->GetClipboardText(this->GetAttachedHWnd()); in OnRButtonUp() local 608 if (swText.IsEmpty()) in OnRButtonUp()
|
D | PWL_ComboBox.cpp | 639 CFX_WideString swText = m_pList->GetText(); in SetSelectText() local
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 923 CFX_WideString swText = text; in InsertText() local 925 for (FX_INT32 i = 0, sz = swText.GetLength(); i < sz; i++) { in InsertText() 927 FX_WORD word = swText.GetAt(i); in InsertText() 931 if (swText.GetAt(i + 1) == 0x0A) { in InsertText() 939 if (swText.GetAt(i + 1) == 0x0D) { in InsertText() 984 CFX_WideString swText = text; in SetText() local 999 for (FX_INT32 i = 0, sz = swText.GetLength(); i < sz; i++) { in SetText() 1006 FX_WORD word = swText.GetAt(i); in SetText() 1010 if (swText.GetAt(i + 1) == 0x0A) { in SetText() 1021 if (swText.GetAt(i + 1) == 0x0D) { in SetText()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 448 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/ |
D | fxet_edit.cpp | 721 …lear::CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText) : in CFXEU_Clear() argument 724 m_swText(swText) in CFXEU_Clear() 810 const CFX_WideString & swText, FX_INT32 charset, in CFXEU_InsertText() argument 815 m_swText(swText), in CFXEU_InsertText()
|