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 99 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
100 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
101 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
102 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
103 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
104 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
105 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
PWL_EditCtrl.h 43 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
44 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
45 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
46 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
47 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
48 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
49 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 90 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
92 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
94 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
96 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
98 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
100 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
102 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 1090 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1094 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1099 m_pEditNotify->OnInsertReturn(place, oldplace);
1103 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1107 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1112 m_pEditNotify->OnBackSpace(place, oldplace);
1116 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1120 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1125 m_pEditNotify->OnDelete(place, oldplace);
1129 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
    [all...]
PWL_Utils.cpp 576 CPVT_WordPlace oldplace;
594 oldplace = place;
602 sRet << GetWordSpellCheckAppearanceStream(pIterator,ptOffset,CPVT_WordRange(wpWordStart,oldplace));
616 sRet << GetWordSpellCheckAppearanceStream(pIterator,ptOffset,CPVT_WordRange(wpWordStart,oldplace));
626 sRet << GetWordSpellCheckAppearanceStream(pIterator,ptOffset,CPVT_WordRange(wpWordStart,oldplace));
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 178 CPVT_WordPlace oldplace; local
233 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex ||
256 oldplace = place;
312 CPVT_WordPlace oldplace; local
349 if (place.LineCmp(oldplace) != 0 || word.WordProps.fCharSpace > 0.0f || word.WordProps.nHorzScale != 100 ||
385 oldplace = place;
517 CPVT_WordPlace oldplace; local
527 if (place.LineCmp(oldplace) != 0 || nOldFontIndex != word.nFontIndex)
542 oldplace = place;
579 CPVT_WordPlace oldplace; local
666 CPVT_WordPlace oldplace; local
    [all...]
fxet_ap.cpp 83 CPVT_WordPlace oldplace; local
93 if (place.LineCmp(oldplace) != 0)
138 oldplace = place;
fxet_edit.cpp 1255 CPVT_WordPlace oldplace = pIterator->GetAt(); local
1272 if (oldplace.SecCmp(place) != 0)
1278 oldplace = place;
1302 CPVT_WordPlace oldplace = wrTemp.BeginPos; local
1320 if (oldplace.SecCmp(place) != 0)
1326 oldplace = place;
1585 CPVT_WordPlace oldplace = pIterator->GetAt(); local
1788 CPVT_WordPlace oldplace = pIterator->GetAt(); local
3227 CPVT_WordPlace oldplace = m_pVT->GetPrevWordPlace(place); local
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 648 CPVT_WordPlace oldplace; local
655 if (place.LineCmp(oldplace) != 0) {
687 oldplace = place;
    [all...]
doc_vt.cpp 1480 CPVT_WordPlace oldplace = AjustLineHeader(place, TRUE); local
    [all...]

Completed in 74 milliseconds