Lines Matching refs:m_aConfigureBox

232 		m_aConfigureBox( this, PaResId( RID_RTS_CMD_LB_CONFIGURE ) ),  in RTSCommandPage()
246 …m_nPrinterEntry = m_aConfigureBox.InsertEntry( String( PaResId( RID_RTS_CMD_STR_CONFIGURE_PRINTER … in RTSCommandPage()
249 m_nFaxEntry = m_aConfigureBox.InsertEntry( String( PaResId( RID_RTS_CMD_STR_CONFIGURE_FAX ) ) ); in RTSCommandPage()
250 m_nPdfEntry = m_aConfigureBox.InsertEntry( String( PaResId( RID_RTS_CMD_STR_CONFIGURE_PDF ) ) ); in RTSCommandPage()
263 m_aConfigureBox.SetSelectHdl( LINK( this, RTSCommandPage, SelectHdl ) ); in RTSCommandPage()
278 m_aConfigureBox.SelectEntryPos( m_nPrinterEntry ); in RTSCommandPage()
289 m_aConfigureBox.SelectEntryPos( m_nFaxEntry ); in RTSCommandPage()
299 m_aConfigureBox.SelectEntryPos( m_nPdfEntry ); in RTSCommandPage()
324 bool bHaveFax = m_aConfigureBox.GetSelectEntryPos() == m_nFaxEntry ? true : false; in save()
325 bool bHavePdf = m_aConfigureBox.GetSelectEntryPos() == m_nPdfEntry ? true : false; in save()
422 if( pBox == &m_aConfigureBox ) in IMPL_LINK()
424 sal_Bool bEnable = m_aConfigureBox.GetSelectEntryPos() == m_nPdfEntry ? sal_True : sal_False; in IMPL_LINK()
428 bEnable = m_aConfigureBox.GetSelectEntryPos() == m_nFaxEntry ? sal_True : sal_False; in IMPL_LINK()
452 if( m_aConfigureBox.GetSelectEntryPos() == m_nPrinterEntry ) in IMPL_LINK()
454 else if( m_aConfigureBox.GetSelectEntryPos() == m_nFaxEntry ) in IMPL_LINK()
466 if( m_aConfigureBox.GetSelectEntryPos() == m_nPrinterEntry ) in IMPL_LINK()
468 else if( m_aConfigureBox.GetSelectEntryPos() == m_nFaxEntry ) in IMPL_LINK()
470 else if( m_aConfigureBox.GetSelectEntryPos() == m_nPdfEntry ) in IMPL_LINK()
502 if( m_aConfigureBox.GetSelectEntryPos() == m_nPrinterEntry ) in UpdateCommands()
514 else if( m_aConfigureBox.GetSelectEntryPos() == m_nFaxEntry ) in UpdateCommands()
526 else if( m_aConfigureBox.GetSelectEntryPos() == m_nPdfEntry ) in UpdateCommands()