HomeSort by relevance Sort by last modified time
    Searched defs:nSelStart (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 128 int nSelStart = 0;
130 pEdit->GetSel(nSelStart, nSelEnd);
132 fa.nSelStart = nSelStart;
168 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
184 faOld.nSelStart != faNew.nSelStart ||
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 49 nSelEnd = nSelStart = 0;
62 int nSelStart; // in[out]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 376 int nSelStart = 0;
379 nSelStart, nSelEnd, bKeyDown, bRC, bExit,
PWL_Edit.cpp 162 int nSelStart = 0;
164 GetSel(nSelStart, nSelEnd);
166 strChangeEx, nSelStart, nSelEnd, TRUE,
872 int nSelStart = 0;
874 GetSel(nSelStart, nSelEnd);
876 if (nSelStart == nSelEnd)
877 nSelEnd = nSelStart + 1;
879 strChangeEx, nSelStart, nSelEnd, TRUE,
941 int nSelStart = 0;
943 GetSel(nSelStart, nSelEnd)
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp 431 int32_t nSelStart;
433 nSelCount = GetSelRange(0, nSelStart);
434 int32_t nSelEnd = nSelStart + nSelCount;
438 FX_BOOL bInField = GetFieldBoundary(nSelStart, nBgn, nEnd, pField);
447 int32_t nIndexInField = nSelStart - nBgn;
448 int32_t nRet = pField->Replace(nSelStart - nBgn, nSelCount,
    [all...]

Completed in 216 milliseconds