[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #83 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Markus Mohrhard committed a patch related to this issue. It has been pushed to master:

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #82 from kouka...@gmail.com --- I think I have found a workaround for those who use an affected version of lo. If you want to copy exactly one cell/row/column [→element] copy element paste special Shift down/right cut new element

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|target:4.2.0

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #80 from Ralf ralfs.mail.addr...@gmail.com --- According to my user checks things work fine including comments. Thank you very much to all contributors for having removed this nasty bug! The bug used to be a real annoyance in my work

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #78 from Winfried Donkers winfrieddonk...@libreoffice.org --- (In reply to comment #77) Eike seemed happy with it so it's: https://gerrit.libreoffice.org/5592 for -4-1. If that doesn't cause any concern after a release, we

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|target:4.2.0

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #72 from Michael Meeks michael.me...@novell.com --- void ScTable::CopyToTable( ... pDestTab-SetOutlineTable( pOutlineTable ); // auch nur wenn bColRowFlags Disabling this line stops us loosing the grouping; so - I guess

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #73 from Winfried Donkers winfrieddonk...@libreoffice.org --- (In reply to comment #72) void ScTable::CopyToTable( ... pDestTab-SetOutlineTable( pOutlineTable ); // auch nur wenn bColRowFlags Disabling this line

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #74 from Michael Meeks michael.me...@novell.com --- Another interesting data-point is that this is exclusive to cut/paste, copy/paste doesn't suffer from the same issue; so back up to: bool ScViewFunc::PasteFromClip( sal_uInt16

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #75 from Michael Meeks michael.me...@novell.com --- I just pushed a prototype fix; quite possibly it severely harms the rest of calc [ I hope not, but you never know ], and I'm no calc engineer. Looking forward to some testing of copy

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #69 from Winfried Donkers winfrieddonk...@libreoffice.org --- (In reply to comment #66) I did a bit of work on this; the undo object is ScUndoPaste: ScUndoPaste::DoChange (this=0xae48eb8, bUndo=true) at

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #70 from Michael Meeks michael.me...@novell.com --- Not that it's news but this: void ScUndoPaste::DoChange(bool bUndo) ... for (size_t i = 0, n = maBlockRanges.size(); i n; ++i) { ScRange aRange =

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #71 from Michael Meeks michael.me...@novell.com --- void ScDocument::UndoToDocument(const ScRange rRange, ... ... if (nTab2 static_castSCTAB(maTabs.size())) CopyToDocument( 0,0,nTab2+1, MAXCOL,MAXROW,maTabs.size(),

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #65 from Winfried Donkers winfrieddonk...@libreoffice.org --- (In reply to comment #62) I can reproduce the loosing of grouping in other calc documents as well: -select sheet before sheet with grouping -select row n -paste

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #66 from Michael Meeks michael.me...@novell.com --- I did a bit of work on this; the undo object is ScUndoPaste: ScUndoPaste::DoChange (this=0xae48eb8, bUndo=true) at /data/opt/libreoffice/master/sc/source/ui/undo/undoblk.cxx:896

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #67 from Ralf ralfs.mail.addr...@gmail.com --- (In reply to comment #65) I have not been able yet to loose the comments with these steps. I lose the the comments as well if I use koukasio's sheet from comment 58 and follow the

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #68 from Ralf ralfs.mail.addr...@gmail.com --- (In reply to comment #67) I use Windows 7 with 32-bit architecture (x86). Forgot to mention: LO 3.6.7.2 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #60 from Winfried Donkers winfrieddonk...@libreoffice.org --- (In reply to comment #58) Created attachment 84160 [details] reproduction_sample I hope this is useful, this thing has been such a pain for so long!! I confirm the

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 tommy27 ba...@quipo.it changed: What|Removed |Added CC||kohei.yosh...@suse.de ---

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #62 from Winfried Donkers winfrieddonk...@libreoffice.org --- (In reply to comment #60) (In reply to comment #58) Created attachment 84160 [details] reproduction_sample I hope this is useful, this thing has been such a pain for

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #63 from Michael Meeks michael.me...@novell.com --- koukasio - brilliant :-) thanks so much for the reproduction steps; it's fantastic to finally have a good way to reproduce this. -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #64 from kouka...@gmail.com --- (In reply to comment #63) koukasio - brilliant :-) thanks so much for the reproduction steps; it's fantastic to finally have a good way to reproduce this. It is the lo-people to thank, I am just a

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #58 from kouka...@gmail.com --- Created attachment 84160 -- https://bugs.freedesktop.org/attachment.cgi?id=84160action=edit reproduction_sample HALLELUJAH I have managed to reproduce the bug

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #59 from kouka...@gmail.com --- I started building the document yesterday on lo 4.1.0.4 on Ubuntu 12.04 , 08/16/2013, 15:41:44 . I started it from scratch , no M$ windows, office etc. The template I am using was started a year before

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #57 from Ralf ralfs.mail.addr...@gmail.com --- I want to start with an introductory paragraph, which contains the most important information of this comment according to my non-technical judgment: The bug occured repeatedly after

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 tommy27 ba...@quipo.it changed: What|Removed |Added Status|RESOLVED|REOPENED

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #51 from Winfried Donkers winfrieddonk...@libreoffice.org --- (In reply to comment #50) @Winfried do you still reproduce this bug with recent 4.0.4 or 4.1.0 releases? AFAIK we haven't encountered this bug with version 4.0 (4.1

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #52 from tommy27 ba...@quipo.it --- so are you saying that it has never reoccurred yet in 4.0.x or that it still happens rarely? or that it happened rarely in 3.6.x... -- You are receiving this mail because: You are the assignee for

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #53 from Winfried Donkers winfrieddonk...@libreoffice.org --- (In reply to comment #52) so are you saying that it has never reoccurred yet in 4.0.x or that it still happens rarely? or that it happened rarely in 3.6.x... The bug

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 tommy27 ba...@quipo.it changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 tommy27 ba...@quipo.it changed: What|Removed |Added Version|(See in Summary)|3.5.7.2 release -- You are

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #55 from kouka...@gmail.com --- (In reply to comment #46) (In reply to comment #44) I confirm the behaviour with 4.0.2.2 on Kubuntu 12.04 I have confirmed that the bug exists with 4.0.X with newly created files(not old ones)... I

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it --- Comment #50

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-06-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #49 from Winfried Donkers o...@dci-electronics.nl --- We just found out another case of grouping loss on one sheet of an ods document. Last change was made on a Windows 7 machine with version 3.5.7 (machine was downgraded to avoid

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #48 from Michael Meeks michael.me...@novell.com --- Hi David; I rather suspect that your test case just highlights the lack of grouping support in the XLSX export - which is a different bug. Some random code pointers:

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #44 from David Greaves da...@dgreaves.com --- Maybe things have changed but I found a very minimal test case Version 4.0.3.3 (Build ID: 400m0(Build:3)) from Debian Open new instance of localc New sheet highlight column D Press F12

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #45 from Winfried Donkers o...@dci-electronics.nl --- (In reply to comment #44) Maybe things have changed but I found a very minimal test case Well, this may help find the cause, which would be very nice. I confirm the behaviour of

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #46 from kouka...@gmail.com --- (In reply to comment #44) I confirm the behaviour with 4.0.2.2 on Kubuntu 12.04 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #47 from Winfried Donkers o...@dci-electronics.nl --- (In reply to comment #45) I forgot to mention: I confirm the behaviour of the minimal test case with version 4.0.3 on Windows. Now we can only hope that this _is_ related to the

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #43 from kouka...@gmail.com --- I just had another incident with 4.0.2. Unfortunately I tried to reproduce it but failed. It happened while I was working on sample2. The steps that took place were Edit→Sheet→Select→Ctrl+a(all) and

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 kouka...@gmail.com changed: What|Removed |Added Version|3.3.2 release |(See in Summary) -- You are

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #38 from Winfried Donkers o...@dci-electronics.nl --- (In reply to comment #35) Winfried - does this continue with LibreOffice 4.0 ? Hi Michael, I have a script running daily that checks changed ods files for reduction in size;

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #39 from kouka...@gmail.com --- Created attachment 78710 -- https://bugs.freedesktop.org/attachment.cgi?id=78710action=edit sample2 of document with outlining before breakage There has been loss of outlining before in the document

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #40 from kouka...@gmail.com --- Created attachment 78711 -- https://bugs.freedesktop.org/attachment.cgi?id=78711action=edit sample2 of document with outlining after breakage There has been loss of outlining before in the document

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #41 from Michael Meeks michael.me...@novell.com --- koukasio - did that happen recently - and if so with what version of LibreOffice ? If it is before 3.6, and given that Winfried can't reproduce this in six weeks of work with more

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #42 from kouka...@gmail.com --- (In reply to comment #41) koukasio - did that happen recently - and if so with what version of LibreOffice ? This happened just yesterday! I keep using this feature (even though the dissapointment

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 kouka...@gmail.com changed: What|Removed |Added Hardware|x86 (IA32) |All OS|Windows

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #35 from Michael Meeks michael.me...@novell.com --- Winfried - does this continue with LibreOffice 4.0 ? - I had a go at reproducing it; cranked down the undo level to only 2 steps to try to provoke things some more [ no joy ], did a

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 Michael Meeks michael.me...@novell.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #37 from Michael Meeks michael.me...@novell.com --- There are several instances of: @@ -10545,8 +10603,7 @@ table:table-cell table:style-name=Default table:number-columns-repeated=6/ table:table-cell

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #32 from Petr Mladek pmla...@suse.cz --- @koukasio: Ah, you set the blocker severity again. I understand that it is a blocker for you but it is not blocker for most other users who do not use this feature. The broader view is

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #33 from kouka...@gmail.com --- (In reply to comment #32) I did nothing, I expect your apology... -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 kouka...@gmail.com changed: What|Removed |Added Severity|blocker |critical -- You are receiving this

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #34 from kouka...@gmail.com --- (In reply to comment #33) (In reply to comment #32) I did nothing, I expect your apology... Apology is all mine, I was changing the severity of the bug accidentally, maybe something to do with the

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 kouka...@gmail.com changed: What|Removed |Added Severity|critical|blocker --- Comment #31 from

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-03-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #29 from Rainer Bielefeld libreoff...@bielefeldundbuss.de --- I did some first investigation in contents.xml of sample 2013-03-02 10:36 UTC, kouka...@gmail.com and related broken document. I see that the groups (not unexpectedly)

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-03-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 --- Comment #30 from Winfried Donkers o...@dci-electronics.nl --- (In reply to comment #24) I gambled a little around with 3.4.5 (WIN) and fdo39484-sample, ... We have not noticed grouping/notes losses with versions prior to 3.6.4 (all Windows),

[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Summary|Outline groups are lost |All