Home
last modified time | relevance | path

Searched refs:m_aEnableBox (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/padmin/source/
H A Dprtsetup.cxx626 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()
H A Dprtsetup.hxx196 CheckBox m_aEnableBox; member in padmin::RTSFontSubstPage

Completed in 12 milliseconds