summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes
AgeCommit message (Expand)Author
2019-02-10tdf#122800 Chart view: Textbreak of X axis labelsBalazs Varga
2019-02-08tdf#108021 Chart: Fix text break of column chart X axisBalazs Varga
2018-11-30tdf#42915, NaN in a date axis can destroy the whole chartMarkus Mohrhard
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-21clarify this code a bitCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-25tdf#120015, don't crash without major tick marksMarkus Mohrhard
2018-09-17New loplugin:externalStephan Bergmann
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-09-06loplugin:useuniqueptr in VCoordinateSystemNoel Grandin
2018-09-06tdf#42949 Fix IWYU warnings in chart2/source/view/{axes,charttypes,main}/*hxxGabor Kelemen
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-08-01loplugin:returnconstant in chart2Noel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-06-01tdf#42949 Fix IWYU warnings in chart2/source/view/inc/Gabor Kelemen
2018-05-22loplugin:unusedfields in avmedia..comphelperNoel Grandin
2018-04-17loplugin:constparamsNoel Grandin
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin
2018-03-30loplugin:virtualdown in variousNoel Grandin
2018-03-19coverity#1430071 Uninitialized scalar fieldCaolán McNamara
2018-03-07use more Color in chart2Noel Grandin
2018-03-04tdf#116163: Limit label height in chart if neededSzymon Kłos
2018-03-04Modernize a bit chart2Julien Nabet
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2017-12-23tdf#108031 Area chart labels not rotatedJochen Nitschke
2017-11-14Fix typosAndrea Gelmini
2017-11-10loplugin:finalclasses in chart2Noel Grandin
2017-11-04loplugin:constparams in various(1)Noel Grandin
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-09-17use more default copy ctorsJochen Nitschke
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-28loplugin:checkunusedparams more part3Noel Grandin
2017-07-27loplugin:constparams in chart2Noel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-03remove empty commentsNoel Grandin
2017-05-01tdf#107074 uncommenting createLabels for the axis fixes the issueTomaž Vajngerl