Lines Matching refs:m_aDevicesLB

74 		m_aDevicesLB( this, PaResId( RID_PA_LB_DEV ) ),  in PADialog()
131 m_aDevicesLB.SetDoubleClickHdl( LINK( this, PADialog, DoubleClickHdl ) ); in Init()
132 m_aDevicesLB.SetSelectHdl( LINK( this, PADialog, SelectHdl ) ); in Init()
140 m_aDevicesLB.setDelPressedLink( LINK( this, PADialog, DelPressedHdl ) ); in Init()
181 String aSelectEntry = m_aDevicesLB.GetSelectEntry(); in Notify()
184 m_aDevicesLB.SelectEntry( aSelectEntry ); in Notify()
204 int nPos = m_aDevicesLB.GetSelectEntryPos(); in getSelectedDevice()
205 int nLen = (int)(sal_IntPtr)m_aDevicesLB.GetEntryData( nPos ); in getSelectedDevice()
206 return m_aDevicesLB.GetEntry( nPos ).Copy( 0, nLen ); in getSelectedDevice()
211 if( pBox == &m_aDevicesLB && m_aRemPB.IsEnabled() ) in IMPL_LINK()
247 if( pListBox == &m_aDevicesLB ) in IMPL_LINK()
254 if( pListBox == &m_aDevicesLB ) in IMPL_LINK()
275 m_aDevicesLB.GetFocus(); in UpdateDefPrt()
647 m_aDevicesLB.RemoveEntry( m_aDevicesLB.GetSelectEntryPos() ); in RemDevice()
648 for( int i=0; i < m_aDevicesLB.GetEntryCount(); i++ ) in RemDevice()
650 if( m_aDevicesLB.GetEntry( i ).CompareTo( aDefPrinter, aDefPrinter.Len() ) == COMPARE_EQUAL ) in RemDevice()
652 m_aDevicesLB.SelectEntryPos( i, sal_True ); in RemDevice()
658 m_aDevicesLB.GetFocus(); in RemDevice()
660 if( m_aDevicesLB.GetEntryCount() < 2 ) in RemDevice()
718 m_aDevicesLB.Clear(); in UpdateDevice()
753 m_aDevicesLB.InsertEntry( aEntry, in UpdateDevice()
757 m_aDevicesLB.SetEntryData( nPos, (void*)it->getLength() ); in UpdateDevice()
760 m_aDevicesLB.SelectEntryPos( nPos ); in UpdateDevice()