Searched refs:m_aCommandBox (Results 1 – 2 of 2) sorted by relevance
361 …m_aCommandBox( this, PaResId( eKind == DeviceKind::Pdf ? RID_ADDP_CMD_BOX_PDFCOMMAND : RID_ADDP_CM… in APCommandPage()375 aSize.Width() = m_aCommandBox.GetSizePixel().Width(); in APCommandPage()407 m_aCommandBox.InsertEntry( *it ); in APCommandPage()413 m_aCommandBox.SetModifyHdl( LINK( this, APCommandPage, ModifyHdl ) ); in APCommandPage()421 String aLastCommand( m_aCommandBox.GetText() ); in ~APCommandPage()422 for( int i = 0; i < m_aCommandBox.GetEntryCount(); i++ ) in ~APCommandPage()424 String aCommand( m_aCommandBox.GetEntry( i ) ); in ~APCommandPage()455 if( pBox == &m_aCommandBox ) in IMPL_LINK()457 m_pParent->enableNext( m_aCommandBox.GetText().Len() ); in IMPL_LINK()469 rInfo.m_aCommand = m_aCommandBox.GetText(); in fill()
123 ComboBox m_aCommandBox; member in padmin::APCommandPage
Completed in 19 milliseconds