/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Edit.h | 104 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace); 105 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace); 106 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace); 107 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace); 108 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace); 109 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace); 110 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
|
D | PWL_EditCtrl.h | 49 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertWord() argument 50 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertReturn() argument 51 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnBackSpace() argument 52 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnDelete() argument 53 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnClear() argument 54 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertText() argument 55 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnSetText() argument
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 1094 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertReturn() argument 1098 …m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place))… in OnInsertReturn() 1103 m_pEditNotify->OnInsertReturn(place, oldplace); in OnInsertReturn() 1107 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnBackSpace() argument 1111 …m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place))… in OnBackSpace() 1116 m_pEditNotify->OnBackSpace(place, oldplace); in OnBackSpace() 1120 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnDelete() argument 1124 …m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place))… in OnDelete() 1129 m_pEditNotify->OnDelete(place, oldplace); in OnDelete() 1133 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnClear() argument [all …]
|
D | PWL_Utils.cpp | 576 CPVT_WordPlace oldplace; in GetSpellCheckAppStream() local 594 oldplace = place; in GetSpellCheckAppStream() 602 …sRet << GetWordSpellCheckAppearanceStream(pIterator,ptOffset,CPVT_WordRange(wpWordStart,oldplace)); in GetSpellCheckAppStream() 616 …sRet << GetWordSpellCheckAppearanceStream(pIterator,ptOffset,CPVT_WordRange(wpWordStart,oldplace)); in GetSpellCheckAppStream() 626 …sRet << GetWordSpellCheckAppearanceStream(pIterator,ptOffset,CPVT_WordRange(wpWordStart,oldplace)); in GetSpellCheckAppStream() 1732 CPVT_WordPlace oldplace; in DrawEditSpellCheck() local 1760 AddSpellCheckObj(pathSpell,pEdit,CPVT_WordRange(wpWordStart,oldplace)); in DrawEditSpellCheck() 1770 oldplace = place; in DrawEditSpellCheck() 1780 AddSpellCheckObj(pathSpell,pEdit,CPVT_WordRange(wpWordStart,oldplace)); in DrawEditSpellCheck() 1795 AddSpellCheckObj(pathSpell,pEdit,CPVT_WordRange(wpWordStart,oldplace)); in DrawEditSpellCheck()
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 178 CPVT_WordPlace oldplace; in DrawEdit() local 233 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex || in DrawEdit() 256 oldplace = place; in DrawEdit() 312 CPVT_WordPlace oldplace; in DrawRichEdit() local 349 …if (place.LineCmp(oldplace) != 0 || word.WordProps.fCharSpace > 0.0f || word.WordProps.nHorzScale … in DrawRichEdit() 385 oldplace = place; in DrawRichEdit() 471 CPVT_WordPlace oldplace; in GeneratePageObjects() local 481 if (place.LineCmp(oldplace) != 0 || nOldFontIndex != word.nFontIndex) in GeneratePageObjects() 496 oldplace = place; in GeneratePageObjects() 533 CPVT_WordPlace oldplace; in GenerateRichPageObjects() local [all …]
|
D | fxet_ap.cpp | 83 CPVT_WordPlace oldplace; in GetEditAppearanceStream() local 93 if (place.LineCmp(oldplace) != 0) in GetEditAppearanceStream() 138 oldplace = place; in GetEditAppearanceStream()
|
D | fxet_edit.cpp | 1238 CPVT_WordPlace oldplace = pIterator->GetAt(); in GetText() local 1255 if (oldplace.SecCmp(place) != 0) in GetText() 1261 oldplace = place; in GetText() 1285 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText() local 1303 if (oldplace.SecCmp(place) != 0) in GetRangeText() 1309 oldplace = place; in GetRangeText() 1568 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetSecProps() local 1751 pIterator->SetAt(oldplace); in SetSecProps() 1771 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetWordProps() local 1916 pIterator->SetAt(oldplace); in SetWordProps() [all …]
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 111 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0; 113 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0; 115 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0; 117 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0; 119 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0; 121 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0; 123 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 650 CPVT_WordPlace oldplace; in GenerateEditAP() local 657 if (place.LineCmp(oldplace) != 0) { in GenerateEditAP() 689 oldplace = place; in GenerateEditAP()
|
D | doc_vt.cpp | 1473 CPVT_WordPlace oldplace = AjustLineHeader(place, TRUE); in LinkLatterSection() local 1475 if (CSection * pSection = m_SectionArray.GetAt(oldplace.nSecIndex)) { in LinkLatterSection() 1478 oldplace.nWordIndex ++; in LinkLatterSection() 1479 pSection->AddWord(oldplace, *pWord); in LinkLatterSection()
|