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 32 nSelEnd = nSelStart = 0;
45 int nSelStart; //in[out]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 200 int nSelStart = 0;
202 pEdit->GetSel(nSelStart, nSelEnd);
204 fa.nSelStart = nSelStart;
247 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
263 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 183 int nSelStart = 0;
185 GetSel(nSelStart, nSelEnd);
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
932 int nSelStart = 0;
934 GetSel(nSelStart, nSelEnd);
936 if (nSelStart == nSelEnd)
937 nSelEnd = nSelStart + 1;
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1017 int nSelStart = 0;
1019 GetSel(nSelStart, nSelEnd);
    [all...]

Completed in 88 milliseconds