Lines Matching refs:bIsEnabled
876 const bool bIsEnabled) in NotifyItemUpdate() argument
882 bool bIsControlEnabled (bIsEnabled); in NotifyItemUpdate()
899 bool bIsControlEnabled (bIsEnabled); in NotifyItemUpdate()
926 mpToolBoxIncDec->EnableItem(TBI_INCREASE, bIsEnabled && nValue<960); in NotifyItemUpdate()
927 mpToolBoxIncDec->EnableItem(TBI_DECREASE, bIsEnabled && nValue>60); in NotifyItemUpdate()
980 mpToolBoxFont->EnableItem(TBI_BOLD, mbWeightAvailable && bIsEnabled); in NotifyItemUpdate()
995 mpToolBoxFont->EnableItem(TBI_ITALIC, mbPostureAvailable && bIsEnabled); in NotifyItemUpdate()
1013 mpToolBoxFont->EnableItem(TBI_UNDERLINE, bIsEnabled); in NotifyItemUpdate()
1027 mpToolBoxFont->EnableItem(TBI_SHADOWED, bIsEnabled); in NotifyItemUpdate()
1041 mpToolBoxFont->EnableItem(TBI_STRIKEOUT, bIsEnabled); in NotifyItemUpdate()
1091 mpToolBoxScriptSw->EnableItem(TBI_SUPER_SW, bIsItemEnabled && bIsEnabled); in NotifyItemUpdate()
1092 mpToolBoxScriptSw->EnableItem(TBI_SUB_SW, bIsItemEnabled && bIsEnabled); in NotifyItemUpdate()
1106 mpToolBoxScript->EnableItem(TBI_SUB, bIsEnabled); in NotifyItemUpdate()
1120 mpToolBoxScript->EnableItem(TBI_SUPER, bIsEnabled); in NotifyItemUpdate()
1153 mpToolBoxSpacing->EnableItem(TBI_SPACING, bIsEnabled); in NotifyItemUpdate()
1177 mpToolBoxIncDec->EnableItem(TBI_INCREASE, bIsEnabled && nSize<960); in NotifyItemUpdate()
1181 mpToolBoxIncDec->EnableItem(TBI_DECREASE, bIsEnabled && nSize>60); in NotifyItemUpdate()