[Libreoffice-bugs] [Bug 146404] Number Format Code: Not all color codes are saved

2023-03-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146404

ady  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=76
   ||785

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146404] Number Format Code: Not all color codes are saved

2023-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146404

--- Comment #4 from Eike Rathke  ---
(In reply to Laurent Balland from comment #3)
> - not preserved in ODS format on export (as it is not defined in ODF)
Yes it is:


  
  


But it's not mapped back (if that would be possible at all i.e. in the current
colour palette) to [COLOR23] when reading nor does the format code allow for
something like [00a933]. Only the 10 predefined [BLACK], [BLUE], ... colour
values are mapped.

Code pointers:
https://opengrok.libreoffice.org/xref/core/xmloff/source/style/xmlnumfi.cxx?r=46b7fd59#208
https://opengrok.libreoffice.org/xref/core/xmloff/source/style/xmlnumfi.cxx?r=46b7fd59#2082

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146404] Number Format Code: Not all color codes are saved

2023-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146404

ady  changed:

   What|Removed |Added

 Blocks||107575, 107943
   Hardware|x86-64 (AMD64)  |All
   Keywords||filter:odf, filter:ods,
   ||filter:xls, filter:xlsx
 OS|Linux (All) |All
Version|7.1.6.2 release |Inherited From OOo


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107575
[Bug 107575] [META] Number format bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=107943
[Bug 107943] [META] Save bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146404] Number Format Code: Not all color codes are saved

2023-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146404

Laurent Balland  changed:

   What|Removed |Added

 CC||jumbo4...@yahoo.fr

--- Comment #3 from Laurent Balland  ---
"[COLORxx]" format code is 
- is correctly imported from XLSX
- not preserved in XLSX format on export.
- not preserved in ODS format on export (as it is not defined in ODF)

TEXT function does not render color of text (neither with [RED]) and cannot be
used as a workaround.

Tested with Version: 7.4.5.1 (x64) / LibreOffice Community
Build ID: 9c0871452b3918c1019dde9bfac75448afc4b57f
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: fr-FR (fr_FR); UI: fr-FR
Calc: threaded
and XL 2016

XL use a localized name for "COLOR" (Couleur in French for instance)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146404] Number Format Code: Not all color codes are saved

2023-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146404

m.a.riosv  changed:

   What|Removed |Added

 CC||catmik2001-...@yahoo.co.uk

--- Comment #2 from m.a.riosv  ---
*** Bug 153812 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146404] Number Format Code: Not all color codes are saved

2021-12-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146404

zcrhonek  changed:

   What|Removed |Added

 CC||er...@redhat.com,
   ||zcrho...@gmail.com
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from zcrhonek  ---
Format code [COLOR23]0.0  started to work after the commit:

9a1315f5e88002032f40b184fb5b08cb4d6c0a20 is the first bad commit
commit 9a1315f5e88002032f40b184fb5b08cb4d6c0a20
Author: Matthew Francis 
Date:   Fri Sep 18 11:01:57 2015 +0800

source-hash-fa72fc3eddbfabb82193452a4ba993b11d1584da

commit fa72fc3eddbfabb82193452a4ba993b11d1584da
Author: Eike Rathke 
AuthorDate: Fri Apr 19 00:47:57 2013 +0200
Commit: Eike Rathke 
CommitDate: Fri Apr 19 00:50:11 2013 +0200

OUString::startsWith() is not equivalent to String::Match()

String::Match() wasn't quite right at that place either, but..

But save and reload never worked.
Adding CC to Eike.

-- 
You are receiving this mail because:
You are the assignee for the bug.