summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-23Determine ranges correctly for any type of chart errorbar object.Rafael Dominguez1-1/+4
2012-03-23Add FormatXErrorBar, DeleteXErrorBar menu entries in chart.Rafael Dominguez3-5/+28
2012-03-23Display XErrorBars in object hierarchy.Rafael Dominguez1-1/+15
2012-03-23Return the correct errorbar property set.Rafael Dominguez1-7/+13
2012-03-23Get correct errorbar CID depending on the direction.Rafael Dominguez4-8/+10
2012-03-23Enable statistics if chart has any type of errorbars.Rafael Dominguez1-1/+4
2012-03-23Specialize STR_OBJECT_ERROR_BARS for each errobar type.Rafael Dominguez5-10/+23
2012-03-23Add chart errorbar type property.Rafael Dominguez4-22/+55
2012-03-23Add chart insert X errorbar toolbar and popup menu entries.Rafael Dominguez3-0/+11
2012-03-23Add correct tabpage to chart property dialog.Rafael Dominguez4-4/+34
2012-03-23Set chart objecttype depending on errorbar type.Rafael Dominguez2-3/+7
2012-03-23Display correct errorbar in InsertDialog.Rafael Dominguez1-1/+1
2012-03-23Make executeDispatch_InsertYErrorBars a generic function.Rafael Dominguez3-5/+7
2012-03-23Merge InsertMenu_YErrorBar and InsertYErrorBar commands in chart controller.Rafael Dominguez3-55/+48
2012-03-23Create respective error bars in areachart when creating shapes.Rafael Dominguez1-5/+20
2012-03-23Set bar type as YErrorBar when creating InsertErrorBarsDialog.Rafael Dominguez1-1/+3
2012-03-23Remove default values in InsertErrorBarsDialog constructor.Rafael Dominguez1-1/+1
2012-03-23Add function to create X error bars in VSeriesPlotter class.Rafael Dominguez2-0/+28
2012-03-23Add a function to get X error bar properties.Rafael Dominguez2-0/+13
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-17do not initialize a field with itselfLuboš Luňák1-1/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann9-0/+25
2012-03-14refactor the chart test code a bitMarkus Mohrhard8-206/+352
2012-03-14add more code to the chart dumperMarkus Mohrhard2-2/+45