Lines Matching refs:m_aSubstitutionsBox
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()
710 …m_aRemoveButton.Enable( m_aSubstitutionsBox.GetSelectEntryCount() && m_pParent->m_aJobData.m_bPerf… 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()
736 m_aSubstitutionsBox.Enable( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in IMPL_LINK()
739 …m_aRemoveButton.Enable( m_aSubstitutionsBox.GetSelectEntryCount() && m_pParent->m_aJobData.m_bPerf… in IMPL_LINK()