summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/axes/VCartesianAxis.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constparamsNoel Grandin2018-04-171-1/+1
* use more Color in chart2Noel Grandin2018-03-071-5/+5
* tdf#116163: Limit label height in chart if neededSzymon Kłos2018-03-041-0/+50
* Modernize a bit chart2Julien Nabet2018-03-041-28/+18
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-2/+2
* replace Color(COL_*) with COL_*Noel Grandin2018-02-271-2/+2
* tdf#108031 Area chart labels not rotatedJochen Nitschke2017-12-231-21/+5
* inline ASSERT_EXCEPTION macro in chart2Noel Grandin2017-11-031-2/+1
* loplugin:includeform: chart2Stephan Bergmann2017-10-231-11/+11
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-261-2/+2
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-4/+4
* loplugin:constparams in chart2Noel Grandin2017-07-271-4/+4
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-2/+2
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-3/+2
* loplugin:comparisonwithconstant in chart2Noel Grandin2017-05-231-22/+22
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+1
* tdf#107074 uncommenting createLabels for the axis fixes the issueTomaž Vajngerl2017-05-011-1/+1
* commit: loplugin:checkunusedparams in chart2Noel Grandin2017-04-281-2/+2
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-2/+2
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-11/+11
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-4/+4
* loplugin:unnecessaryoverride (dtors) in chart2Stephan Bergmann2016-11-231-5/+0
* rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke2016-10-061-5/+5
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:singlevalfields in chart2Noel Grandin2016-06-281-22/+0
* try auto rotate tick labels only when useful tdf#99883Jochen Nitschke2016-06-111-10/+24
* follow up fix: initialise PointSequenceSequence directlyJochen Nitschke2016-06-061-2/+3
* initialise PointSequenceSequence directlyJochen Nitschke2016-06-041-12/+3
* com::sun::star->css in chart2Noel Grandin2016-03-141-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-25/+25
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* tdf#88154 workaround and unit testMarco Cecchetti2015-10-071-9/+14
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-13/+13
* boost->stdCaolán McNamara2015-09-141-9/+9
* small fix to reduce UnknownPropertyException in chart2Markus Mohrhard2015-07-301-1/+1
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck: variableScopeCaolán McNamara2015-06-091-4/+2
* loplugin:staticmethodsNoel Grandin2015-04-231-1/+1
* TyposJulien Nabet2015-03-231-1/+1
* CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre2015-03-121-7/+5
* bnc#830738 Now all axis labels of a chart are displaied.Marco Cecchetti2014-12-241-7/+20
* 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-041-15/+14
* Some code sharing.Kohei Yoshida2014-11-041-62/+55
* Create a variant of createTextShapes for simpler use cases.Kohei Yoshida2014-11-041-9/+177
* Standard way of writing class description.Kohei Yoshida2014-11-041-11/+9
* Code annotation.Kohei Yoshida2014-11-041-48/+77
* Add const to read-only variables.Kohei Yoshida2014-11-041-4/+4