HomeSort by relevance Sort by last modified time
    Searched refs:oldplace (Results 1 - 10 of 10) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
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;
PWL_EditCtrl.h 39 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) {}
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 1000 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) {
    [all...]
PWL_Utils.cpp 519 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));
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 194 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...]
fxet_ap.cpp 78 CPVT_WordPlace oldplace; local
87 if (place.LineCmp(oldplace) != 0) {
128 oldplace = place;
fxet_edit.cpp 987 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
1453 CPVT_WordPlace oldplace = pIterator->GetAt(); local
2693 CPVT_WordPlace oldplace = m_pVT->GetPrevWordPlace(place); local
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
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/
doc_ap.cpp 723 CPVT_WordPlace oldplace; local
730 if (place.LineCmp(oldplace) != 0) {
767 oldplace = place;
    [all...]
doc_vt.cpp 1470 CPVT_WordPlace oldplace = AdjustLineHeader(place, TRUE); local
    [all...]

Completed in 100 milliseconds