Home
last modified time | relevance | path

Searched defs:oldplace (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h43 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertWord()
44 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertReturn()
45 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnBackSpace()
46 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnDelete()
47 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnClear()
48 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertText()
49 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnSetText()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp178 CPVT_WordPlace oldplace; in DrawEdit() local
312 CPVT_WordPlace oldplace; in DrawRichEdit() local
517 CPVT_WordPlace oldplace; in GeneratePageObjects() local
579 CPVT_WordPlace oldplace; in GenerateRichPageObjects() local
666 CPVT_WordPlace oldplace; in GenerateUnderlineObjects() local
Dfxet_ap.cpp83 CPVT_WordPlace oldplace; in GetEditAppearanceStream() local
Dfxet_edit.cpp1255 CPVT_WordPlace oldplace = pIterator->GetAt(); in GetText() local
1302 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText() local
1585 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetSecProps() local
1788 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetWordProps() local
3227 CPVT_WordPlace oldplace = m_pVT->GetPrevWordPlace(place); in Clear() local
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp1090 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertReturn()
1103 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnBackSpace()
1116 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnDelete()
1129 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnClear()
1142 void CPWL_Edit::OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertWord()
1155 void CPWL_Edit::OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnSetText()
1159 void CPWL_Edit::OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertText()
DPWL_Utils.cpp576 CPVT_WordPlace oldplace; in GetSpellCheckAppStream() local
1735 CPVT_WordPlace oldplace; in DrawEditSpellCheck() local
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp648 CPVT_WordPlace oldplace; in GenerateEditAP() local
Ddoc_vt.cpp1480 CPVT_WordPlace oldplace = AjustLineHeader(place, TRUE); in LinkLatterSection() local