Lines Matching refs:m_aCommandsCB

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()
492 if( pEdit == &m_aCommandsCB ) in IMPL_LINK()
493 …m_aRemovePB.Enable( m_aCommandsCB.GetEntryPos( m_aCommandsCB.GetText() ) != LISTBOX_ENTRY_NOTFOUND… in IMPL_LINK()
500 m_aCommandsCB.Clear(); in UpdateCommands()
506 m_aCommandsCB.InsertEntry( *it ); in UpdateCommands()
510 m_aCommandsCB.SetText( m_pParent->m_aJobData.m_aCommand ); in UpdateCommands()
512 m_aCommandsCB.SetText( String() ); in UpdateCommands()
518 m_aCommandsCB.InsertEntry( *it ); in UpdateCommands()
522 m_aCommandsCB.SetText( m_pParent->m_aJobData.m_aCommand ); in UpdateCommands()
524 m_aCommandsCB.SetText( String() ); in UpdateCommands()
530 m_aCommandsCB.InsertEntry( *it ); in UpdateCommands()
534 m_aCommandsCB.SetText( m_pParent->m_aJobData.m_aCommand ); in UpdateCommands()
536 m_aCommandsCB.SetText( String() ); in UpdateCommands()
544 aString += m_aCommandsCB.GetText(); in ConnectCommand()