Lines Matching refs:mod_value
72 #define AUTOFORMAT_PATTERN_COLORMOD( color_token, mod_token, mod_value ) \ argument
73 { color_token, mod_token, mod_value }
152 #define AUTOFORMAT_COLORMOD( first, last, themed_style, color_token, mod_token, mod_value ) \ argument
153 { first, last, themed_style, color_token, mod_token, mod_value, 100, 0, false }
155 #define AUTOFORMAT_ACCENTSMOD( first, themed_style, mod_token, mod_value ) \ argument
156 AUTOFORMAT_COLORMOD( first, first, themed_style, XML_accent1, mod_token, mod_value ), \
157 AUTOFORMAT_COLORMOD( first + 1, first + 1, themed_style, XML_accent2, mod_token, mod_value ), \
158 AUTOFORMAT_COLORMOD( first + 2, first + 2, themed_style, XML_accent3, mod_token, mod_value ), \
159 AUTOFORMAT_COLORMOD( first + 3, first + 3, themed_style, XML_accent4, mod_token, mod_value ), \
160 AUTOFORMAT_COLORMOD( first + 4, first + 4, themed_style, XML_accent5, mod_token, mod_value ), \
161 AUTOFORMAT_COLORMOD( first + 5, first + 5, themed_style, XML_accent6, mod_token, mod_value )