Searched refs:RTSFontSubstPage (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/padmin/source/ |
H A D | prtsetup.cxx | 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() 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 [all …]
|
H A D | prtsetup.hxx | 47 class RTSFontSubstPage; 55 friend class RTSFontSubstPage; 70 RTSFontSubstPage* m_pFontSubstPage; 183 class RTSFontSubstPage : public TabPage class 204 RTSFontSubstPage( RTSDialog* ); 205 ~RTSFontSubstPage();
|
Completed in 18 milliseconds