Searched defs:nSelStart (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dpdfsdk_fieldaction.h32 int nSelStart; member in struct:PDFSDK_FieldAction
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox.cpp136 int nSelStart = 0; local
138 pEdit->GetSel(nSelStart, nSelEnd);
140 fa.nSelStart = nSelStart;
176 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
192 faOld.nSelStart != faNew.nSelStart ||
H A Dcffl_interactiveformfiller.cpp881 int nSelStart,
922 fa.nSelStart = nSelStart;
877 OnBeforeKeyStroke( void* pPrivateData, CFX_WideString& strChange, const CFX_WideString& strChangeEx, int nSelStart, int nSelEnd, bool bKeyDown, bool& bRC, bool& bExit, uint32_t nFlag) argument
/external/pdfium/fpdfsdk/javascript/
H A Dcjs_event_context.cpp172 int& nSelStart,
180 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift,
167 OnField_Keystroke(CFX_WideString& strChange, const CFX_WideString& strChangeEx, bool bKeyDown, bool bModifier, int& nSelEnd, int& nSelStart, bool bShift, CPDF_FormField* pTarget, CFX_WideString& Value, bool bWillCommit, bool bFieldFull, bool& bRc) argument
H A DJS_EventHandler.cpp175 int& nSelStart,
190 m_pISelStart = &nSelStart;
170 OnField_Keystroke(CFX_WideString& strChange, const CFX_WideString& strChangeEx, bool KeyDown, bool bModifier, int& nSelEnd, int& nSelStart, bool bShift, CPDF_FormField* pTarget, CFX_WideString& Value, bool bWillCommit, bool bFieldFull, bool& bRc) argument
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ListBox.cpp349 int nSelStart = 0; local
352 nSelStart, nSelEnd, bKeyDown, bRC, bExit, local
H A DPWL_Edit.cpp616 int nSelStart = 0; local
618 GetSel(nSelStart, nSelEnd);
620 if (nSelStart == nSelEnd)
621 nSelEnd = nSelStart + 1;
623 strChangeEx, nSelStart, nSelEnd, true, local
685 int nSelStart = 0; local
687 GetSel(nSelStart, nSelEnd);
691 if (nSelStart == nSelEnd)
692 nSelStart = nSelEnd - 1;
703 strChangeEx, nSelStart, nSelEn local
[all...]
/external/pdfium/xfa/fde/
H A Dcfde_txtedtengine.cpp1467 int32_t nSelStart = 0; local
1469 int32_t nSelCount = GetSelRange(--nCountRange, &nSelStart);
1472 DeleteRange_DoRecord(nSelStart, nSelCount, true);
1477 SetCaretPos(nSelStart, true);

Completed in 133 milliseconds