Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:FX_INT32

34 	virtual void					OnCaretMove(FX_INT32 x1, FX_INT32 y1, FX_INT32 x2, FX_INT32 y2) {}

85 void GetCaretPos(FX_INT32& x, FX_INT32& y) const;
89 void SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar);
90 void GetSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar ) const;
91 void GetTextRange(const CPDF_Rect& rect, FX_INT32 & nStartChar, FX_INT32 & nEndChar) const;
92 CFX_WideString GetText(FX_INT32 & nStartChar, FX_INT32 & nEndChar) const;
96 FX_INT32 GetCaret() const;
97 void SetCaret(FX_INT32 nPos);
98 FX_INT32 GetTotalWords() const;
109 FX_INT32 GetCharSet() const;
111 void SetCodePage(FX_INT32 nCodePage){m_nCodePage = nCodePage;}
112 FX_INT32 GetCodePage() const {return m_nCodePage;}
126 virtual void InsertWord(FX_WORD word, FX_INT32 nCharset);
166 FX_INT32 m_nCharSet;
167 FX_INT32 m_nCodePage;