Home
last modified time | relevance | path

Searched refs:AUTOFORMAT_FADED (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx166 #define AUTOFORMAT_FADED( first, last, themed_style, color_token, line_width ) \ macro
170 AUTOFORMAT_FADED( first, first, themed_style, XML_accent1, line_width ), \
171 AUTOFORMAT_FADED( first + 1, first + 1, themed_style, XML_accent2, line_width ), \
172 AUTOFORMAT_FADED( first + 2, first + 2, themed_style, XML_accent3, line_width ), \
173 AUTOFORMAT_FADED( first + 3, first + 3, themed_style, XML_accent4, line_width ), \
174 AUTOFORMAT_FADED( first + 4, first + 4, themed_style, XML_accent5, line_width ), \
175 AUTOFORMAT_FADED( first + 5, first + 5, themed_style, XML_accent6, line_width )
423 #undef AUTOFORMAT_FADED

Completed in 28 milliseconds