Searched refs:m_aEnableBox (Results 1 – 2 of 2) sorted by relevance
626 m_aEnableBox( this, PaResId( RID_RTS_FS_ENABLE_BTN ) ) in RTSFontSubstPage()656 m_aEnableBox.Check( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in RTSFontSubstPage()673 m_aEnableBox.SetClickHdl( LINK( this, RTSFontSubstPage, ClickBtnHdl ) ); in RTSFontSubstPage()733 else if( pButton == &m_aEnableBox ) in IMPL_LINK()735 m_pParent->m_aJobData.m_bPerformFontSubstitution = m_aEnableBox.IsChecked() ? true : false; in IMPL_LINK()
196 CheckBox m_aEnableBox; member in padmin::RTSFontSubstPage
Completed in 22 milliseconds