summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2015-03-04gbuild: CppunitTest: always use unittest configurationMichael Stahl3-6/+0
2015-03-04Missing dependencyStephan Bergmann1-0/+3
2015-02-17tdf#84514: don't hide grid along with checkbox if not neededKatarina Behrens2-1/+7
2015-01-25Resolves: fdo#88229 Crash when you try to create a bar chart GL3DCaolán McNamara1-2/+9
2015-01-23Allow for null xModel in TitleHelper::getTitleStephan Bergmann1-10/+10
2014-12-30bnc#830738 Now all axis labels of a chart are displaied.Marco Cecchetti1-7/+20
2014-12-01chart2: ChartController: fix CommandDispatchContainer access lockingMichael Stahl2-4/+21
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-17coverity#1242824 Unused valueCaolán McNamara1-7/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl14-0/+15
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-4/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-10callcatcher: unused codeCaolán McNamara2-7/+0
2014-11-10move README.deprecated from chart2 to vclMarkus Mohrhard1-23/+0
2014-11-10prevent crash with empty chart sceneMarkus Mohrhard1-0/+3
2014-11-10merge vcllo and vclopenglloMarkus Mohrhard3-4/+0
2014-11-09OpenGL ES does not support double and glPolygonModeMarkus Mohrhard1-0/+6
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2-2/+2
2014-11-07use css:: prefix to tidy up chart2 UNO macrosNoel Grandin1-33/+23
2014-11-05changed some timer to idleJennifer Liebel1-2/+2
2014-11-05loplugin:unreffunStephan Bergmann1-1/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin32-139/+139
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2-6/+20
2014-11-04Actually we shouldn't always set Overlap flag on for all xlsx charts...Kohei Yoshida1-1/+1
2014-11-04Modify the tick iterator strategy to use fewer ticks.Kohei Yoshida1-11/+21
2014-11-04Let's use size_t for the index.Kohei Yoshida3-17/+18
2014-11-04Some code sharing.Kohei Yoshida3-62/+64
2014-11-04Create a variant of createTextShapes for simpler use cases.Kohei Yoshida4-17/+193
2014-11-04These methods can be private rather than protected.Kohei Yoshida1-1/+1
2014-11-04More method descriptions.Kohei Yoshida1-2/+12
2014-11-04More method descriptions.Kohei Yoshida1-0/+16
2014-11-04Standard way of writing class description.Kohei Yoshida1-11/+9
2014-11-04Code annotation.Kohei Yoshida2-48/+82
2014-11-04Add const to read-only variables.Kohei Yoshida1-4/+4
2014-11-04Mark these methods const.Kohei Yoshida2-7/+7
2014-11-04remove some unused code in chart2Noel Grandin4-27/+0
2014-11-03coverity#1242524, arguments in wrong orderMarkus Mohrhard1-1/+1
2014-11-01coverity#704564 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini6-7/+0
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara1-1/+1
2014-10-25coverity#1249459 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-10-25coverity#1249460 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-10-24coverity#704564 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-3/+3
2014-10-23loplugin: cstylecastNoel Grandin21-86/+85
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist3-3/+3
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl13-25/+37