Lines Matching refs:m_pCharset
108 ,m_pCharset(NULL) in DBG_NAME()
130 m_pCharset = new CharSetListBox(this, ModuleRes(LB_CHARSET)); in DBG_NAME()
131 m_pCharset->SetSelectHdl(getControlModifiedLink()); in DBG_NAME()
165 DELETEZ(m_pCharset); in ~OCommonBehaviourTabPage()
199 _rControlList.push_back(new OSaveValueWrapper<ListBox>(m_pCharset)); in fillControls()
224 m_pCharset->SelectEntryByIanaName( pCharsetItem->GetValue() ); in implInitControls()
241 if ( m_pCharset->StoreSelectedCharSet( _rSet, DSID_CHARSET ) ) in FillItemSet()
266 m_pCharset->SetZOrder(&m_aShowDeleted, WINDOW_ZORDER_BEFOR); in DBG_NAME()
387 Window* pWindows[] = { m_pCharsetLabel, m_pCharset in OOdbcDetailsPage()
570 m_pCharsetLabel, m_pCharset}; in OGeneralSpecialJDBCDetailsPage()
703 &m_aPasswordRequired, m_pCharsetLabel, m_pCharset}; in MySQLNativePage()
842 ,m_pCharsetLabel, m_pCharset,&m_PB_STAT}; in OAdabasDetailsPage()