Launchpad has imported 3 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=38822.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2011-06-30T15:05:47+00:00 Björn Michaelsen wrote:

Support copying of a single range and pasting it to multiple ranges

Background: Excel supports e.g. copying A1, and pasting it to D3, D5,
D9, but Calc doesn't support this operation yet. We should add this
support.

Detailed requirement: When the destination ranges are exact multiple of
the copied range geometry-wise, allow the paste, otherwise throw an
error and abort the paste. For example, when the copied range is A1:A3,
and the user wishes to paste it to B5:B10,E8:E13, the paste should
proceed. If the user wishes to paste the same range to, say,
B5:B11,E8:13, it should throw an error message and abort.

Code pointers: We should be able to add this enhancement just by
modifying the code that does pasting. However, if needed,
ScViewFunc::CopyToClip() is where the copying of range to the clipboard
instance takes place. ScViewFunc::PasteFromClip() handles pasting of
cells.

Skills: building, debugging, medium C++, ability to read and understand
C++ code

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/884513/comments/0

------------------------------------------------------------------------
On 2012-02-14T18:22:53+00:00 Сергій Загорія wrote:

*** Bug 42456 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/884513/comments/7

------------------------------------------------------------------------
On 2012-02-14T18:32:18+00:00 Сергій Загорія wrote:

It looks like Kohei Yoshida made this possible:
http://wiki.documentfoundation.org/ReleaseNotes/3.5#Calc

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/884513/comments/8


** Changed in: df-libreoffice
       Status: Unknown => Confirmed

** Changed in: df-libreoffice
   Importance: Unknown => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884513

Title:
  [Upstream] Insert into multiple selection not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/884513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to