Searched defs:nStartChar (Results 1 – 4 of 4) sorted by relevance
442 void CPWL_EditCtrl::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar) in SetSel()447 void CPWL_EditCtrl::GetSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar ) const in GetSel()708 void CPWL_EditCtrl::GetTextRange(const CPDF_Rect& rect, FX_INT32 & nStartChar, FX_INT32 & nEndChar)… in GetTextRange()714 CFX_WideString CPWL_EditCtrl::GetText(FX_INT32 & nStartChar, FX_INT32 & nEndChar) const in GetText()
274 void CPWL_ComboBox::SetEditSel(FX_INT32 nStartChar,FX_INT32 nEndChar) in SetEditSel()282 void CPWL_ComboBox::GetEditSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar) const in GetEditSel()
1150 void CFX_Edit::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar) in SetSel()1201 void CFX_Edit::GetSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar) const in GetSel()
1466 int nStartChar = m_pFontDict->GetInteger(FX_BSTRC("FirstChar")); in LoadGlyphMap() local