summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VAxisProperties.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-07loplugin:ostr in chart2Noel Grandin1-13/+13
2024-03-27tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+0
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-18cid#1509397 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-08-16chart2: support data table rendering when the X axis is swappedTomaž Vajngerl1-1/+12
2022-07-17chart2: add DataTable to AxisProperties, take account at renderingTomaž Vajngerl1-3/+7
2022-07-17chart2: add initial code for rendering the Data TableTomaž Vajngerl1-0/+4
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin1-2/+3
2022-04-25Recheck module chart2 with IWYUGabor Kelemen1-1/+0
2022-02-09use more concrete types in chart2, AxisNoel Grandin1-19/+16
2022-02-06chart: prefix members of AxisLabelPropertiesTomaž Vajngerl1-19/+19
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-3/+0
2021-01-25chart2: Merge some if'sDr. David Alan Gilbert1-2/+1
2020-04-19loplugin:flatten in chart2Noel Grandin1-28/+28
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-2/+2
2019-11-21tdf#42949 tdf#119699 Fix IWYU warnings in chart2/Gabor Kelemen1-1/+0
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin1-6/+7
2019-01-18convert some enums to scopedNoel Grandin1-7/+7
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen1-4/+2
2018-09-17New loplugin:externalStephan Bergmann1-5/+5
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-1/+0
2018-09-06tdf#42949 Fix IWYU warnings in chart2/source/view/{axes,charttypes,main}/*hxxGabor Kelemen1-0/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+2
2018-03-19coverity#1430071 Uninitialized scalar fieldCaolán McNamara1-0/+1
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-4/+3
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-6/+6
2017-09-17use more default copy ctorsJochen Nitschke1-30/+0
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-12/+12
2017-06-20loplugin:oncevar chart2Noel Grandin1-3/+2
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin1-8/+8
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin1-3/+3
2016-06-28loplugin:singlevalfields in chart2Noel Grandin1-1/+0
2016-03-14com::sun::star->css in chart2Noel Grandin1-18/+18
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti1-0/+7
2014-11-04Some code sharing.Kohei Yoshida1-0/+7
2014-11-04Create a variant of createTextShapes for simpler use cases.Kohei Yoshida1-1/+1
2014-10-14Revert "Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method.""Stephan Bergmann1-24/+24
2014-10-14Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method."Stephan Bergmann1-24/+24
2014-10-13Make VCartesianAxis::get2DAxisMainLine() truly const method.Kohei Yoshida1-24/+24
2014-10-10Fix CppunitTest_chart2_xshapeStephan Bergmann1-0/+1
2014-10-09Make AxisProperties non-virtual; nobody derives from it.Kohei Yoshida1-4/+0
2014-10-09Use boost::optional for these members.Kohei Yoshida1-11/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-7/+0
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-8/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-12/+12
2012-10-04sal_Bool -> bool in chart2Noel Grandin1-4/+2
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-03-17do not initialize a field with itselfLuboš Luňák1-1/+1