Searched defs:nStartChar (Results 1 – 4 of 4) sorted by relevance
353 void CPWL_EditCtrl::SetSelection(int32_t nStartChar, int32_t nEndChar) { in SetSelection()357 void CPWL_EditCtrl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const { in GetSelection()
228 void CPWL_ComboBox::SetEditSelection(int32_t nStartChar, int32_t nEndChar) { in SetEditSelection()233 void CPWL_ComboBox::GetEditSelection(int32_t& nStartChar, in GetEditSelection()
657 void CPWL_EditImpl::SetSelection(int32_t nStartChar, int32_t nEndChar) { in SetSelection()689 void CPWL_EditImpl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const { in GetSelection()
70 int nStartChar = m_pFontDict->GetIntegerFor("FirstChar"); in LoadGlyphMap() local