summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)Author
2012-04-28we can't move that into a test only libMarkus Mohrhard
2012-04-27move xshape dumper into testMarkus Mohrhard
2012-04-27adapt dumper to new xml diffMarkus Mohrhard
2012-04-19don't use the debug mode for normal testsMarkus Mohrhard
2012-04-11Calculate correct standard deviation for XErrorBar.Rafael Dominguez
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-30Fix format string properlyStephan Bergmann
2012-03-30WaE: format '%i' expects type 'int', but argument has type 'long int'Tor Lillqvist
2012-03-29Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet
2012-03-28add name attribute to chart's layout dumperMarkus Mohrhard
2012-03-28add drawing.Text to chart's dumperMarkus Mohrhard
2012-03-28revert old test ideaMarkus Mohrhard
2012-03-28implement the layout dumper for chart2Markus Mohrhard
2012-03-24use fabs for double values, not abs, fdo#47632Markus Mohrhard
2012-03-23Create separate shape groups for each errorbar type.Rafael Dominguez
2012-03-23Get correct datasource when calculating errorbar length.Rafael Dominguez
2012-03-23Get correct errorbar CID depending on the direction.Rafael Dominguez
2012-03-23Add chart errorbar type property.Rafael Dominguez
2012-03-23Create respective error bars in areachart when creating shapes.Rafael Dominguez
2012-03-23Add function to create X error bars in VSeriesPlotter class.Rafael Dominguez
2012-03-23Add a function to get X error bar properties.Rafael Dominguez
2012-03-17do not initialize a field with itselfLuboš Luňák
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-14refactor the chart test code a bitMarkus Mohrhard
2012-03-14add more code to the chart dumperMarkus Mohrhard
2012-03-13add some more dump output + WaE unitialized valuesMarkus Mohrhard
2012-03-13first part for new chart test conceptMarkus Mohrhard
2012-03-12remove C2U usage, string literal OUString ctors will do the jobLuboš Luňák
2012-03-10add two accidently removed return statementsMarkus Mohrhard
2012-03-07some more auto_ptr -> scoped_ptr in chart2Markus Mohrhard
2012-03-05move some auto_ptr to boost::scoped_ptrMarkus Mohrhard
2012-03-05fdo#44832: Follow-up fix for axis labels for complex categoriesMarkus Mohrhard
2012-03-04fdo#37197: No legend entry for regression curve if not applicableKatarina Machalkova
2012-03-04correctly set the position of the axis labels, related fdo#44832Markus Mohrhard
2012-02-20fdo#31551: Show actual line width in the legendKatarina Machalkova
2012-02-18Fix typos in commentsElton Chung
2012-01-31Remove unused code.Santiago Martinez
2012-01-14Some cppcheck cleaningJulien Nabet
2012-01-09fdo#44546: Hopefully correct automatic calculation of y-axis scale.Kohei Yoshida
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-21callcatcher: remove some unused codeCaolán McNamara
2011-12-14missing include limitsMarkus Mohrhard
2011-12-14don't try to use Inf for axes calculation fdo#43703Markus Mohrhard
2011-12-13fdo#43681: Set correct auto scaling for stacked data series.Kohei Yoshida
2011-12-13Prefer reference over pointer (when it makes sense).Kohei Yoshida
2011-12-13fdo#43681: Always sort category axis when it's a date type.Kohei Yoshida
2011-12-13Prefer pre-increments, especially with iterators.Kohei Yoshida
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot
2011-12-08Less succes, more successStefan Knorr (astron)