Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:place

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);
119 CPVT_WordRange GetLatinWordsRange(const CPVT_WordPlace & place) const;
120 CPVT_WordRange GetArabicWordsRange(const CPVT_WordPlace & place) const;
121 CPVT_WordRange GetSameWordsRange(const CPVT_WordPlace & place, FX_BOOL bLatin, FX_BOOL bArabic) const;