Home
last modified time | relevance | path

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

/aoo41x/main/padmin/source/
H A Dprtsetup.cxx619 m_aSubstitutionsBox( this, PaResId( RID_RTS_FS_SUBST_BOX ) ), in RTSFontSubstPage()
660 m_aSubstitutionsBox.Enable( sal_False ); in RTSFontSubstPage()
674 m_aSubstitutionsBox.SetSelectHdl( LINK( this, RTSFontSubstPage, SelectHdl ) ); in RTSFontSubstPage()
675 m_aSubstitutionsBox.setDelPressedLink( LINK( this, RTSFontSubstPage, DelPressedHdl ) ); in RTSFontSubstPage()
684 m_aSubstitutionsBox.Clear(); in update()
694 m_aSubstitutionsBox.InsertEntry( aEntry ); in update()
700 if( pBox == &m_aSubstitutionsBox && in IMPL_LINK()
708 if( pBox == &m_aSubstitutionsBox ) in IMPL_LINK()
724 for( int i = 0; i < m_aSubstitutionsBox.GetSelectEntryCount(); i++ ) in IMPL_LINK()
726 String aEntry( m_aSubstitutionsBox.GetSelectEntry( i ) ); in IMPL_LINK()
[all …]
H A Dprtsetup.hxx188 DelMultiListBox m_aSubstitutionsBox; member in padmin::RTSFontSubstPage

Completed in 27 milliseconds