Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/view/
H A Ddrviews7.cxx917 sal_Bool bDisableIt = !IsLayerModeActive(); in GetMenuState() local
918 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 11 milliseconds