Searched refs:aBtnHideCell (Results 1 – 2 of 2) sorted by relevance
59 aBtnHideCell ( this, ScResId( BTN_HIDE_ALL ) ), in ScTabPageProtection()74 aBtnHideCell.SetClickHdl( LINK( this, ScTabPageProtection, ButtonClickHdl ) ); in ScTabPageProtection()139 aBtnHideCell .EnableTriState( bTriEnabled ); in Reset()204 else if ( pBox == &aBtnHideCell ) in IMPL_LINK()228 aBtnHideCell.SetState( STATE_DONTKNOW ); in UpdateButtons()235 aBtnHideCell.SetState( bHideCell ? STATE_CHECK : STATE_NOCHECK ); in UpdateButtons()240 sal_Bool bEnable = ( aBtnHideCell.GetState() != STATE_CHECK ); in UpdateButtons()
55 TriStateBox aBtnHideCell; member in ScTabPageProtection
Completed in 30 milliseconds