summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VAxisProperties.cxx
AgeCommit message (Expand)Author
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18cid#1509397 Uninitialized scalar fieldCaolán McNamara
2022-08-16chart2: support data table rendering when the X axis is swappedTomaž Vajngerl
2022-07-17chart2: add DataTable to AxisProperties, take account at renderingTomaž Vajngerl
2022-07-17chart2: add initial code for rendering the Data TableTomaž Vajngerl
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin
2022-04-25Recheck module chart2 with IWYUGabor Kelemen
2022-02-09use more concrete types in chart2, AxisNoel Grandin
2022-02-06chart: prefix members of AxisLabelPropertiesTomaž Vajngerl
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-01-25chart2: Merge some if'sDr. David Alan Gilbert
2020-04-19loplugin:flatten in chart2Noel Grandin
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-21tdf#42949 tdf#119699 Fix IWYU warnings in chart2/Gabor Kelemen
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin
2019-01-18convert some enums to scopedNoel Grandin
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-09-06tdf#42949 Fix IWYU warnings in chart2/source/view/{axes,charttypes,main}/*hxxGabor Kelemen
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-03-19coverity#1430071 Uninitialized scalar fieldCaolán McNamara
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-09-17use more default copy ctorsJochen Nitschke
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2016-06-28loplugin:singlevalfields in chart2Noel Grandin
2016-03-14com::sun::star->css in chart2Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti
2014-11-04Some code sharing.Kohei Yoshida
2014-11-04Create a variant of createTextShapes for simpler use cases.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-10Fix CppunitTest_chart2_xshapeStephan Bergmann
2014-10-09Make AxisProperties non-virtual; nobody derives from it.Kohei Yoshida
2014-10-09Use boost::optional for these members.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-10-04sal_Bool -> bool in chart2Noel Grandin
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-03-17do not initialize a field with itselfLuboš Luňák
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-11-29catch by const referenceTakeshi Abe