Home
last modified time | relevance | path

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

/aoo41x/main/padmin/source/
H A Dprtsetup.cxx362 m_aPPDValueBox( this, PaResId( RID_RTS_DEVICE_PPDVALUE_BOX ) ), in RTSDevicePage()
373 m_aPPDValueBox.SetSelectHdl( LINK( this, RTSDevicePage, SelectHdl ) ); in RTSDevicePage()
459 else if( pBox == &m_aPPDValueBox ) in IMPL_LINK()
462 …const PPDValue* pValue = (PPDValue*)m_aPPDValueBox.GetEntryData( m_aPPDValueBox.GetSelectEntryPos(… in IMPL_LINK()
476 m_aPPDValueBox.Clear(); in FillValueBox()
489 sal_uInt16 nPos = m_aPPDValueBox.InsertEntry( aEntry ); in FillValueBox()
490 m_aPPDValueBox.SetEntryData( nPos, (void*)pValue ); in FillValueBox()
494 m_aPPDValueBox.SelectEntryPos( m_aPPDValueBox.GetEntryPos( (void*)pValue ) ); in FillValueBox()
H A Dprtsetup.hxx126 ListBox m_aPPDValueBox; member in padmin::RTSDevicePage

Completed in 8 milliseconds