[Libreoffice-bugs] [Bug 106720] FILESAVE XLSX: Validity setting not saved for otherwise empty rows

2017-08-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106720

Martin Spacek  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Martin Spacek  ---


*** This bug has been marked as a duplicate of bug 41425 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106720] FILESAVE XLSX: Validity setting not saved for otherwise empty rows

2017-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106720

--- Comment #5 from Aron Budea  ---
The bug seems to be in XclExpCellTable::XclExpCellTable( const XclExpRoot&
rRoot ).
http://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/xetable.cxx#2437

This is where validation data is collected:
if( ScfTools::CheckItem( rItemSet, ATTR_VALIDDATA, false ) )
http://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/xetable.cxx#2641

However, the large loop in that function ends with the last row where there's
data, and in this case there's no more data in rows 4-5, so they aren't
considered: the application exits the loop before being able to take care of
the validation data there.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106720] FILESAVE XLSX: Validity setting not saved for otherwise empty rows

2017-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106720

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|5.3.1.2 release |Inherited From OOo
 Ever confirmed|0   |1

--- Comment #4 from Xisco Faulí  ---
Reproduced in

Version: 5.4.0.0.alpha0+
Build ID: 1670cc25bc2771e87f7956a4b0dd634abaa4128b
CPU threads: 4; OS: Linux 4.8; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

and

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106720] FILESAVE XLSX: Validity setting not saved for otherwise empty rows

2017-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106720

--- Comment #3 from Gabor Kelemen  ---
Created attachment 132100
  --> https://bugs.documentfoundation.org/attachment.cgi?id=132100=edit
Same file saved as ods

Sure, in ods the A4, A5 cells can be saved and opened just fine - it opens
correctly even in Excel :).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106720] FILESAVE XLSX: Validity setting not saved for otherwise empty rows

2017-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106720

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #2 from Xisco Faulí  ---
Could you please attach the document saved as .odt too?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106720] FILESAVE XLSX: Validity setting not saved for otherwise empty rows

2017-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106720

--- Comment #1 from Gabor Kelemen  ---
Created attachment 132096
  --> https://bugs.documentfoundation.org/attachment.cgi?id=132096=edit
The test file in LO 5.3.1 before saving

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs