Home | History | Annotate | Download | only in fxedit

Lines Matching refs:place

76 	virtual void							IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPlace& place) = 0;

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;
135 virtual void SetAt(const CPVT_WordPlace & place) = 0;
331 //map word place to word index.
332 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
333 //map word index to word place.
337 virtual CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace & place) const = 0;
340 virtual CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const = 0;
343 virtual CPVT_WordPlace GetSectionBeginPlace(const CPVT_WordPlace & place) const = 0;
346 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;