Bug 50462 - Add AutoMin and AutoMax to data bars
Summary: Add AutoMin and AutoMax to data bars
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:3.7.0
Keywords:
Depends on:
Blocks: 50460
  Show dependency treegraph
 
Reported: 2012-05-29 06:42 UTC by Markus Mohrhard
Modified: 2012-08-13 10:37 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Mohrhard 2012-05-29 06:42:52 UTC
Excel 2010 supports AutoMin and AutoMax that work something like:

nMin = std::min<double>(nOldMin, 0);
nMax = std::min<double>(nOldMax, 0);

They are the default for Excel2010 data bars.

Also excel 2010 import needs to be adjusted.
Comment 1 Not Assigned 2012-08-13 10:35:04 UTC
Markus Mohrhard committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=06aeaad3d1ec55dafe985642ef2b34beef384012

implement AutoMin and AutoMax, fdo#50462
Comment 2 Not Assigned 2012-08-13 10:35:22 UTC
Markus Mohrhard committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=c467aa6f29a004b03c072bb89fa36b687daca9f3

implement the ui part for AutoMin and AutoMax, related fdo#50462
Comment 3 Markus Mohrhard 2012-08-13 10:37:37 UTC
Implemented odf import/export, oox import, ui and model.

Will be available in 3.7.0