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

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_FormFiller.h 28 int nSelStart;
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 40 nSelEnd = nSelStart = 0;
53 int nSelStart; //in[out]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 195 int nSelStart = 0;
197 pEdit->GetSel(nSelStart, nSelEnd);
199 fa.nSelStart = nSelStart;
242 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
258 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || faOld.nSelStart != faNew.nSelStart ||
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 444 int nSelStart = 0;
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
PWL_Edit.cpp 184 int nSelStart = 0;
186 GetSel(nSelStart, nSelEnd);
187 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
936 int nSelStart = 0;
938 GetSel(nSelStart, nSelEnd);
940 if (nSelStart == nSelEnd)
941 nSelEnd = nSelStart + 1;
942 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1021 int nSelStart = 0;
1023 GetSel(nSelStart, nSelEnd)
    [all...]

Completed in 83 milliseconds