Searched refs:bDisableIt (Results 1 – 1 of 1) sorted by relevance
917 sal_Bool bDisableIt = !IsLayerModeActive(); in GetMenuState() local918 bDisableIt |= (rName == String(SdResId(STR_LAYER_LAYOUT))); in GetMenuState()919 bDisableIt |= (rName == String(SdResId(STR_LAYER_BCKGRND))); in GetMenuState()920 bDisableIt |= (rName == String(SdResId(STR_LAYER_BCKGRNDOBJ))); in GetMenuState()921 bDisableIt |= (rName == String(SdResId(STR_LAYER_CONTROLS))); in GetMenuState()922 bDisableIt |= (rName == String(SdResId(STR_LAYER_MEASURELINES))); in GetMenuState()924 if (bDisableIt) in GetMenuState()
Completed in 18 milliseconds