Lines Matching refs:place
96 virtual void IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPlace& place) = 0;
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;
156 virtual void SetAt(const CPVT_WordPlace & place) = 0;
352 //map word place to word index.
353 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
354 //map word index to word place.
358 virtual CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace & place) const = 0;
361 virtual CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const = 0;
364 virtual CPVT_WordPlace GetSectionBeginPlace(const CPVT_WordPlace & place) const = 0;
367 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;