Lines Matching refs:LINK
117 m_aTabControl.SetActivatePageHdl( LINK( this, RTSDialog, ActivatePage ) ); in RTSDialog()
118 m_aOKButton.SetClickHdl( LINK( this, RTSDialog, ClickButton ) ); in RTSDialog()
119 m_aCancelButton.SetClickHdl( LINK( this, RTSDialog, ClickButton ) ); in RTSDialog()
234 m_aPaperBox.SetSelectHdl( LINK( this, RTSPaperPage, SelectHdl ) ); in RTSPaperPage()
235 m_aOrientBox.SetSelectHdl( LINK( this, RTSPaperPage, SelectHdl ) ); in RTSPaperPage()
236 m_aDuplexBox.SetSelectHdl( LINK( this, RTSPaperPage, SelectHdl ) ); in RTSPaperPage()
237 m_aSlotBox.SetSelectHdl( LINK( this, RTSPaperPage, SelectHdl ) ); in RTSPaperPage()
372 m_aPPDKeyBox.SetSelectHdl( LINK( this, RTSDevicePage, SelectHdl ) ); in RTSDevicePage()
373 m_aPPDValueBox.SetSelectHdl( LINK( this, RTSDevicePage, SelectHdl ) ); in RTSDevicePage()
525 m_aDefaultBtn.SetClickHdl( LINK( this, RTSOtherPage, ClickBtnHdl ) ); in RTSOtherPage()
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()