Lines Matching refs:_bEnable
1752 sal_Bool _bEnable = eBreak != SVX_BREAK_NONE && in Reset() local
1755 aApplyCollBtn.Enable(_bEnable); in Reset()
1756 if(!_bEnable) in Reset()
1758 aApplyCollBox.Enable(_bEnable); in Reset()
1759 aPagenumEdit.Enable(_bEnable); in Reset()
1848 sal_Bool _bEnable = nLines > 0; in Reset() local
1850 aWidowBox.SetState( _bEnable ? STATE_CHECK : STATE_NOCHECK); in Reset()
1851 aWidowRowNo.Enable(_bEnable); in Reset()
1852 aWidowRowLabel.Enable(_bEnable); in Reset()
1871 sal_Bool _bEnable = nLines > 0; in Reset() local
1872 aOrphanBox.SetState( _bEnable ? STATE_CHECK : STATE_NOCHECK); in Reset()
1874 aOrphanRowNo.Enable(_bEnable); in Reset()
1875 aOrphanRowLabel.Enable(_bEnable); in Reset()