Lines Matching refs:nRes

50     sal_uInt16 nRes = 0xFFFF;  in GetImageListRID()  local
53 case RID_UNBINOPS_CAT : nRes = RID_IL_UNBINOPS; break; in GetImageListRID()
54 case RID_RELATIONS_CAT : nRes = RID_IL_RELATIONS; break; in GetImageListRID()
55 case RID_SETOPERATIONS_CAT : nRes = RID_IL_SETOPERATIONS; break; in GetImageListRID()
56 case RID_FUNCTIONS_CAT : nRes = RID_IL_FUNCTIONS; break; in GetImageListRID()
57 case RID_OPERATORS_CAT : nRes = RID_IL_OPERATORS; break; in GetImageListRID()
58 case RID_ATTRIBUTES_CAT : nRes = RID_IL_ATTRIBUTES; break; in GetImageListRID()
59 case RID_BRACKETS_CAT : nRes = RID_IL_BRACKETS; break; in GetImageListRID()
60 case RID_FORMAT_CAT : nRes = RID_IL_FORMAT; break; in GetImageListRID()
61 case RID_MISC_CAT : nRes = RID_IL_MISC; break; in GetImageListRID()
65 if (nRes != 0xFFFF && bHighContrast) in GetImageListRID()
66 …++nRes; //! the resource ID for the high contrast image list is just +1 compared to the regula… in GetImageListRID()
67 return nRes; in GetImageListRID()
94 sal_uInt16 nRes = 0xFFFF; in GetCategoryRID() local
98 case RID_ILH_UNBINOPS : nRes = RID_UNBINOPS_CAT; break; in GetCategoryRID()
100 case RID_ILH_RELATIONS : nRes = RID_RELATIONS_CAT; break; in GetCategoryRID()
102 case RID_ILH_SETOPERATIONS : nRes = RID_SETOPERATIONS_CAT; break; in GetCategoryRID()
104 case RID_ILH_FUNCTIONS : nRes = RID_FUNCTIONS_CAT; break; in GetCategoryRID()
106 case RID_ILH_OPERATORS : nRes = RID_OPERATORS_CAT; break; in GetCategoryRID()
108 case RID_ILH_ATTRIBUTES : nRes = RID_ATTRIBUTES_CAT; break; in GetCategoryRID()
110 case RID_ILH_BRACKETS : nRes = RID_BRACKETS_CAT; break; in GetCategoryRID()
112 case RID_ILH_FORMAT : nRes = RID_FORMAT_CAT; break; in GetCategoryRID()
114 case RID_ILH_MISC : nRes = RID_MISC_CAT; break; in GetCategoryRID()
123 return nRes; in GetCategoryRID()