summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)AuthorFilesLines
2014-12-06reduce scope of local variablesMichael Weghorn4-12/+6
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida1-0/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-0/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-10prevent crash with empty chart sceneMarkus Mohrhard1-0/+3
2014-11-09OpenGL ES does not support double and glPolygonModeMarkus Mohrhard1-0/+6
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-8/+12
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida1-3/+13
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-10-31Removed duplicated includesAndrea Gelmini2-3/+0
2014-10-25coverity#1249459 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-10-25coverity#1249460 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl7-15/+27
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-14Take the current axis alignment state.Kohei Yoshida1-4/+3
2014-10-14Revert "Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method.""Stephan Bergmann6-83/+100
2014-10-14Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method."Stephan Bergmann6-100/+83
2014-10-13More on documenting the methods.Kohei Yoshida1-1/+13
2014-10-13Scope level reduction & explain what the max axis index really is.Kohei Yoshida1-63/+71
2014-10-13Explain what doAutoScaling() does.Kohei Yoshida1-0/+9
2014-10-13Make VCartesianAxis::get2DAxisMainLine() truly const method.Kohei Yoshida6-83/+100
2014-10-10Make the variable name shorter and sweeter...Kohei Yoshida2-18/+27
2014-10-10prepareScaleAutomatismForDimensionAndIndex -> prepareAutomaticAxisScaling.Kohei Yoshida3-4/+4
2014-10-10Hide the 3rd nested looping for clarity.Kohei Yoshida1-36/+35
2014-10-10Make this loop a bit easier to follow...Kohei Yoshida1-38/+69
2014-10-10Make this a hard prerequisite.Kohei Yoshida1-2/+3
2014-10-10Use boost::ptr_vector for this...Kohei Yoshida1-43/+31
2014-10-10Fix CppunitTest_chart2_xshapeStephan Bergmann1-0/+1
2014-10-10Further fallout from git mis-merge?Stephan Bergmann1-9/+9
2014-10-09Fix git's wrong 3-way merge.Kohei Yoshida1-5/+4
2014-10-09Put SeriesPlotterContainer into CreateShapeParam2D.Kohei Yoshida1-441/+444
2014-10-09Explain what updateScreenValues() does.Kohei Yoshida2-1/+9
2014-10-09Use typedef rather than raw nested std::vector everywhere...Kohei Yoshida14-94/+97
2014-10-09Make its own header the first header.Kohei Yoshida1-4/+4
2014-10-09Clean this up a bit.Kohei Yoshida2-19/+15