summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes
AgeCommit message (Expand)AuthorFilesLines
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+1
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-14boost->stdCaolán McNamara2-3/+3
2015-09-09WaE: loplugin:stringconstantTor Lillqvist1-2/+2
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2-32/+136
2015-08-14loplugin: defaultparamsNoel Grandin2-2/+2
2015-07-20loplugin:unusedmethods chart2Noel Grandin9-36/+0
2015-07-08Fix typosAndrea Gelmini1-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-6/+6
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin4-4/+4
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara4-6/+6
2015-06-08\<the the\> -> theJan Holesovsky1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+1
2015-05-04tdf#90839 - added support for inside placement for the best fit caseMarco Cecchetti2-0/+442
2015-05-02cppcheck: unusedScopedObjectCaolán McNamara1-8/+8
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin9-14/+14
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-03-20no need for explicit thisMarkus Mohrhard1-2/+2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-3/+12
2015-03-09V801: Decreased performanceCaolán McNamara1-6/+6
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06idle includes and enum useJennifer Liebel1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-3/+3
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl1-0/+0
2015-02-10Added more doc notes for classes and methods used for pie charts.Marco Cecchetti2-76/+302
2015-02-09Fixed a too long comment line.Marco Cecchetti1-1/+3
2015-02-09chart2: fix buildMichael Stahl1-1/+1
2015-02-09Added doc notes for classes and methods used for pie charts.Marco Cecchetti3-1/+90
2015-02-02coverity#1267657 Logically dead codeCaolán McNamara1-2/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-23Resolves: fdo#88229 Crash when you try to create a bar chart GL3DCaolán McNamara1-2/+9
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist1-1/+1
2015-01-03fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-18/+9
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+2
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann2-11/+11
2014-12-09changed timers to idleJennifer Liebel1-5/+4
2014-12-06reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-08coverity#1237352 Dereference after null checkCaolán McNamara1-6/+2
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-10-04coverity#1242729 Result is not floating-pointNorbert Thiebaud1-1/+1
2014-09-29chart2: take the mutex to update the chart structures.Michael Meeks1-0/+3
2014-09-25Changing the font properties makes it look betterxukai1-2/+2
2014-09-23Some cleanup on Timer.Kohei Yoshida1-4/+2