Searched refs:oldplace (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Edit.h122 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;
H A DPWL_EditCtrl.h39 const CPVT_WordPlace& oldplace) {}
41 const CPVT_WordPlace& oldplace) {}
43 const CPVT_WordPlace& oldplace) {}
45 const CPVT_WordPlace& oldplace) {}
47 const CPVT_WordPlace& oldplace) {}
49 const CPVT_WordPlace& oldplace) {}
51 const CPVT_WordPlace& oldplace) {}
38 OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
40 OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
42 OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
44 OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
46 OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
48 OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
50 OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp1000 const CPVT_WordPlace& oldplace) {
1002 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),
1007 m_pEditNotify->OnInsertReturn(place, oldplace);
1012 const CPVT_WordPlace& oldplace) {
1014 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),
1019 m_pEditNotify->OnBackSpace(place, oldplace);
1024 const CPVT_WordPlace& oldplace) {
1026 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),
1031 m_pEditNotify->OnDelete(place, oldplace);
1036 const CPVT_WordPlace& oldplace) {
999 OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1011 OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1023 OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1035 OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1047 OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1059 OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1062 OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
[all...]
H A DPWL_Utils.cpp519 CPVT_WordPlace oldplace;
534 oldplace = place;
539 pIterator, ptOffset, CPVT_WordRange(wpWordStart, oldplace));
551 pIterator, ptOffset, CPVT_WordRange(wpWordStart, oldplace));
561 pIterator, ptOffset, CPVT_WordRange(wpWordStart, oldplace));
1709 CPVT_WordPlace oldplace;
1730 CPVT_WordRange(wpWordStart, oldplace));
1740 oldplace = place;
1746 CPVT_WordRange(wpWordStart, oldplace));
1760 CPVT_WordRange(wpWordStart, oldplace));
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp194 CPVT_WordPlace oldplace; local
239 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex ||
265 oldplace = place;
319 CPVT_WordPlace oldplace; local
354 if (place.LineCmp(oldplace) != 0 ||
396 oldplace = place;
493 CPVT_WordPlace oldplace; local
502 if (place.LineCmp(oldplace) != 0 ||
519 oldplace = place;
556 CPVT_WordPlace oldplace; local
639 CPVT_WordPlace oldplace; local
[all...]
H A Dfxet_ap.cpp78 CPVT_WordPlace oldplace; local
87 if (place.LineCmp(oldplace) != 0) {
128 oldplace = place;
H A Dfxet_edit.cpp987 CPVT_WordPlace oldplace = pIterator->GetAt(); local
999 if (oldplace.SecCmp(place) != 0) {
1004 oldplace = place;
1025 CPVT_WordPlace oldplace = wrTemp.BeginPos; local
1039 if (oldplace.SecCmp(place) != 0) {
1044 oldplace = place;
1274 CPVT_WordPlace oldplace = pIterator->GetAt(); local
1433 pIterator->SetAt(oldplace);
1453 CPVT_WordPlace oldplace = pIterator->GetAt(); local
1577 pIterator->SetAt(oldplace);
2693 CPVT_WordPlace oldplace = m_pVT->GetPrevWordPlace(place); local
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h114 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/
H A Ddoc_ap.cpp723 CPVT_WordPlace oldplace; local
730 if (place.LineCmp(oldplace) != 0) {
767 oldplace = place;
H A Ddoc_vt.cpp1470 CPVT_WordPlace oldplace = AdjustLineHeader(place, TRUE); local
1472 if (CSection* pSection = m_SectionArray.GetAt(oldplace.nSecIndex)) {
1476 oldplace.nWordIndex++;
1477 pSection->AddWord(oldplace, *pWord);

Completed in 276 milliseconds