Home
last modified time | relevance | path

Searched defs:XclPaletteColor (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sc/source/filter/excel/
H A Dxestyle.cxx193 struct XclPaletteColor struct
195 Color maColor; /// Resulting color to export.
196 bool mbUsed; /// true = Entry is used in the document.
198 … inline explicit XclPaletteColor( const Color& rColor ) : maColor( rColor ), mbUsed( false ) {} in XclPaletteColor() function
199 inline void SetColor( const Color& rColor ) { maColor = rColor; mbUsed = true; } in SetColor()

Completed in 52 milliseconds