Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx69 #define AUTOFORMAT_PATTERN_COLOR( color_token ) \ argument
70 { color_token, XML_TOKEN_INVALID, 0 }
72 #define AUTOFORMAT_PATTERN_COLORMOD( color_token, mod_token, mod_value ) \ argument
73 { color_token, mod_token, mod_value }
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 }
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 }
166 #define AUTOFORMAT_FADED( first, last, themed_style, color_token, line_width ) \ argument
167 { first, last, themed_style, color_token, XML_TOKEN_INVALID, 0, line_width, 0, true }
[all …]

Completed in 20 milliseconds