Home
last modified time | relevance | path

Searched refs:m_aDevicesLB (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/padmin/source/
H A Dpadialog.cxx74 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()
[all …]
H A Dpadialog.hxx52 DelListBox m_aDevicesLB; member in padmin::PADialog