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.h32 nSelEnd = nSelStart = 0;
44 int nSelEnd; //in[out] member in struct:_PDFSDK_FieldAction
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp201 int nSelEnd = 0; local
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 ||
H A DFFL_Notify.cpp101 int& nSelStart, int& nSelEnd, FX_BOOL& bRC)
98 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.cpp252 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart,
258 bModifier, nSelEnd, nSelStart, bShift, pTarget, Value, bWillCommit, bFieldFull, bRc);
251 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.cpp184 int nSelEnd = 0; local
185 GetSel(nSelStart, nSelEnd);
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
933 int nSelEnd = 0; local
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; local
1019 GetSel(nSelStart, nSelEnd);
[all...]

Completed in 8079 milliseconds