Home
last modified time | relevance | path

Searched refs:lpText (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.h91 const FX_WCHAR* lpText,
147 void Inner_Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLength);
149 void RawInsert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLength);
156 const FX_WCHAR* lpText,
161 const FX_WCHAR* lpText,
176 FX_BOOL ReplaceParagEnd(FX_WCHAR*& lpText,
232 const FX_WCHAR* lpText,
Dfde_txtedtbuf.cpp250 const FX_WCHAR* lpText, in Insert() argument
275 FXSYS_memcpy(lpChunk->wChars + lpChunk->nUsed, lpText, in Insert()
277 lpText += nCopy; in Insert()
288 FXSYS_memcpy(lpChunk->wChars, lpText, nCopy * sizeof(FX_WCHAR)); in Insert()
289 lpText += nCopy; in Insert()
Dfde_txtedtengine.cpp413 const FX_WCHAR* lpText, in Insert() argument
422 lpText[0] == L'\t') { in Insert()
449 CFX_WideStringC(lpText, nLength), wsDel, in Insert()
486 wsDisplay.GetLength(), wsDel, CFX_WideStringC(lpText, nLength), in Insert()
505 CFX_WideStringC wsIns(lpText, nLength); in Insert()
545 wsDisplay.GetLength(), CFX_WideStringC(lpText, nLength), FALSE); in Insert()
568 FXSYS_memcpy(lpBuffer, lpText, nLength * sizeof(FX_WCHAR)); in Insert()
1156 const FX_WCHAR* lpText, in GetPreInsertText() argument
1172 FXSYS_memcpy(lpBuffer + nIndex, lpText, nLength * sizeof(FX_WCHAR)); in GetPreInsertText()
1181 const FX_WCHAR* lpText, in GetPreReplaceText() argument
[all …]
Dfde_txtedtbuf.h72 const FX_WCHAR* lpText,
/external/pdfium/xfa/src/fee/include/
Difde_txtedtbuf.h27 const FX_WCHAR* lpText,
Difde_txtedtengine.h212 const FX_WCHAR* lpText,
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dedit.cpp111 const FX_WCHAR* lpText, in Insert() argument
115 return static_cast<IFWL_Edit*>(m_pIface)->Insert(nStart, lpText, nLen); in Insert()
/external/pdfium/xfa/include/fwl/lightwidget/
Dedit.h32 FWL_ERR Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen);
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h136 FWL_ERR Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_editimp.h55 virtual FWL_ERR Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp86 const FX_WCHAR* lpText, in Insert() argument
88 return static_cast<CFWL_EditImp*>(GetImpl())->Insert(nStart, lpText, nLen); in Insert()
599 const FX_WCHAR* lpText, in Insert() argument
607 m_pEdtEngine->Insert(nStart, lpText, nLen); in Insert()