summaryrefslogtreecommitdiffstats
path: root/chart2/source
Commit message (Expand)AuthorAgeFilesLines
* coverity#1242824 Unused valueCaolán McNamara2014-11-171-7/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1714-0/+15
* vcl: let the ModalDialog ctor take an OUStringMiklos Vajna2014-11-161-2/+2
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-143-4/+4
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-3/+3
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-111-1/+1
* callcatcher: unused codeCaolán McNamara2014-11-102-7/+0
* prevent crash with empty chart sceneMarkus Mohrhard2014-11-101-0/+3
* OpenGL ES does not support double and glPolygonModeMarkus Mohrhard2014-11-091-0/+6
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-072-2/+2
* use css:: prefix to tidy up chart2 UNO macrosNoel Grandin2014-11-071-33/+23
* changed some timer to idleJennifer Liebel2014-11-051-2/+2
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-0532-139/+139
* Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2014-11-041-3/+13
* Modify the tick iterator strategy to use fewer ticks.Kohei Yoshida2014-11-041-11/+21
* Let's use size_t for the index.Kohei Yoshida2014-11-043-17/+18
* Some code sharing.Kohei Yoshida2014-11-043-62/+64
* Create a variant of createTextShapes for simpler use cases.Kohei Yoshida2014-11-044-17/+193
* These methods can be private rather than protected.Kohei Yoshida2014-11-041-1/+1
* More method descriptions.Kohei Yoshida2014-11-041-2/+12
* More method descriptions.Kohei Yoshida2014-11-041-0/+16
* Standard way of writing class description.Kohei Yoshida2014-11-041-11/+9
* Code annotation.Kohei Yoshida2014-11-042-48/+82
* Add const to read-only variables.Kohei Yoshida2014-11-041-4/+4
* Mark these methods const.Kohei Yoshida2014-11-042-7/+7
* remove some unused code in chart2Noel Grandin2014-11-044-27/+0
* coverity#1242524, arguments in wrong orderMarkus Mohrhard2014-11-031-1/+1
* coverity#704564 Unchecked dynamic_castCaolán McNamara2014-11-011-1/+1
* Removed duplicated includesAndrea Gelmini2014-10-316-7/+0
* coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara2014-10-291-1/+1
* coverity#1249459 Unchecked dynamic_castCaolán McNamara2014-10-251-1/+1
* coverity#1249460 Unchecked dynamic_castCaolán McNamara2014-10-251-1/+1
* coverity#704564 Unchecked dynamic_castCaolán McNamara2014-10-241-1/+1
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-232-3/+3
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-232-3/+3
* loplugin: cstylecastNoel Grandin2014-10-2321-86/+85
* chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl2014-10-2013-25/+37
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-1/+1
* coverity#1247647 Uncaught exceptionCaolán McNamara2014-10-174-4/+4
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-162-3/+3
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-152-2/+0
* Take the current axis alignment state.Kohei Yoshida2014-10-141-4/+3
* Revert "Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method.""Stephan Bergmann2014-10-146-83/+100
* Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method."Stephan Bergmann2014-10-146-100/+83
* More on documenting the methods.Kohei Yoshida2014-10-131-1/+13
* Scope level reduction & explain what the max axis index really is.Kohei Yoshida2014-10-131-63/+71
* Explain what doAutoScaling() does.Kohei Yoshida2014-10-131-0/+9
* Make VCartesianAxis::get2DAxisMainLine() truly const method.Kohei Yoshida2014-10-136-83/+100
* Make the variable name shorter and sweeter...Kohei Yoshida2014-10-102-18/+27
* prepareScaleAutomatismForDimensionAndIndex -> prepareAutomaticAxisScaling.Kohei Yoshida2014-10-103-4/+4