Searched refs:line_width (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 163 #define AUTOFORMAT_PATTERN( first, last, themed_style, line_width, pattern ) \ argument 164 … { first, last, themed_style, XML_TOKEN_INVALID, XML_TOKEN_INVALID, 0, line_width, pattern, 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 } 169 #define AUTOFORMAT_FADEDACCENTS( first, themed_style, line_width ) \ argument 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 ), \ [all …]
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 134 values.line_width = 1; in CreateGC() 202 values.line_width = 1; in GetInvert50GC()
|
H A D | salgdi.cxx | 369 values.line_width = 1; in GetTrackingGC()
|
H A D | salgdi3.cxx | 888 aGCVal.line_width = 0; in DrawServerSimpleFontString()
|
Completed in 45 milliseconds