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

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_FormFiller.h 29 int nSelEnd;
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 32 nSelEnd = nSelStart = 0;
44 int nSelEnd; //in[out]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 201 int nSelEnd = 0;
202 pEdit->GetSel(nSelStart, nSelEnd);
203 fa.nSelEnd = nSelEnd;
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 445 int nSelEnd = swChange.GetLength();
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
PWL_Edit.cpp 184 int nSelEnd = 0;
185 GetSel(nSelStart, nSelEnd);
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
933 int nSelEnd = 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);
1018 int nSelEnd = 0;
1019 GetSel(nSelStart, nSelEnd);
    [all...]

Completed in 62 milliseconds