summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.Rafael Dominguez2012-03-2310-28/+7
* Create separate shape groups for each errorbar type.Rafael Dominguez2012-03-233-5/+11
* Set correct objecttype for errorbar.Rafael Dominguez2012-03-231-1/+1
* Display Format menu entry when selecting an X errorbar.Rafael Dominguez2012-03-231-0/+3
* Get correct datasource when calculating errorbar length.Rafael Dominguez2012-03-231-4/+5
* Update DeleteYErrorbar function to handle X and Y bars.Rafael Dominguez2012-03-233-4/+6
* Set errorbar type attribute when inserting or formating an errorbar.Rafael Dominguez2012-03-232-0/+5
* Return correct ItemConverter object for any errorbar type.Rafael Dominguez2012-03-231-6/+3
* Enable support to format chart errorbars.Rafael Dominguez2012-03-231-5/+16
* Handle case XErrorbars in ErrorBarItemConverter::ApplySpecialItem.Rafael Dominguez2012-03-231-2/+7
* Allow deleting any chart errorbar and set correct action description.Rafael Dominguez2012-03-231-11/+36
* Determine ranges correctly for any type of chart errorbar object.Rafael Dominguez2012-03-231-1/+4
* Add FormatXErrorBar, DeleteXErrorBar menu entries in chart.Rafael Dominguez2012-03-233-5/+28
* Display XErrorBars in object hierarchy.Rafael Dominguez2012-03-231-1/+15
* Return the correct errorbar property set.Rafael Dominguez2012-03-231-7/+13
* Get correct errorbar CID depending on the direction.Rafael Dominguez2012-03-234-8/+10
* Enable statistics if chart has any type of errorbars.Rafael Dominguez2012-03-231-1/+4
* Specialize STR_OBJECT_ERROR_BARS for each errobar type.Rafael Dominguez2012-03-235-10/+23
* Add chart errorbar type property.Rafael Dominguez2012-03-234-22/+55
* Add chart insert X errorbar toolbar and popup menu entries.Rafael Dominguez2012-03-233-0/+11
* Add correct tabpage to chart property dialog.Rafael Dominguez2012-03-234-4/+34
* Set chart objecttype depending on errorbar type.Rafael Dominguez2012-03-232-3/+7
* Display correct errorbar in InsertDialog.Rafael Dominguez2012-03-231-1/+1
* Make executeDispatch_InsertYErrorBars a generic function.Rafael Dominguez2012-03-233-5/+7
* Merge InsertMenu_YErrorBar and InsertYErrorBar commands in chart controller.Rafael Dominguez2012-03-233-55/+48
* Create respective error bars in areachart when creating shapes.Rafael Dominguez2012-03-231-5/+20
* Set bar type as YErrorBar when creating InsertErrorBarsDialog.Rafael Dominguez2012-03-231-1/+3
* Remove default values in InsertErrorBarsDialog constructor.Rafael Dominguez2012-03-231-1/+1
* Add function to create X error bars in VSeriesPlotter class.Rafael Dominguez2012-03-232-0/+28
* Add a function to get X error bar properties.Rafael Dominguez2012-03-232-0/+13
* chmod -xTor Lillqvist2012-03-211-0/+0
* do not initialize a field with itselfLuboš Luňák2012-03-171-1/+1
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-149-0/+25
* refactor the chart test code a bitMarkus Mohrhard2012-03-148-206/+352
* add more code to the chart dumperMarkus Mohrhard2012-03-142-2/+45
* add some more dump output + WaE unitialized valuesMarkus Mohrhard2012-03-132-22/+45
* first part for new chart test conceptMarkus Mohrhard2012-03-132-2/+329
* remove C2U usage, string literal OUString ctors will do the jobLuboš Luňák2012-03-122-156/+156
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-105-11/+11
* add two accidently removed return statementsMarkus Mohrhard2012-03-101-2/+2
* some more auto_ptr -> scoped_ptr in chart2Markus Mohrhard2012-03-077-10/+14
* more idle code documentation improvementMichael Meeks2012-03-061-0/+3
* move some auto_ptr to boost::scoped_ptrMarkus Mohrhard2012-03-052-47/+27
* fdo#44832: Follow-up fix for axis labels for complex categoriesMarkus Mohrhard2012-03-051-27/+9
* fdo#37197: No legend entry for regression curve if not applicableKatarina Machalkova2012-03-041-2/+3
* correctly set the position of the axis labels, related fdo#44832Markus Mohrhard2012-03-041-1/+1
* Presumably && is what we want here and not (pointlessly) a comma operatorTor Lillqvist2012-03-011-1/+1
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0120-58/+58
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-231-1/+1
* fix typoMarkus Mohrhard2012-02-211-4/+4