OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nBgn
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp
435
int32_t
nBgn
= 0;
438
FX_BOOL bInField = GetFieldBoundary(nSelStart,
nBgn
, nEnd, pField);
447
int32_t nIndexInField = nSelStart -
nBgn
;
448
int32_t nRet = pField->Replace(nSelStart -
nBgn
, nSelCount,
474
GetPreReplaceText(wsText,
nBgn
, nEnd -
nBgn
+ 1,
481
Replace(
nBgn
, nEnd -
nBgn
+ 1, wsDisplay);
482
int32_t nNewCaret =
nBgn
+ nCaret;
485
this, m_nCaret, nNewCaret, pField, nIndexInField,
nBgn
,
[
all
...]
fde_txtedtblock.h
123
virtual FX_BOOL GetEditableRange(int32_t&
nBgn
, int32_t& nEnd) const;
225
virtual FX_BOOL GetEditableRange(int32_t&
nBgn
, int32_t& nEnd) const {
fde_txtedtblock.cpp
413
FX_BOOL CFDE_TxtEdtField::GetEditableRange(int32_t&
nBgn
, int32_t& nEnd) const {
416
nBgn
= nEnd - m_wsField.GetLength();
418
nBgn
= FDE_FORMAT_EDIT_FIELD_HADERSIZE;
419
nEnd =
nBgn
+ m_wsField.GetLength();
fde_txtedtpage.cpp
215
int32_t
nBgn
= 0;
225
nBgn
= nEnd = i;
243
for (i =
nBgn
; i <= nEnd; i++) {
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
[
all
...]
Completed in 39 milliseconds