summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)Author
2012-07-12Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda
2012-07-12Working version of XShapeDumperArtur Dorda
2012-07-12Unfinished dumper codeArtur Dorda
2012-07-02removed unnecessary forward declarations of classTakeshi Abe
2012-06-30Some cppcheck cleaningJulien Nabet
2012-06-22remove bunch of obsolete looking .flt filesMichael Stahl
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-06removed dead codeTakeshi Abe
2012-05-31targetted minor size vs. empty reversionMichael Meeks
2012-05-31nuke unused typedefTakeshi Abe
2012-05-20Some cppcheck cleaningJulien Nabet
2012-05-16removed unused constant rtl::OUStringTakeshi Abe
2012-05-02WaE: doubles truncated to floatsCaolán McNamara
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