Lines Matching refs:SetState
1645 aHyphenBox.SetState( bIsHyphen ? STATE_CHECK : STATE_NOCHECK ); in Reset()
1653 aHyphenBox.SetState( STATE_DONTKNOW ); in Reset()
1691 aApplyCollBtn.SetState( STATE_CHECK ); in Reset()
1701 aPageBreakBox.SetState( STATE_CHECK ); in Reset()
1711 aApplyCollBtn.SetState( STATE_NOCHECK ); in Reset()
1717 aApplyCollBtn.SetState( STATE_DONTKNOW ); in Reset()
1750 aPageBreakBox.SetState( STATE_CHECK ); in Reset()
1763 aPageBreakBox.SetState( STATE_NOCHECK ); in Reset()
1787 aPageBreakBox.SetState( STATE_DONTKNOW ); in Reset()
1812 aKeepParaBox.SetState( STATE_CHECK ); in Reset()
1814 aKeepParaBox.SetState( STATE_NOCHECK ); in Reset()
1817 aKeepParaBox.SetState( STATE_DONTKNOW ); in Reset()
1831 aKeepTogetherBox.SetState( STATE_CHECK ); in Reset()
1834 aKeepTogetherBox.SetState( STATE_NOCHECK ); in Reset()
1850 aWidowBox.SetState( _bEnable ? STATE_CHECK : STATE_NOCHECK); in Reset()
1856 aWidowBox.SetState( STATE_DONTKNOW ); in Reset()
1872 aOrphanBox.SetState( _bEnable ? STATE_CHECK : STATE_NOCHECK); in Reset()
1879 aOrphanBox.SetState( STATE_DONTKNOW ); in Reset()
1885 aKeepTogetherBox.SetState( STATE_DONTKNOW ); in Reset()
2074 aApplyCollBtn.SetState( STATE_NOCHECK ); in IMPL_LINK()
2161 aHyphenBox.SetState( bEnable ? STATE_CHECK : STATE_NOCHECK); in IMPL_LINK()
2210 aApplyCollBtn.SetState( STATE_NOCHECK ); in IMPL_LINK()
2227 aApplyCollBtn.SetState( STATE_NOCHECK ); in IMPL_LINK()
2346 rBox.SetState( STATE_DONTKNOW ); in lcl_SetBox()