Issue 68896 - New chart: Save Number Format also when Source Format is used, and load correctly
Summary: New chart: Save Number Format also when Source Format is used, and load corre...
Status: CLOSED FIXED
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: kla
QA Contact: issues@graphics
URL:
Keywords: new_implementation
Depends on:
Blocks:
 
Reported: 2006-08-23 16:00 UTC by bjoern.milcke
Modified: 2013-02-24 21:19 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bjoern.milcke 2006-08-23 16:00:34 UTC
When you have a chart in a Calc, you get the number format for the axis from the
Calc-cell formatting per default ("Source Format" checkbox in the axis dialog's
tab "Numbers"). Internally, we now set this at the model by leaving the
"NumberFormat" property empty.

When copying such a file into the clipboard and pasting it into an Impress
document, you no longer get any number format (well default format), because it
was not exported.

1. So the number format that was given from Calc should be written into the file
as number-format.

2. On load, the number format read must only be set at an axis, when the
link-source-format property is false or the connected data provider does not
provide a number format (maybe we need a new function or interface at the
XDataProvider here).
Comment 1 bjoern.milcke 2006-08-23 16:02:55 UTC
keyword set, accepted.
Comment 2 IngridvdM 2006-11-26 11:32:38 UTC
->bm: I'll take over.
Comment 3 IngridvdM 2006-12-01 18:46:04 UTC
Fixed in CWS chart2mst3.
Comment 4 IngridvdM 2006-12-14 12:44:32 UTC
@Thomas: Fixed in CWS chart2mst3 milestone10, please verify.
Comment 5 IngridvdM 2007-01-18 11:48:53 UTC
changed target to 2.3
Comment 6 kla 2007-02-28 15:00:27 UTC
Seen ok by fst -> verified
Comment 7 andreschnabel 2007-07-17 16:51:10 UTC
ok in SRC680m220 -> closing