summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-13add some more dump output + WaE unitialized valuesMarkus Mohrhard2-22/+45
2012-03-13first part for new chart test conceptMarkus Mohrhard2-2/+329
2012-03-12remove C2U usage, string literal OUString ctors will do the jobLuboš Luňák2-156/+156
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan5-11/+11
2012-03-10add two accidently removed return statementsMarkus Mohrhard1-2/+2
2012-03-07some more auto_ptr -> scoped_ptr in chart2Markus Mohrhard7-10/+14
2012-03-06more idle code documentation improvementMichael Meeks1-0/+3
2012-03-05move some auto_ptr to boost::scoped_ptrMarkus Mohrhard2-47/+27
2012-03-05fdo#44832: Follow-up fix for axis labels for complex categoriesMarkus Mohrhard1-27/+9
2012-03-04fdo#37197: No legend entry for regression curve if not applicableKatarina Machalkova1-2/+3
2012-03-04correctly set the position of the axis labels, related fdo#44832Markus Mohrhard1-1/+1
2012-03-01Presumably && is what we want here and not (pointlessly) a comma operatorTor Lillqvist1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann20-58/+58
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann1-1/+1
2012-02-21fix typoMarkus Mohrhard1-4/+4
2012-02-21use const_iterator for begin and endMarkus Mohrhard1-1/+1
2012-02-20fdo#31551: Show actual line width in the legendKatarina Machalkova1-3/+5
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-02-18Fix typos in commentsElton Chung20-30/+30
2012-02-17Remove unnecessary header filesMatteo Casalin1-2/+1
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan5-5/+0
2012-02-08Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-16/+16
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2-4/+6