Searched defs:nSelEnd (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_FormFiller.h29 int nSelEnd; member in struct:FFL_KeyStrokeData
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h40 nSelEnd = nSelStart = 0;
52 int nSelEnd; //in[out] member in struct:_PDFSDK_FieldAction
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp196 int nSelEnd = 0; local
197 pEdit->GetSel(nSelStart, nSelEnd);
198 fa.nSelEnd = nSelEnd;
242 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
258 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || faOld.nSelStart != faNew.nSelStart ||
H A DFFL_Notify.cpp100 int& nSelStart, int& nSelEnd, FX_BOOL& bRC)
97 OnKeyStroke(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, FX_BOOL bWillCommit, FX_BOOL bFieldFull, int& nSelStart, int& nSelEnd, FX_BOOL& bRC) argument
H A DFFL_IFormFiller.cpp1102 int nSelStart, int nSelEnd,
1132 fa.nSelEnd = nSelEnd;
1100 OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString & strChange, const CFX_WideString& strChangeEx, int nSelStart, int nSelEnd, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag) argument
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp243 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart,
249 bModifier, nSelEnd, nSelStart, bShift, pTarget, Value, bWillCommit, bFieldFull, bRc);
242 OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL bWillCommit, FX_BOOL bFieldFull, FX_BOOL& bRc) argument
H A DJS_EventHandler.cpp193 FX_BOOL bModifier, int& nSelEnd, int& nSelStart,
205 m_pISelEnd = &nSelEnd;
191 OnField_Keystroke(int nCommitKey, CFX_WideString &strChange, const CFX_WideString& strChangeEx, FX_BOOL KeyDown, FX_BOOL bModifier, int& nSelEnd, int& nSelStart, FX_BOOL bShift, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL bWillCommit, FX_BOOL bFieldFull, FX_BOOL& bRc) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp445 int nSelEnd = swChange.GetLength(); local
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
H A DPWL_Edit.cpp185 int nSelEnd = 0; local
186 GetSel(nSelStart, nSelEnd);
187 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
937 int nSelEnd = 0; local
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);
1022 int nSelEnd = 0; local
1023 GetSel(nSelStart, nSelEnd);
[all...]

Completed in 2184 milliseconds