Searched refs:oldplace (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.h | 100 const CPVT_WordPlace& oldplace); 102 const CPVT_WordPlace& oldplace); 103 void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace); 104 void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace); 105 void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace); 107 const CPVT_WordPlace& oldplace);
|
D | cpwl_edit.cpp | 557 const CPVT_WordPlace& oldplace) { in OnInsertReturn() argument 559 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnInsertReturn() 565 const CPVT_WordPlace& oldplace) { in OnBackSpace() argument 567 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnBackSpace() 573 const CPVT_WordPlace& oldplace) { in OnDelete() argument 575 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnDelete() 581 const CPVT_WordPlace& oldplace) { in OnClear() argument 583 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnClear() 589 const CPVT_WordPlace& oldplace) { in OnInsertWord() argument 591 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnInsertWord() [all …]
|
D | cpwl_edit_impl.cpp | 491 CPVT_WordPlace oldplace; in DrawEdit() local 529 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex || in DrawEdit() 555 oldplace = place; in DrawEdit() 755 CPVT_WordPlace oldplace = pIterator->GetWordPlace(); in GetText() local 760 if (oldplace.nSecIndex != place.nSecIndex) in GetText() 762 oldplace = place; in GetText() 779 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText() local 786 if (oldplace.nSecIndex != place.nSecIndex) in GetRangeText() 788 oldplace = place; in GetRangeText()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 705 CPVT_WordPlace oldplace = AdjustLineHeader(place, true); in LinkLatterSection() local 710 if (pdfium::IndexInBounds(m_SectionArray, oldplace.nSecIndex)) { in LinkLatterSection() 711 CSection* pSection = m_SectionArray[oldplace.nSecIndex].get(); in LinkLatterSection() 713 oldplace.nWordIndex++; in LinkLatterSection() 714 pSection->AddWord(oldplace, *pWord); in LinkLatterSection()
|
D | cpvt_generateap.cpp | 108 CPVT_WordPlace oldplace; in GenerateEditAP() local 114 if (place.LineCmp(oldplace) != 0) { in GenerateEditAP() 150 oldplace = place; in GenerateEditAP()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_appstream.cpp | 597 CPVT_WordPlace oldplace; in GetEditAppStream() local 602 if (place.LineCmp(oldplace) != 0) { in GetEditAppStream() 642 oldplace = place; in GetEditAppStream()
|