Issue 85940 - .uno:TransformDialog not available within Chart
Summary: .uno:TransformDialog not available within Chart
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-07 13:24 UTC by p9w.vu.31122010
Modified: 2013-02-24 21:21 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description p9w.vu.31122010 2008-02-07 13:24:14 UTC
The UNO slot .uno:TransformDialog ("Position and Size"-Dialog) in the category
"Format" is not available.

Although it's defined in GenericCommands.xcu and it's available in all other
modules (sw, sc, sd) chart seems to be the only module where it's not.
Comment 1 bjoern.milcke 2008-02-07 13:32:44 UTC
Not available means when trying to assign a keyboard short cut (or toolbar icon
or menu entry) via the Tools/Customize command.

In addition, there appear commands that make no sense in a chart, too. So, the
question would be: how are the available commands for Charts chosen to be
presented in the customization dialog?
Comment 2 bjoern.milcke 2008-02-07 13:34:47 UTC
->as: Please have a look. It seems that the commands that are offered in the
customization dialog for "Chart" does not match with the commands that are
offered by the chart (its dispatcher).
Comment 3 andreas.schluens 2008-12-05 06:48:05 UTC
as->bm: Sorry ... but those configuration was transfered long time ago from an
old to the new format. Those commands are not retrieved by using reflection at
runtime ... they are configured. So it's up to the application developer to care
for it's own set of configurable commands. Feel free to ask me where you can
change that :-)