Searched refs:m_aSubstitutionsBox (Results 1 – 2 of 2) sorted by relevance
619 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 …]
188 DelMultiListBox m_aSubstitutionsBox; member in padmin::RTSFontSubstPage
Completed in 20 milliseconds