Searched refs:m_aCommandsCB (Results 1 – 2 of 2) sorted by relevance
223 m_aCommandsCB( this, PaResId( RID_RTS_CMD_CB_COMMANDS ) ), in RTSCommandPage()260 m_aCommandsCB.SetDoubleClickHdl( LINK( this, RTSCommandPage, DoubleClickHdl ) ); in RTSCommandPage()261 m_aCommandsCB.SetSelectHdl( LINK( this, RTSCommandPage, SelectHdl ) ); in RTSCommandPage()262 m_aCommandsCB.SetModifyHdl( LINK( this, RTSCommandPage, ModifyHdl ) ); in RTSCommandPage()273 m_aCommandsCB.SetText( m_pParent->m_aJobData.m_aCommand ); in RTSCommandPage()389 aCommand = m_aCommandsCB.GetText(); in save()432 else if( pBox == &m_aCommandsCB ) in IMPL_LINK()450 String aEntry( m_aCommandsCB.GetText() ); in IMPL_LINK()460 m_aCommandsCB.RemoveEntry( aEntry ); in IMPL_LINK()485 if( pComboBox == &m_aCommandsCB ) in IMPL_LINK()[all …]
67 ComboBox m_aCommandsCB; member in padmin::RTSCommandPage