Searched refs:aBtnHideCell (Results 1 – 2 of 2) sorted by relevance
60 aBtnHideCell ( this, ScResId( BTN_HIDE_ALL ) ), in ScTabPageProtection()75 aBtnHideCell.SetClickHdl( LINK( this, ScTabPageProtection, ButtonClickHdl ) ); in ScTabPageProtection()140 aBtnHideCell .EnableTriState( bTriEnabled ); in Reset()205 else if ( pBox == &aBtnHideCell ) in IMPL_LINK()229 aBtnHideCell.SetState( STATE_DONTKNOW ); in UpdateButtons()236 aBtnHideCell.SetState( bHideCell ? STATE_CHECK : STATE_NOCHECK ); in UpdateButtons()241 sal_Bool bEnable = ( aBtnHideCell.GetState() != STATE_CHECK ); in UpdateButtons()
55 TriStateBox aBtnHideCell; member in ScTabPageProtection
Completed in 21 milliseconds