Issue 115387 - Support copy & paste for the "position and size" values in the status bar
Summary: Support copy & paste for the "position and size" values in the status bar
Status: UNCONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: editing (show other issues)
Version: OOO320m18
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-03 22:49 UTC by maneol
Modified: 2013-02-07 22:36 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description maneol 2010-11-03 22:49:54 UTC
Hello,

Concerns the "position and size" box. It would be great to be able to copy the
position of an item and then to apply it to an other without typing !

Thanks

EO
Comment 1 Marcus 2010-11-04 15:24:23 UTC
as it is already possible via the "Position and Size" dialog box, I'm sure you
mean the values in the status bar, correct? I've adjusted the issue's subject to
reflect this
Comment 2 Marcus 2010-11-04 15:24:46 UTC
.
Comment 3 maneol 2010-11-04 22:52:19 UTC
You did well !

It's possible via the dialog box, but you have to open and close it.
This specific point is linked with issue 115363

Copying position via the status bar or via Rclick on Item and applying to
another the same way would be the thing !
Comment 4 wolframgarten 2010-11-08 10:17:21 UTC
Reassigned.
Comment 5 discoleo 2010-11-22 22:34:21 UTC
More broadly speaking: when copying an element from the status-bar (when
implemented), it should actually copy an object of class corresponding to the
displayed element.

If pasting in an application that understands that object, then the object
should be pasted. Otherwise, the textual representation of that object should be
pasted.

Beyond Draw, I can imagine this very usefull in Calc: e.g. selecting a column,
the count is displayed. Now copying the count would copy an object of type
"COUNT" on the selected range. When pasting in a cell, the corresponding formula
would be pasted. Pasting somewhere else, will paste only the textual value of
that count.