Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:CPVT_WordPlace

727     CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart);
728 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd);
757 CPDF_Point CPWL_Edit::GetWordRightBottomPoint(const CPVT_WordPlace& wpWord) {
761 CPVT_WordPlace wpOld = pIterator->GetAt();
999 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place,
1000 const CPVT_WordPlace& oldplace) {
1011 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place,
1012 const CPVT_WordPlace& oldplace) {
1023 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place,
1024 const CPVT_WordPlace& oldplace) {
1035 void CPWL_Edit::OnClear(const CPVT_WordPlace& place,
1036 const CPVT_WordPlace& oldplace) {
1047 void CPWL_Edit::OnInsertWord(const CPVT_WordPlace& place,
1048 const CPVT_WordPlace& oldplace) {
1059 void CPWL_Edit::OnSetText(const CPVT_WordPlace& place,
1060 const CPVT_WordPlace& oldplace) {}
1062 void CPWL_Edit::OnInsertText(const CPVT_WordPlace& place,
1063 const CPVT_WordPlace& oldplace) {
1104 const CPVT_WordPlace& place) const {
1109 const CPVT_WordPlace& place) const {
1116 CPVT_WordRange CPWL_Edit::GetSameWordsRange(const CPVT_WordPlace& place,
1123 CPVT_WordPlace wpStart(place), wpEnd(place);