summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-29more tolerance for tinderboxMarkus Mohrhard1-4/+4
2012-04-28we can't move that into a test only libMarkus Mohrhard2-4/+113
2012-04-27move xshape dumper into testMarkus Mohrhard2-113/+4
2012-04-27sberg's tinderbox needs a bit more tolerance than 1%Markus Mohrhard1-2/+2
2012-04-27increase the tollerance for x differences for sberg's tinderboxMarkus Mohrhard1-2/+2
2012-04-27increase tolerance for now for clang tinderboxMarkus Mohrhard1-2/+2
2012-04-27add tolerance to chart regression testMarkus Mohrhard1-0/+7
2012-04-27adapt dumper to new xml diffMarkus Mohrhard2-62/+64
2012-04-25refactor ImpSvtDataCaolán McNamara1-1/+1
2012-04-19enable the chart2 dumper testMarkus Mohrhard1-0/+126
2012-04-19don't use the debug mode for normal testsMarkus Mohrhard1-1/+1
2012-04-11Calculate correct standard deviation for XErrorBar.Rafael Dominguez3-1/+23
2012-04-11Display correct errorbars columns in chart data browser.Rafael Dominguez2-34/+9
2012-04-09do not put things directly into $(WORKDIR)David Tardon1-1/+1
2012-04-09add package deps for resourcesDavid Tardon1-0/+8
2012-04-08OUString( whatever ? "foo" : "bar" ) does not work with MSVCLuboš Luňák1-1/+1
2012-04-08Cleanup of C2U macro in chart2.Rafael Dominguez24-425/+401
2012-04-08Cleanup of C2U macro in chart2.Rafael Dominguez8-234/+231
2012-04-08gbuild: "use" vs. "add":Michael Stahl5-9/+9
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi10-93/+47
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-21/+21
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara4-13/+13
2012-04-03Cleanup some unnecessary #includeMatteo Casalin3-2/+3
2012-04-01move chart regression test data files to chart2Markus Mohrhard1-0/+0
2012-03-30Fix format string properlyStephan Bergmann1-2/+2
2012-03-30WaE: format '%i' expects type 'int', but argument has type 'long int'Tor Lillqvist1-2/+2
2012-03-29Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet9-16/+16
2012-03-28add name attribute to chart's layout dumperMarkus Mohrhard1-8/+17
2012-03-28add drawing.Text to chart's dumperMarkus Mohrhard1-1/+9
2012-03-28add SAL_CALL to ChartModel::dumpMarkus Mohrhard1-1/+1
2012-03-28revert old test ideaMarkus Mohrhard8-543/+4
2012-03-28implement the layout dumper for chart2Markus Mohrhard5-2/+131
2012-03-28implement XDumper in ChartModelMarkus Mohrhard2-4/+16
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe8-8/+0
2012-03-26Removed use of UniString.Kohei Yoshida1-49/+49
2012-03-26removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe2-5/+1
2012-03-24use fabs for double values, not abs, fdo#47632Markus Mohrhard1-1/+1
2012-03-23Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.Rafael Dominguez10-28/+7
2012-03-23Create separate shape groups for each errorbar type.Rafael Dominguez3-5/+11
2012-03-23Set correct objecttype for errorbar.Rafael Dominguez1-1/+1
2012-03-23Display Format menu entry when selecting an X errorbar.Rafael Dominguez1-0/+3
2012-03-23Get correct datasource when calculating errorbar length.Rafael Dominguez1-4/+5
2012-03-23Update DeleteYErrorbar function to handle X and Y bars.Rafael Dominguez3-4/+6
2012-03-23Set errorbar type attribute when inserting or formating an errorbar.Rafael Dominguez2-0/+5
2012-03-23Return correct ItemConverter object for any errorbar type.Rafael Dominguez1-6/+3
2012-03-23Enable support to format chart errorbars.Rafael Dominguez1-5/+16
2012-03-23Handle case XErrorbars in ErrorBarItemConverter::ApplySpecialItem.Rafael Dominguez1-2/+7
2012-03-23Allow deleting any chart errorbar and set correct action description.Rafael Dominguez1-11/+36