Searched refs:swText (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_ComboBox.cpp | 87 CFX_WideString swText; in NewPDFWindow() local 90 swText = m_pWidget->GetValue(); in NewPDFWindow() 92 swText = m_pWidget->GetOptionLabel(nCurSel); in NewPDFWindow() 100 pWnd->SetText(swText); in NewPDFWindow() 145 CFX_WideString swText = pWnd->GetText(); in SaveData() local 155 if (swText != m_pWidget->GetOptionLabel(nCurSel)) in SaveData() 172 m_pWidget->SetValue(swText, FALSE); in SaveData()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 41 CFX_WideString swText = csText; in SetText() local 45 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText); in SetText() 52 swText.Empty(); in SetText() 70 swText += FWL_VKEY_Return; in SetText() 71 swText += swSection; in SetText() 80 m_pEdit->SetText(swText); in SetText() 603 CFX_WideString swText = pSH->GetClipboardText(this->GetAttachedHWnd()); in OnRButtonUp() local 604 if (swText.IsEmpty()) in OnRButtonUp()
|
D | PWL_ComboBox.cpp | 639 CFX_WideString swText = m_pList->GetText(); in SetSelectText() local
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Console.h | 193 void AppendConsoleText(const CFX_WideString& swText); 194 void SetConsoleText(const CFX_WideString& swText);
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 927 CFX_WideString swText = text; in InsertText() local 929 for (FX_INT32 i = 0, sz = swText.GetLength(); i < sz; i++) { in InsertText() 931 FX_WORD word = swText.GetAt(i); in InsertText() 935 if (swText.GetAt(i + 1) == 0x0A) { in InsertText() 943 if (swText.GetAt(i + 1) == 0x0D) { in InsertText() 988 CFX_WideString swText = text; in SetText() local 1003 for (FX_INT32 i = 0, sz = swText.GetLength(); i < sz; i++) { in SetText() 1010 FX_WORD word = swText.GetAt(i); in SetText() 1014 if (swText.GetAt(i + 1) == 0x0A) { in SetText() 1025 if (swText.GetAt(i + 1) == 0x0D) { in SetText()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 452 CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText); 493 const CFX_WideString & swText, FX_INT32 charset,
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 738 …lear::CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText) : in CFXEU_Clear() argument 741 m_swText(swText) in CFXEU_Clear() 827 const CFX_WideString & swText, FX_INT32 charset, in CFXEU_InsertText() argument 832 m_swText(swText), in CFXEU_InsertText()
|