Home
last modified time | relevance | path

Searched refs:bDisableIt (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sd/source/ui/view/
H A Ddrviews7.cxx919 sal_Bool bDisableIt = !IsLayerModeActive(); in GetMenuState() local
920 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 17 milliseconds