/external/pdfium/xfa/src/fee/src/fee/ |
fde_txtedtblock.h | 100 int32_t& nCaret,
105 int32_t& nCaret,
111 int32_t& nCaret,
202 int32_t& nCaret,
209 int32_t& nCaret,
217 int32_t& nCaret,
|
fde_txtedtengine.h | 196 int32_t nCaret,
231 int32_t nCaret,
253 int32_t nCaret,
277 int32_t nCaret,
309 int32_t nCaret,
341 int32_t nCaret,
|
fde_txtedtengine.cpp | 446 int32_t nCaret;
450 nCaret, bBefore);
482 int32_t nNewCaret = nBgn + nCaret;
493 SetCaretPos(nBgn + nCaret, bBefore);
681 int32_t nCaret = 0;
683 pField->Delete(nCaretInField, nCount, wsDel, nCaret, bBefore);
684 nCaret += nBgn;
[all...] |
fde_txtedtpage.cpp | 241 int32_t nCaret = 0;
245 nCaret = m_nPageStart + pPiece->nStart;
252 nCaret = m_nPageStart + pPiece->nStart + j;
253 if (nCaret >= m_pEditEngine->GetTextBufLength()) {
257 FX_WCHAR wChar = m_pEditEngine->GetTextBuf()->GetCharByIndex(nCaret);
260 if (m_pEditEngine->GetTextBuf()->GetCharByIndex(nCaret - 1) ==
262 nCaret--;
266 return nCaret;
275 return nCaret;
281 return nCaret;
[all...] |
fde_txtedtblock.cpp | 240 int32_t& nCaret,
264 nCaret = nIndex +
274 int32_t& nCaret,
301 nCaret = nIndex + (m_bReserveSpace && !m_bLeftAlignment) ? nCount : 0;
309 int32_t& nCaret,
341 nCaret =
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
fwl_editimp.cpp | 742 int32_t nCaret = m_pEdtEngine->GetCaretPos();
744 m_pEdtEngine->Insert(nCaret, wsPaste.c_str(), wsPaste.GetLength());
[all...] |