/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | edit.cpp | 203 FX_BOOL CFWL_Edit::GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument 205 return static_cast<IFWL_Edit*>(m_pIface)->GetSuggestWords(pointf, sSuggest); in GetSuggestWords() 207 FX_BOOL CFWL_Edit::ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord() argument 210 ->ReplaceSpellCheckWord(pointf, bsReplace); in ReplaceSpellCheckWord()
|
/external/pdfium/xfa/include/fwl/lightwidget/ |
D | edit.h | 55 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest); 56 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fftextedit.cpp | 323 FX_BOOL CXFA_FFTextEdit::GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument 328 FWLToClient(pointf.x, pointf.y); in GetSuggestWords() 329 return ((CFWL_Edit*)m_pNormalWidget)->GetSuggestWords(pointf, sSuggest); in GetSuggestWords() 332 CFX_PointF pointf, in ReplaceSpellCheckWord() argument 337 FWLToClient(pointf.x, pointf.y); in ReplaceSpellCheckWord() 339 ->ReplaceSpellCheckWord(pointf, bsReplace); in ReplaceSpellCheckWord()
|
D | xfa_fftextedit.h | 34 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest); 35 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
|
D | xfa_ffwidget.h | 104 virtual FX_BOOL GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument 108 virtual FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord() argument
|
D | xfa_ffwidgethandler.h | 161 CFX_PointF pointf, 164 CFX_PointF pointf,
|
D | xfa_ffwidgethandler.cpp | 628 CFX_PointF pointf, in GetSuggestWords() argument 631 ->GetSuggestWords(pointf, sSuggest); in GetSuggestWords() 635 CFX_PointF pointf, in ReplaceSpellCheckWord() argument 638 ->ReplaceSpellCheckWord(pointf, bsReplace); in ReplaceSpellCheckWord()
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fwl_edit.h | 160 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest); 161 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fwl_editimp.h | 109 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest); 110 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf, 149 int32_t GetWordAtPoint(CFX_PointF pointf, int32_t& nCount);
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_editimp.cpp | 157 FX_BOOL IFWL_Edit::GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument 160 ->GetSuggestWords(pointf, sSuggest); in GetSuggestWords() 162 FX_BOOL IFWL_Edit::ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord() argument 165 ->ReplaceSpellCheckWord(pointf, bsReplace); in ReplaceSpellCheckWord() 356 int32_t CFWL_EditImp::GetWordAtPoint(CFX_PointF pointf, int32_t& nCount) { in GetWordAtPoint() argument 359 FX_BOOL CFWL_EditImp::GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument 362 int32_t nWordStart = GetWordAtPoint(pointf, nWordCount); in GetSuggestWords() 394 FX_BOOL CFWL_EditImp::ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord() argument 397 int32_t nWordStart = GetWordAtPoint(pointf, nWordCount); in ReplaceSpellCheckWord()
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa.h | 340 CFX_PointF pointf, 343 CFX_PointF pointf,
|