HomeSort by relevance Sort by last modified time
    Searched refs:nSelStart (Results 1 - 17 of 17) 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 ||
FFL_TextField.cpp 198 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
213 faOld.nSelStart != faNew.nSelStart ||
FFL_IFormFiller.cpp 939 int nSelStart,
979 fa.nSelStart = nSelStart;
  /external/pdfium/fpdfsdk/src/pdfwindow/
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...]
PWL_ListBox.cpp 376 int nSelStart = 0;
379 nSelStart, nSelEnd, bKeyDown, bRC, bExit,
  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 77 int& nSelStart,
  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.h 69 int& nSelStart,
JS_Context.cpp 177 int& nSelStart,
185 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift,
JS_EventHandler.h 92 int& nSelStart,
JS_Runtime_Stub.cpp 67 int& nSelStart,
JS_EventHandler.cpp 181 int& nSelStart,
196 m_pISelStart = &nSelStart;
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 49 nSelEnd = nSelStart = 0;
62 int nSelStart; // in[out]
  /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...]
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_IFormFiller.h 155 int nSelStart,
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 29 int nSelStart,
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 214 param.m_iSelStart = data.nSelStart;
220 if (data.nSelEnd > data.nSelStart)
221 param.m_wsNewText.Delete(data.nSelStart,
222 data.nSelEnd - data.nSelStart);
224 param.m_wsNewText.Insert(data.nSelStart, data.sChange[i]);
    [all...]
fsdk_actionhandler.cpp 505 data.bModifier, data.nSelEnd, data.nSelStart,

Completed in 957 milliseconds