https://bugs.documentfoundation.org/show_bug.cgi?id=103924

Xisco FaulĂ­ <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #3 from Xisco FaulĂ­ <[email protected]> ---
Confirmed in 

Version: 5.3.0.0.alpha1+
Build ID: 8dc495c93239739629683bb29e4110f5c57c94f0
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

and confirmed that this regression was caused by
89804c14ee99721d252e30468342384fbc8926b2

author  Markus Mohrhard <[email protected]>        2016-09-24
18:41:52 (GMT)
committer       Markus Mohrhard <[email protected]>       
2016-09-26 19:37:12 (GMT)
commit  89804c14ee99721d252e30468342384fbc8926b2 (patch)
tree    a543fb27fe9333b4a204aabba4ef984a2cb09f57
parent  f626fd5f897796451685c06ce5f397a90aeaa8e6 (diff)

implement prototype for more stable calc cell style names
This should ensure that as long as the style does not change the cell
style name is the same after an import export cycle.

Each ScPatternAttr stores a unique ID and we store the ID to name
mapping during import. During export if we find a ScPatternAttr that has
a key that is also stored in the map we write back the style name from
the map.
To avoid name collisions we block the style names from the import for
the export.

The missing piece to make this completely awesome is now to make sure
that styles are sorted by name during export. That way we can reduce the
diff between import and export even more.

Adding Cc: to Markus Mohrhard

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to