Searched refs:themed_style (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/oox/source/drawingml/chart/ |
| H A D | objectformatter.cxx | 141 #define AUTOFORMAT_COLOR( first, last, themed_style, color_token ) \ argument 142 { first, last, themed_style, color_token, XML_TOKEN_INVALID, 0, 100, 0, false } 144 #define AUTOFORMAT_ACCENTS( first, themed_style ) \ argument 145 AUTOFORMAT_COLOR( first, first, themed_style, XML_accent1 ), \ 146 AUTOFORMAT_COLOR( first + 1, first + 1, themed_style, XML_accent2 ), \ 147 AUTOFORMAT_COLOR( first + 2, first + 2, themed_style, XML_accent3 ), \ 148 AUTOFORMAT_COLOR( first + 3, first + 3, themed_style, XML_accent4 ), \ 149 AUTOFORMAT_COLOR( first + 4, first + 4, themed_style, XML_accent5 ), \ 150 AUTOFORMAT_COLOR( first + 5, first + 5, themed_style, XML_accent6 ) 152 #define AUTOFORMAT_COLORMOD( first, last, themed_style, color_token, mod_token, mod_value ) \ argument [all …]
|