Issue 16615 - Shift-F4 only works on one cell if multiple cells are selected
Summary: Shift-F4 only works on one cell if multiple cells are selected
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: ui (show other issues)
Version: OOo 1.0.3
Hardware: PC Windows 2000
: P4 Trivial with 1 vote (vote)
Target Milestone: ---
Assignee: oc
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-09 16:35 UTC by Unknown
Modified: 2017-05-20 11:41 UTC (History)
5 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
The patch of this issue. (10.77 KB, text/plain)
2009-05-27 10:18 UTC, gaojingmei
no flags Details
the updated patch of this issue (12.41 KB, text/plain)
2009-06-05 07:16 UTC, gaojingmei
no flags Details
the update patch of this issue, the above patch have problems with markdata (11.89 KB, text/plain)
2009-06-09 04:14 UTC, gaojingmei
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-07-09 16:35:49 UTC
Well, the Summary says it. The relativity is only changed in the cell with the 
cursor, not all selected cells.
Comment 1 oc 2003-07-22 15:36:46 UTC
Hi Bettina,
one4you
Comment 2 bettina.haberer 2004-01-28 18:22:45 UTC
Summary: Shift-F4 only works on one cell if multiple cells are selected.
Hello Niklas, please give approval for this evaluated OO.o 2.0 flagged issue. 
If you confirm with the target OO.o 2.0, then please keep it on your owner (or
the owner of the concerning developer) for implementation. In case you want this
issue for 'OOo Later', then please reset the target milestone. If you decline
the issue finally, please set the resolution to 'Wontfix' (but do not close). In
case of 'OOo Later' or 'Wontfix' please reset it on Bettina's owner. Thank you.
Comment 3 niklas.nebel 2004-02-18 10:35:23 UTC
This is not on the list of features that we're going to do for 2.0. We need to
focus on the enhancements from the PCD document.
Comment 4 ace_dent 2008-05-16 02:39:46 UTC
OpenOffice.org Issue Tracker - Feedback Request.

The Issue you raised has the status 'New' pending further action, but has not
been updated within the last 4 years. Please consider re-testing with one of the
latest versions of OOo, as the problem(s) may have already been addressed.
Either use the recent stable version: http://download.openoffice.org/index.html
or consider trying the new OOo 3 BETA (still in testing):
http://download.openoffice.org/3.0beta/
 
Please report back the outcome so this Issue may be Closed or Progressed as
necessary - otherwise it may be Resolved as Invalid in the future. You may also
wish to search for (and note) any duplicates of this Issue that may have
advanced further by checking the Issue Tracker:
http://www.openoffice.org/issues/query.cgi
 
Many thanks,
Andrew
 
Cleaning-up and Closing old Issues as part of:
~ The Grand Bug Squash, pre v3 ~
http://marketing.openoffice.org/3.0/announcementbeta.html
Comment 5 gaojingmei 2009-05-27 10:18:29 UTC
Created attachment 62568 [details]
The  patch of  this issue.
Comment 6 niklas.nebel 2009-06-02 20:30:34 UTC
Some comments about the patch:

- You have to call SetDocumentModified, for "modified" state and change
notification.

- Cell protection has to be checked (IsEditable) for all formulas, or simply for
the selection, but only the cursor position isn't enough.

- Undo with tracked changes removes only the last change. You have to store the
start and end position in the tracked changes (see nStartChangeAction in
ScUndoReplace, for example).

- Most other undo actions use a ScDocument to store multiple cells (but that's
just a suggestion).

- The method name "DoRefConvertion" is wrong (should be "DoRefConversion").
Comment 7 gaojingmei 2009-06-05 07:16:25 UTC
Created attachment 62782 [details]
the updated patch of this issue
Comment 8 gaojingmei 2009-06-09 04:14:17 UTC
Created attachment 62872 [details]
the update patch of this issue, the above patch have  problems with markdata
Comment 9 niklas.nebel 2009-06-09 16:37:19 UTC
taking the issue
Comment 10 niklas.nebel 2009-06-09 16:38:32 UTC
I added the last patch to CWS "calc51".
Comment 11 niklas.nebel 2009-07-06 13:39:09 UTC
reassigning to QA for verification
Comment 12 oc 2009-07-20 10:25:42 UTC
verified in internal build cws_calc51