Robert Merič wrote:
I am intersted in how to enable function "Copy" in OpenOffice program "Calc" to copy multi-selection items. When I select a few items from teble (for exampe 1, 3, 5, 10) and when I want to copy them to another list the program said :
:"The function cannot be used with multiple selections".
Cah I change this function alone in sourcecode. And where can I change it?

That wouldn't be a trivial change. Copying is done in ScViewFunc::CopyToClip, in sc/source/ui/view/viewfun3.cxx. But copying alone doesn't help much, you'd also need to change the behavior when pasting. If the feature is limited to cases where whole columns/rows are left out of a rectangular selection, implementation could use a similar mechanism as the skipping of filtered rows. If it's supposed to be any multiple selection, one would first have to come up with a useful definition of how the cells should be pasted.

If not. It will be good, that you include this feautre in new version.

An issue exists (26329), but I can't promise it for any specific version.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to