https://bugs.documentfoundation.org/show_bug.cgi?id=146404
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Julien Nabet <[email protected]> --- I noticed this line in svl/source/numbers/zforscan.cxx, ImpSvNumberformatScan::GetColor(OUString& sStr): if (nIndex > 0 && nIndex <= 64) So it seems we can only have COLOR1 to COLOR64. However standard.soc contains 120 colors, so may we not use until COLOR120? I searched about Excel, I found these: https://www.excelsupersite.com/what-are-the-56-colorindex-colors-in-excel/ https://www.summarypro.co.uk/blog/the-56-standard-colours-in-excel---colorindex-values-or-pallte.aspx both quote 56 colors. So either Excel can't be a pb to use COLOR120 or it's already a problem right now in the case we use COLOR57 and above till COLOR64. -- You are receiving this mail because: You are the assignee for the bug.
