Lines Matching refs:bState
171 void SetEntryHidingState ( sal_Bool bState ) in SetEntryHidingState() argument
173 m_bDontHideDisabledEntries = bState; in SetEntryHidingState()
180 void SetFollowMouseState ( sal_Bool bState ) in SetFollowMouseState() argument
182 m_bFollowMouse = bState; in SetFollowMouseState()
189 void SetMenuIconsState ( sal_Int16 bState ) in SetMenuIconsState() argument
191 m_nMenuIcons = bState; in SetMenuIconsState()
502 void SvtMenuOptions::SetEntryHidingState( sal_Bool bState ) in SetEntryHidingState() argument
505 m_pDataContainer->SetEntryHidingState( bState ); in SetEntryHidingState()
511 void SvtMenuOptions::SetFollowMouseState( sal_Bool bState ) in SetFollowMouseState() argument
514 m_pDataContainer->SetFollowMouseState( bState ); in SetFollowMouseState()
529 void SvtMenuOptions::SetMenuIconsState( sal_Int16 bState ) in SetMenuIconsState() argument
532 m_pDataContainer->SetMenuIconsState( bState ); in SetMenuIconsState()