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 Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/884513

Title:
  [Upstream] Insert into multiple selection not possible

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Won't Fix

Bug description:
  Steps to Reproduce:
  1) Open new spreadsheet.
  2) Press Ctrl+C to copy contents of the A1 cell.
  3) Hold Ctrl and select A3.
  4) Press Ctrl+V to paste.

  Actual Results:
  "Insert into multiple selection not possible" info dialog.

  Expected Results:
  1) If there is one cell copied:
   clipboard contents should be inserted into every selected cell.
  2) If there are multiple cells it is questionable but I think the expected
  result would be pasting only the first NxN cells where there is NxN adjacent
  cells in the selection. And repeat pasting while the end of the adjacent 
region
  is reached for the last one bigger than clipboard.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice-calc 1:3.4.3-3ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
  Uname: Linux 3.0.0-13-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Nov  1 01:13:06 2011
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to