summaryrefslogtreecommitdiffstats
path: root/chart2/source
Commit message (Expand)AuthorAgeFilesLines
* Missing constructorStephan Bergmann2015-02-192-1/+10
* Clean upStephan Bergmann2015-02-192-37/+0
* TyposJulien Nabet2015-02-181-1/+1
* tdf#39440 - cppcheck cleanlinessRadu Ioan2015-02-174-11/+9
* Add an overlooked constructor to chartcore.component.Jan Holesovsky2015-02-132-1/+8
* loplugin:literaltoboolconversionStephan Bergmann2015-02-131-1/+1
* tdf#84514: don't hide grid along with checkbox if not neededKatarina Behrens2015-02-122-1/+7
* Blind attempt to fix the Windows build.Jan Holesovsky2015-02-121-1/+1
* Use constructors for services from chartcore.component.Ursache Vladimir2015-02-1237-574/+400
* But then again, no need to go via UNO here anyway (cf. previous commit)Stephan Bergmann2015-02-122-12/+9
* Add missing registration of GL3DBarChartType in g_entries_chart2_charttypesStephan Bergmann2015-02-122-9/+12
* Added doc notes for classes and methods used for the scaling automatism.Marco Cecchetti2015-02-103-3/+104
* Added more doc notes for classes and methods used for pie charts.Marco Cecchetti2015-02-104-88/+314
* Fixed a too long comment line.Marco Cecchetti2015-02-091-1/+3
* chart2: fix buildMichael Stahl2015-02-091-1/+1
* Added doc notes for classes and methods used for pie charts.Marco Cecchetti2015-02-098-4/+245
* Typo: relaese->releaseJulien Nabet2015-02-082-2/+2
* loplugin:deletedspecialStephan Bergmann2015-02-0721-163/+98
* coverity#1267657 Logically dead codeCaolán McNamara2015-02-021-2/+1
* chisel off some more unused codeCaolán McNamara2015-01-302-8/+0
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-262-6/+6
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-2615-37/+37
* Resolves: fdo#88229 Crash when you try to create a bar chart GL3DCaolán McNamara2015-01-231-2/+9
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-231-1/+1
* Allow for null xModel in TitleHelper::getTitleStephan Bergmann2015-01-231-10/+10
* Some more loplugin:cstylecast: chart2Stephan Bergmann2015-01-201-4/+4
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-124-4/+4
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-124-4/+4
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-096-9/+9
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-083-12/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-073-5/+4
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-031-18/+9
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-024-9/+9
* bnc#830738 Now all axis labels of a chart are displaied.Marco Cecchetti2014-12-241-7/+20
* fix buildCaolán McNamara2014-12-1811-11/+11
* chart2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1831-103/+103
* bCategoriesUsed is always false at this pointLionel Elie Mamane2014-12-181-1/+1
* chart2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-2/+2
* changed timers to idleJennifer Liebel2014-12-092-6/+5
* fix buildCaolán McNamara2014-12-091-2/+2
* fix build under gccNoel Grandin2014-12-091-2/+2
* inline some strings, they don't need to be in a shared header fileNoel Grandin2014-12-093-4/+8
* inline UNO helper macrosNoel Grandin2014-12-09117-290/+2035
* inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin2014-12-0939-69/+240
* use cppuhelper::suppportsService helper method in chart2Noel Grandin2014-12-091-10/+4
* reduce scope of local variablesMichael Weghorn2014-12-069-22/+15
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-2/+2
* chart2: ChartController: fix CommandDispatchContainer access lockingMichael Stahl2014-11-282-4/+21