summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VCartesianAxis.cxx
AgeCommit message (Expand)Author
2018-03-19tdf#116163: Limit label height in chart if neededSzymon Kłos
2018-01-07tdf#108031 Area chart labels not rotatedJochen Nitschke
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-27loplugin:constparams in chart2Noel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-01tdf#107074 uncommenting createLabels for the axis fixes the issueTomaž Vajngerl
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2016-11-23loplugin:unnecessaryoverride (dtors) in chart2Stephan Bergmann
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-28loplugin:singlevalfields in chart2Noel Grandin
2016-06-11try auto rotate tick labels only when useful tdf#99883Jochen Nitschke
2016-06-06follow up fix: initialise PointSequenceSequence directlyJochen Nitschke
2016-06-04initialise PointSequenceSequence directlyJochen Nitschke
2016-03-14com::sun::star->css in chart2Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard
2015-07-04Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-09cppcheck: variableScopeCaolán McNamara
2015-04-23loplugin:staticmethodsNoel Grandin
2015-03-23TyposJulien Nabet
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre
2014-12-24bnc#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