HomeSort by relevance Sort by last modified time
    Searched refs:wsTemp (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.cpp 80 CFX_WideString wsTemp;
81 pField->GetDisplayText(wsTemp);
82 wsDisplay += wsTemp;
98 CFX_WideString wsTemp;
99 pField->GetFieldText(wsTemp);
100 wsBlock += wsTemp;
126 CFX_WideString wsTemp;
127 pField->GetFieldText(wsTemp);
128 wsText += wsTemp;
248 CFX_WideString wsTemp = m_wsField;
    [all...]
fde_txtedtengine.cpp 146 CFX_WideString wsTemp;
147 FX_WCHAR* lpBuffer = wsTemp.GetBuffer(nLength);
150 wsTemp.ReleaseBuffer(nLength);
152 wsTemp.Delete(m_nLimit, nLength - m_nLimit);
155 m_pTxtBuf->SetText(wsTemp);
176 CFX_WideString wsTemp;
178 FX_WCHAR* lpBuffer = wsTemp.GetBuffer(nTextBufLength);
202 wsTemp.ReleaseBuffer(nRealLength);
207 FXSYS_memcpy(lpDestBuf, const FX_WCHAR*(wsTemp) + nRealBgn,
566 CFX_WideString wsTemp;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 425 CFX_WideString wsTemp;
426 wsTemp.Format(L"%:03d", t.GetMillisecond());
427 m_wsValue += wsTemp;
443 CFX_WideString wsTemp;
444 wsTemp.Format(L"%:03d", dt.GetMillisecond());
445 m_wsValue += wsTemp;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 366 CFX_WideString wsTemp;
367 CPDF_Object* pTempObject = nametree.LookupValue(i, wsTemp);
368 if (wsTemp == wsName) {
xfa_ffchoicelist.cpp 164 CFX_WideString wsTemp(wsLabel);
165 ((CFWL_ListBox*)m_pNormalWidget)->AddString(wsTemp);
xfa_ffdocview.cpp 155 CFX_WideString wsTemp;
156 wsTemp.Format((const FX_WCHAR*)wsLimit, iRemain);
157 wsMsg += FX_WSTRC(L"\n") + wsTemp;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 710 CFX_WideString wsTemp;
714 m_pEdtEngine->GetText(wsTemp, nStart, nLength);
715 wsCopy += wsTemp;
716 wsTemp.Empty();
728 CFX_WideString wsTemp;
732 m_pEdtEngine->GetText(wsTemp, nStart, nLength);
733 wsCut += wsTemp;
734 wsTemp.Empty();
    [all...]
fwl_comboboximp.cpp     [all...]

Completed in 1399 milliseconds