summaryrefslogtreecommitdiffstats
path: root/chart2/source/view
Commit message (Expand)AuthorAgeFilesLines
* cppCheck: Remove some 'redundantAssignment'jailletc362012-10-304-6/+0
* sal_Bool -> bool in chart2Noel Grandin2012-10-042-9/+7
* limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100Markus Mohrhard2012-10-041-1/+5
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-1/+1
* Prevent so many copying of vector instances.Kohei Yoshida2012-09-241-14/+25
* fdo#55297: Fix regression in chart complex category placements.Kohei Yoshida2012-09-241-5/+10
* std::auto_ptr is deprecated.Kohei Yoshida2012-09-201-24/+11
* Unused local variable.Kohei Yoshida2012-09-201-4/+0
* More cosmetic cleanups.Kohei Yoshida2012-09-201-21/+13
* Some code cleanups...Kohei Yoshida2012-09-202-12/+14
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+1
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-312-4/+2
* Working version of XShapeDumperArtur Dorda2012-08-151-0/+100
* Remove unused local varsJulien Nabet2012-08-111-1/+0
* chart2: merge component files for new chartcore libraryMichael Stahl2012-08-061-25/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-07-1852-1209/+741
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-181-1/+0
* also remove the libxml2 include from chart2Markus Mohrhard2012-07-131-4/+0
* Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda2012-07-121-99/+0
* Working version of XShapeDumperArtur Dorda2012-07-121-15/+8
* Unfinished dumper codeArtur Dorda2012-07-121-1/+4
* removed unnecessary forward declarations of classTakeshi Abe2012-07-022-4/+0
* Some cppcheck cleaningJulien Nabet2012-06-302-2/+2
* remove bunch of obsolete looking .flt filesMichael Stahl2012-06-221-4/+0
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-2147-1126/+703
* Remove superfluous empty lines on topThomas Arnhold2012-06-097-14/+0
* removed dead codeTakeshi Abe2012-06-063-37/+0
* targetted minor size vs. empty reversionMichael Meeks2012-05-312-2/+2
* nuke unused typedefTakeshi Abe2012-05-311-1/+0
* Some cppcheck cleaningJulien Nabet2012-05-201-2/+2
* removed unused constant rtl::OUStringTakeshi Abe2012-05-161-5/+0
* WaE: doubles truncated to floatsCaolán McNamara2012-05-022-4/+4
* we can't move that into a test only libMarkus Mohrhard2012-04-281-3/+113
* move xshape dumper into testMarkus Mohrhard2012-04-271-113/+3
* adapt dumper to new xml diffMarkus Mohrhard2012-04-271-2/+4
* don't use the debug mode for normal testsMarkus Mohrhard2012-04-191-1/+1
* Calculate correct standard deviation for XErrorBar.Rafael Dominguez2012-04-113-1/+23
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+4
* Fix format string properlyStephan Bergmann2012-03-301-2/+2
* WaE: format '%i' expects type 'int', but argument has type 'long int'Tor Lillqvist2012-03-301-2/+2
* Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet2012-03-299-16/+16
* add name attribute to chart's layout dumperMarkus Mohrhard2012-03-281-8/+17
* add drawing.Text to chart's dumperMarkus Mohrhard2012-03-281-1/+9
* revert old test ideaMarkus Mohrhard2012-03-287-542/+4
* implement the layout dumper for chart2Markus Mohrhard2012-03-282-2/+121
* use fabs for double values, not abs, fdo#47632Markus Mohrhard2012-03-241-1/+1
* Create separate shape groups for each errorbar type.Rafael Dominguez2012-03-233-5/+11
* Get correct datasource when calculating errorbar length.Rafael Dominguez2012-03-231-4/+5
* Get correct errorbar CID depending on the direction.Rafael Dominguez2012-03-234-8/+10