Searched refs:nSelEnd (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dpdfsdk_fieldaction.cpp14 nSelEnd(0),
H A Dpdfsdk_fieldaction.h31 int nSelEnd; member in struct:PDFSDK_FieldAction
H A Dcpdfsdk_widget.cpp245 param.m_iSelEnd = data.nSelEnd;
250 if (data.nSelEnd > data.nSelStart)
251 param.m_wsNewText.Delete(data.nSelStart, data.nSelEnd - data.nSelStart);
983 param.m_iSelEnd = data.nSelEnd;
988 if (data.nSelEnd > data.nSelStart)
990 data.nSelEnd - data.nSelStart);
H A Dfsdk_actionhandler.cpp498 data.bModifier, data.nSelEnd, data.nSelStart,
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox.cpp134 int nSelEnd = 0; local
135 pEdit->GetSelection(nSelStart, nSelEnd);
136 fa.nSelEnd = nSelEnd;
173 pEdit->SetSelection(fa.nSelStart, fa.nSelEnd);
188 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) ||
H A Dcffl_textfield.cpp194 pEdit->SetSelection(fa.nSelStart, fa.nSelEnd);
208 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) ||
H A Dcffl_interactiveformfiller.h138 int nSelEnd,
H A Dcffl_interactiveformfiller.cpp857 int nSelEnd,
896 fa.nSelEnd = nSelEnd;
852 OnBeforeKeyStroke( CPWL_Wnd::PrivateData* pAttached, WideString& strChange, const WideString& strChangeEx, int nSelStart, int nSelEnd, bool bKeyDown, uint32_t nFlag) argument
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit.cpp477 int nSelEnd = 0; local
478 GetSelection(nSelStart, nSelEnd);
480 if (nSelStart == nSelEnd)
481 nSelEnd = nSelStart + 1;
488 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true,
551 int nSelEnd = 0; local
552 GetSelection(nSelStart, nSelEnd);
556 if (nSelStart == nSelEnd)
557 nSelStart = nSelEnd - 1;
570 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, tru
[all...]
H A Dcpwl_edit.h33 int nSelEnd,
H A Dcpwl_list_box.cpp270 int nSelEnd = swChange.GetLength(); local
274 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown,
/external/pdfium/fxjs/
H A Dcjs_event_context.cpp172 int& nSelEnd,
181 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift,
168 OnField_Keystroke(WideString& strChange, const WideString& strChangeEx, bool bKeyDown, bool bModifier, int& nSelEnd, int& nSelStart, bool bShift, CPDF_FormField* pTarget, WideString& Value, bool bWillCommit, bool bFieldFull, bool& bRc) argument
H A Dcjs_event_context.h71 int& nSelEnd,
H A Dcjs_event_context_stub.h63 int& nSelEnd,
H A Dcjs_eventhandler.h93 int& nSelEnd,
H A Dijs_event_context.h72 int& nSelEnd,
H A Dcjs_eventhandler.cpp174 int& nSelEnd,
189 m_pISelEnd = &nSelEnd;
170 OnField_Keystroke(WideString& strChange, const WideString& strChangeEx, bool KeyDown, bool bModifier, int& nSelEnd, int& nSelStart, bool bShift, CPDF_FormField* pTarget, WideString& Value, bool bWillCommit, bool bFieldFull, bool& bRc) argument

Completed in 243 milliseconds