summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VCartesianAxis.cxx
AgeCommit message (Expand)Author
2014-12-30bnc#830738 Now all axis labels of a chart are displaied.Marco Cecchetti
2014-11-04Modify the tick iterator strategy to use fewer ticks.Kohei Yoshida
2014-11-04Let's use size_t for the index.Kohei Yoshida
2014-11-04Some code sharing.Kohei Yoshida
2014-11-04Create a variant of createTextShapes for simpler use cases.Kohei Yoshida
2014-11-04Standard way of writing class description.Kohei Yoshida
2014-11-04Code annotation.Kohei Yoshida
2014-11-04Add const to read-only variables.Kohei Yoshida
2014-11-04Mark these methods const.Kohei Yoshida
2014-10-14Take the current axis alignment state.Kohei Yoshida
2014-10-14Revert "Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method.""Stephan Bergmann
2014-10-14Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method."Stephan Bergmann
2014-10-13Make VCartesianAxis::get2DAxisMainLine() truly const method.Kohei Yoshida
2014-10-09Use typedef rather than raw nested std::vector everywhere...Kohei Yoshida
2014-10-09Make its own header the first header.Kohei Yoshida
2014-10-09B2DVector supports operator!=. Let's use it.Kohei Yoshida
2014-10-09xInverseScaling is set but not used. Remove it.Kohei Yoshida
2014-10-09Re-organize method / class descriptions.Kohei Yoshida
2014-10-09TickFactory_2D -> TickFactory2D.Kohei Yoshida
2014-10-09Make thie method consistent with the others.Kohei Yoshida
2014-10-09Simplify AxisProperties and its surrounding code.Kohei Yoshida
2014-10-09typo: Lable -> LabelAndras Timar
2014-08-06Scope reduction.Kohei Yoshida
2014-06-13loplugin:staticcallStephan Bergmann
2014-04-14Remove unused codeStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-09Typo: prefere -> preferJulien Nabet
2014-02-06typo fixes in commentsAndras Timar
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-11-19make it possible to switch between different ShapeFactoriesMarkus Mohrhard
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-06-27n#820273: Multilevel labels are rotated.Muthu Subramanian
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-02n#816939: Improved label overlap detection - Part 2Muthu Subramanian
2013-04-30n#816939: Improved label overlap detection.Muthu Subramanian
2013-04-26some more namespace cleanupThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-08n#791985: Automatically rotate chart labels (if overlapping).Muthu Subramanian
2012-09-24Prevent so many copying of vector instances.Kohei Yoshida
2012-09-24fdo#55297: Fix regression in chart complex category placements.Kohei Yoshida
2012-09-20Some code cleanups...Kohei Yoshida
2012-08-11Remove unused local varsJulien Nabet
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-03-29Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet
2012-03-10add two accidently removed return statementsMarkus Mohrhard
2012-03-05move some auto_ptr to boost::scoped_ptrMarkus Mohrhard
2012-03-05fdo#44832: Follow-up fix for axis labels for complex categoriesMarkus Mohrhard
2012-03-04correctly set the position of the axis labels, related fdo#44832Markus Mohrhard