Searched defs:XclPaletteColor (Results 1 – 1 of 1) sorted by relevance
193 struct XclPaletteColor struct195 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() function199 inline void SetColor( const Color& rColor ) { maColor = rColor; mbUsed = true; } in SetColor()
Completed in 32 milliseconds