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

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp55 CFX_WideString swText; local
57 swText = m_pWidget->GetValue();
59 swText = m_pWidget->GetOptionLabel(nCurSel);
66 pWnd->SetText(swText.c_str());
97 CFX_WideString swText = pWnd->GetText();
103 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel));
106 m_pWidget->SetValue(swText, FALSE);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp632 CFX_WideString swText = m_pList->GetText(); local
H A DPWL_Edit.cpp35 CFX_WideString swText = csText; local
38 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText);
45 swText.Empty();
60 swText += FWL_VKEY_Return;
61 swText += swSection;
70 m_pEdit->SetText(swText.c_str());
577 CFX_WideString swText = pSH->GetClipboardText(GetAttachedHWnd()); local
578 if (swText.IsEmpty())
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp913 CFX_WideString swText = text; local
915 for (int32_t i = 0, sz = swText.GetLength(); i < sz; i++) {
917 FX_WORD word = swText.GetAt(i);
921 if (swText.GetAt(i + 1) == 0x0A) {
929 if (swText.GetAt(i + 1) == 0x0D) {
973 CFX_WideString swText = text; local
988 for (int32_t i = 0, sz = swText.GetLength(); i < sz; i++) {
995 FX_WORD word = swText.GetAt(i);
999 if (swText.GetAt(i + 1) == 0x0A) {
1010 if (swText
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp431 CFX_WideString swText; local
432 pWidgetAcc->GetChoiceListItem(swText, i);
434 pFormField->InsertOption(swText, i, TRUE);
446 CFX_WideString swText; local
447 pWidgetAcc->GetChoiceListItem(swText, i);
449 pFormField->InsertOption(swText, i, FALSE);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp555 const CFX_WideString& swText)
556 : m_pEdit(pEdit), m_wrSel(wrSel), m_swText(swText) {}
624 const CFX_WideString& swText,
631 m_swText(swText),
553 CFXEU_Clear(CFX_Edit* pEdit, const CPVT_WordRange& wrSel, const CFX_WideString& swText) argument
621 CFXEU_InsertText(CFX_Edit* pEdit, const CPVT_WordPlace& wpOldPlace, const CPVT_WordPlace& wpNewPlace, const CFX_WideString& swText, int32_t charset, const CPVT_SecProps* pSecProps, const CPVT_WordProps* pWordProps) argument

Completed in 54 milliseconds