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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #9 from Justin L <[email protected]> ---
The problem is that CopyToDocument was copying bOnlyMarked, and rMark is not
Marked or MultiMarked. I.E. nothing is being backed up.

In theory, we could Combine rMatchedRanges.GetIntersectedRange and only backup
the subsection of cells that will be changed, but the Undo has no context, so
it just does a full document undo - thus EVERY sheet needs to be backed up.

Wow, what a bunch of garbage this is. I can't only AddUndoTab for the sheets I
need - I got a crash when I tried that. There doesn't seem to be any way to
disable an unmodified sheet to prevent it from being restored. So then the only
possible recourse is to backup the entire document even if no match will ever
be found!

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

Reply via email to