Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:FX_INT32

412 void CPWL_EditCtrl::GetCaretPos(FX_INT32& x, FX_INT32& y) const

442 void CPWL_EditCtrl::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar)
447 void CPWL_EditCtrl::GetSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar ) const
475 FX_INT32 CPWL_EditCtrl::GetCaret() const
483 void CPWL_EditCtrl::SetCaret(FX_INT32 nPos)
489 FX_INT32 CPWL_EditCtrl::GetTotalWords() const
513 FX_INT32 nFontIndex = 0;
591 void CPWL_EditCtrl::InsertWord(FX_WORD word, FX_INT32 nCharset)
700 FX_INT32 CPWL_EditCtrl::GetCharSet() const
708 void CPWL_EditCtrl::GetTextRange(const CPDF_Rect& rect, FX_INT32 & nStartChar, FX_INT32 & nEndChar) const
714 CFX_WideString CPWL_EditCtrl::GetText(FX_INT32 & nStartChar, FX_INT32 & nEndChar) const