summaryrefslogtreecommitdiff
path: root/chart2/source/model/main
AgeCommit message (Expand)AuthorFilesLines
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2-0/+9
2015-08-20make sure that LineColor is supported for data seriesMarkus Mohrhard1-0/+9
2015-07-30it is insane to not map line and border properties to the same idMarkus Mohrhard1-3/+3
2015-07-30provide also LineTransparence for DataPointPropertiesMarkus Mohrhard1-0/+14
2015-07-28chart2: fix duplicate entries at index 0Takeshi Abe1-6/+6
2015-07-28reflect the property name changes also in the idl filesMarkus Mohrhard1-1/+2
2015-07-28use common fill property names in chart2Markus Mohrhard1-0/+47
2015-07-20loplugin:unusedmethods chart2Noel Grandin6-40/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe8-16/+16
2015-07-09tdf#91725: Use lighter default colour for minor grid linesKatarina Behrens1-0/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-2/+3
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-3/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann6-6/+6
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara9-9/+9
2015-05-19fix old GCC buildNoel Grandin1-1/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini2-4/+0
2015-04-23loplugin:staticmethodsNoel Grandin11-21/+21
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann9-31/+31
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir12-198/+91
2015-02-07loplugin:deletedspecialStephan Bergmann2-18/+8
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-09fix buildCaolán McNamara1-2/+2
2014-12-09fix build under gccNoel Grandin1-2/+2
2014-12-09inline some strings, they don't need to be in a shared header fileNoel Grandin2-0/+6
2014-12-09inline UNO helper macrosNoel Grandin20-36/+427
2014-12-09inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin6-6/+30
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin7-22/+22
2014-10-23loplugin: cstylecastNoel Grandin1-2/+1
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky1-2/+2
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard1-0/+7
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-1/+0
2014-07-26bnc#885825: Support borders around data labels.Kohei Yoshida2-26/+81
2014-07-25fix indentationMarkus Mohrhard1-1/+1
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard1-0/+1
2014-07-22Wrong indent.Kohei Yoshida1-1/+1
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida1-1/+1
2014-07-21Scope reduction by throwing early.Kohei Yoshida1-26/+23
2014-07-20opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-1/+0
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-07-10coverity#1224984 Dereference before checkNorbert Thiebaud1-3/+5
2014-07-10coverity#1224984 Dereference before null checkCaolán McNamara1-2/+1
2014-07-02remove whitespacesMarkus Mohrhard2-4/+0
2014-07-01coverity#706266 Uncaught exceptionCaolán McNamara2-2/+2
2014-06-27fix invalid memory access in chart testsMarkus Mohrhard1-0/+2
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida1-2/+2
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida3-4/+23