Lines Matching refs:RTSFontSubstPage
161 pPage = m_pFontSubstPage = new RTSFontSubstPage( this ); in IMPL_LINK()
615 RTSFontSubstPage::RTSFontSubstPage( RTSDialog* pParent ) : in RTSFontSubstPage() function in RTSFontSubstPage
671 m_aAddButton.SetClickHdl( LINK( this, RTSFontSubstPage, ClickBtnHdl ) ); in RTSFontSubstPage()
672 m_aRemoveButton.SetClickHdl( LINK( this, RTSFontSubstPage, ClickBtnHdl ) ); in RTSFontSubstPage()
673 m_aEnableBox.SetClickHdl( LINK( this, RTSFontSubstPage, ClickBtnHdl ) ); in RTSFontSubstPage()
674 m_aSubstitutionsBox.SetSelectHdl( LINK( this, RTSFontSubstPage, SelectHdl ) ); in RTSFontSubstPage()
675 m_aSubstitutionsBox.setDelPressedLink( LINK( this, RTSFontSubstPage, DelPressedHdl ) ); in RTSFontSubstPage()
678 RTSFontSubstPage::~RTSFontSubstPage() in ~RTSFontSubstPage()
682 void RTSFontSubstPage::update() in update()
698 IMPL_LINK( RTSFontSubstPage, DelPressedHdl, ListBox*, pBox ) in IMPL_LINK() argument
706 IMPL_LINK( RTSFontSubstPage, SelectHdl, ListBox*, pBox ) in IMPL_LINK() argument
715 IMPL_LINK( RTSFontSubstPage, ClickBtnHdl, Button*, pButton ) in IMPL_LINK() argument