/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Edit.h | 122 const CPVT_WordPlace& oldplace) override; 124 const CPVT_WordPlace& oldplace) override; 126 const CPVT_WordPlace& oldplace) override; 128 const CPVT_WordPlace& oldplace) override; 130 const CPVT_WordPlace& oldplace) override; 132 const CPVT_WordPlace& oldplace) override; 134 const CPVT_WordPlace& oldplace) override;
|
D | PWL_EditCtrl.h | 39 const CPVT_WordPlace& oldplace) {} in OnInsertWord() argument 41 const CPVT_WordPlace& oldplace) {} in OnInsertReturn() argument 43 const CPVT_WordPlace& oldplace) {} in OnBackSpace() argument 45 const CPVT_WordPlace& oldplace) {} in OnDelete() argument 47 const CPVT_WordPlace& oldplace) {} in OnClear() argument 49 const CPVT_WordPlace& oldplace) {} in OnInsertText() argument 51 const CPVT_WordPlace& oldplace) {} in OnSetText() argument
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 1000 const CPVT_WordPlace& oldplace) { in OnInsertReturn() argument 1002 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnInsertReturn() 1007 m_pEditNotify->OnInsertReturn(place, oldplace); in OnInsertReturn() 1012 const CPVT_WordPlace& oldplace) { in OnBackSpace() argument 1014 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnBackSpace() 1019 m_pEditNotify->OnBackSpace(place, oldplace); in OnBackSpace() 1024 const CPVT_WordPlace& oldplace) { in OnDelete() argument 1026 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnDelete() 1031 m_pEditNotify->OnDelete(place, oldplace); in OnDelete() 1036 const CPVT_WordPlace& oldplace) { in OnClear() argument [all …]
|
D | PWL_Utils.cpp | 519 CPVT_WordPlace oldplace; in GetSpellCheckAppStream() local 534 oldplace = place; in GetSpellCheckAppStream() 539 pIterator, ptOffset, CPVT_WordRange(wpWordStart, oldplace)); in GetSpellCheckAppStream() 551 pIterator, ptOffset, CPVT_WordRange(wpWordStart, oldplace)); in GetSpellCheckAppStream() 561 pIterator, ptOffset, CPVT_WordRange(wpWordStart, oldplace)); in GetSpellCheckAppStream() 1709 CPVT_WordPlace oldplace; in DrawEditSpellCheck() local 1730 CPVT_WordRange(wpWordStart, oldplace)); in DrawEditSpellCheck() 1740 oldplace = place; in DrawEditSpellCheck() 1746 CPVT_WordRange(wpWordStart, oldplace)); in DrawEditSpellCheck() 1760 CPVT_WordRange(wpWordStart, oldplace)); in DrawEditSpellCheck()
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 194 CPVT_WordPlace oldplace; in DrawEdit() local 239 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex || in DrawEdit() 265 oldplace = place; in DrawEdit() 319 CPVT_WordPlace oldplace; in DrawRichEdit() local 354 if (place.LineCmp(oldplace) != 0 || in DrawRichEdit() 396 oldplace = place; in DrawRichEdit() 493 CPVT_WordPlace oldplace; in GeneratePageObjects() local 502 if (place.LineCmp(oldplace) != 0 || in GeneratePageObjects() 519 oldplace = place; in GeneratePageObjects() 556 CPVT_WordPlace oldplace; in GenerateRichPageObjects() local [all …]
|
D | fxet_ap.cpp | 78 CPVT_WordPlace oldplace; in GetEditAppearanceStream() local 87 if (place.LineCmp(oldplace) != 0) { in GetEditAppearanceStream() 128 oldplace = place; in GetEditAppearanceStream()
|
D | fxet_edit.cpp | 987 CPVT_WordPlace oldplace = pIterator->GetAt(); in GetText() local 999 if (oldplace.SecCmp(place) != 0) { in GetText() 1004 oldplace = place; in GetText() 1025 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText() local 1039 if (oldplace.SecCmp(place) != 0) { in GetRangeText() 1044 oldplace = place; in GetRangeText() 1274 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetSecProps() local 1433 pIterator->SetAt(oldplace); in SetSecProps() 1453 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetWordProps() local 1577 pIterator->SetAt(oldplace); in SetWordProps() [all …]
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 114 const CPVT_WordPlace& oldplace) = 0; 117 const CPVT_WordPlace& oldplace) = 0; 120 const CPVT_WordPlace& oldplace) = 0; 123 const CPVT_WordPlace& oldplace) = 0; 126 const CPVT_WordPlace& oldplace) = 0; 129 const CPVT_WordPlace& oldplace) = 0; 132 const CPVT_WordPlace& oldplace) = 0;
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 723 CPVT_WordPlace oldplace; in GenerateEditAP() local 730 if (place.LineCmp(oldplace) != 0) { in GenerateEditAP() 767 oldplace = place; in GenerateEditAP()
|
D | doc_vt.cpp | 1470 CPVT_WordPlace oldplace = AdjustLineHeader(place, TRUE); in LinkLatterSection() local 1472 if (CSection* pSection = m_SectionArray.GetAt(oldplace.nSecIndex)) { in LinkLatterSection() 1476 oldplace.nWordIndex++; in LinkLatterSection() 1477 pSection->AddWord(oldplace, *pWord); in LinkLatterSection()
|