Searched refs:themed_style (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 141 #define AUTOFORMAT_COLOR( first, last, themed_style, color_token ) \ argument 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 ) 155 #define AUTOFORMAT_ACCENTSMOD( first, themed_style, mod_token, mod_value ) \ argument 163 #define AUTOFORMAT_PATTERN( first, last, themed_style, line_width, pattern ) \ argument [all …]
|
Completed in 32 milliseconds