summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
2012-04-29more tolerance for tinderboxMarkus Mohrhard
Change-Id: Ia717de507ef85029c566af6a99badeb1b8bc36d0
2012-04-28we can't move that into a test only libMarkus Mohrhard
Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
2012-04-27move xshape dumper into testMarkus Mohrhard
XShapeDumper can now be used by other parts of the code too. Please keep in mind that changing the dumper affects other parts too and might require a regneration of reference files. Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
2012-04-27sberg's tinderbox needs a bit more tolerance than 1%Markus Mohrhard
Change-Id: If1df2da94bc20b10dd8c5d3e8b77304fef565e19
2012-04-27increase the tollerance for x differences for sberg's tinderboxMarkus Mohrhard
Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac
2012-04-27increase tolerance for now for clang tinderboxMarkus Mohrhard
see fdo#49221 Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
2012-04-27add tolerance to chart regression testMarkus Mohrhard
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
2012-04-27adapt dumper to new xml diffMarkus Mohrhard
2012-04-25refactor ImpSvtDataCaolán McNamara
2012-04-19enable the chart2 dumper testMarkus Mohrhard
2012-04-19don't use the debug mode for normal testsMarkus Mohrhard
2012-04-11Calculate correct standard deviation for XErrorBar.Rafael Dominguez
- Add method to calculate X standard deviation. - Set correct XErrorBar position when using standard deviation error type.
2012-04-11Display correct errorbars columns in chart data browser.Rafael Dominguez
2012-04-09do not put things directly into $(WORKDIR)David Tardon
2012-04-09add package deps for resourcesDavid Tardon
2012-04-08OUString( whatever ? "foo" : "bar" ) does not work with MSVCLuboš Luňák
2012-04-08Cleanup of C2U macro in chart2.Rafael Dominguez
2012-04-08Cleanup of C2U macro in chart2.Rafael Dominguez
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-04-03Cleanup some unnecessary #includeMatteo Casalin
2012-04-01move chart regression test data files to chart2Markus Mohrhard
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-28add SAL_CALL to ChartModel::dumpMarkus Mohrhard
2012-03-28revert old test ideaMarkus Mohrhard
2012-03-28implement the layout dumper for chart2Markus Mohrhard
2012-03-28implement XDumper in ChartModelMarkus Mohrhard
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe
2012-03-26Removed use of UniString.Kohei Yoshida
2012-03-26removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe
2012-03-24use fabs for double values, not abs, fdo#47632Markus Mohrhard
2012-03-23Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.Rafael Dominguez
2012-03-23Create separate shape groups for each errorbar type.Rafael Dominguez
2012-03-23Set correct objecttype for errorbar.Rafael Dominguez
2012-03-23Display Format menu entry when selecting an X errorbar.Rafael Dominguez
2012-03-23Get correct datasource when calculating errorbar length.Rafael Dominguez
2012-03-23Update DeleteYErrorbar function to handle X and Y bars.Rafael Dominguez
2012-03-23Set errorbar type attribute when inserting or formating an errorbar.Rafael Dominguez
2012-03-23Return correct ItemConverter object for any errorbar type.Rafael Dominguez
2012-03-23Enable support to format chart errorbars.Rafael Dominguez
2012-03-23Handle case XErrorbars in ErrorBarItemConverter::ApplySpecialItem.Rafael Dominguez
2012-03-23Allow deleting any chart errorbar and set correct action description.Rafael Dominguez
2012-03-23Determine ranges correctly for any type of chart errorbar object.Rafael Dominguez