summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)Author
2012-12-08bnc#791952: Use "center" label placement for "Best fit" in pie charts.Kohei Yoshida
2012-12-08bnc#791952: Better placement of 3D pie chart data labels.Kohei Yoshida
2012-12-08Remove duplicate defines and put it into a common place.Kohei Yoshida
2012-10-30cppCheck: Remove some 'redundantAssignment'jailletc36
2012-10-04sal_Bool -> bool in chart2Noel Grandin
2012-10-04limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100Markus Mohrhard
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-24Prevent so many copying of vector instances.Kohei Yoshida
2012-09-24fdo#55297: Fix regression in chart complex category placements.Kohei Yoshida
2012-09-20std::auto_ptr is deprecated.Kohei Yoshida
2012-09-20Unused local variable.Kohei Yoshida
2012-09-20More cosmetic cleanups.Kohei Yoshida
2012-09-20Some code cleanups...Kohei Yoshida
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-15Working version of XShapeDumperArtur Dorda
2012-08-11Remove unused local varsJulien Nabet
2012-08-06chart2: merge component files for new chartcore libraryMichael Stahl
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann
2012-07-13also remove the libxml2 include from chart2Markus Mohrhard
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