Searched refs:m_aPPDKeyBox (Results 1 – 2 of 2) sorted by relevance
360 m_aPPDKeyBox( this, PaResId( RID_RTS_DEVICE_PPDKEY_BOX ) ), in RTSDevicePage()372 m_aPPDKeyBox.SetSelectHdl( LINK( this, RTSDevicePage, SelectHdl ) ); in RTSDevicePage()415 sal_uInt16 nPos = m_aPPDKeyBox.InsertEntry( aEntry ); in RTSDevicePage()416 m_aPPDKeyBox.SetEntryData( nPos, (void*)pKey ); in RTSDevicePage()454 if( pBox == &m_aPPDKeyBox ) in IMPL_LINK()456 const PPDKey* pKey = (PPDKey*)m_aPPDKeyBox.GetEntryData( m_aPPDKeyBox.GetSelectEntryPos() ); in IMPL_LINK()461 const PPDKey* pKey = (PPDKey*)m_aPPDKeyBox.GetEntryData( m_aPPDKeyBox.GetSelectEntryPos() ); in IMPL_LINK()
123 ListBox m_aPPDKeyBox; member in padmin::RTSDevicePage
Completed in 20 milliseconds