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