summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/DataBrowser.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-09-26use more string_view in chart2Noel Grandin1-1/+1
2022-04-25Recheck module chart2 with IWYUGabor Kelemen1-1/+0
2022-04-23Recheck module chart2 with IWYUGabor Kelemen1-3/+0
2022-02-17loplugin:unusedfieldsNoel Grandin1-3/+2
2022-02-08use more concrete types in chart2, DataSeriesNoel Grandin1-11/+9
2022-02-07crashtesting ooo#20372Noel Grandin1-1/+1
2022-02-05use more concrete types in chart2, LabeledDataSequenceNoel Grandin1-2/+3
2022-01-29use more concrete types in chart2, ChartTypeNoel Grandin1-1/+1
2022-01-25use more concrete types in chart2, ChartTypeNoel Grandin1-4/+5
2022-01-22remove css::chart::XChartTypeTemplateNoel Grandin1-0/+1
2022-01-20use more concrete types in chart2, ChartModelNoel Grandin1-5/+5
2021-09-28gives names to all the Idles and TasksNoel Grandin1-2/+1
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-06-30Purge out rtl::math::setNanBaiXiaochun1-9/+4
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-4/+4
2021-05-12fix some VirtualDevice leaksNoel Grandin1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-4/+4
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara1-6/+6
2020-10-30convert some tools::Long->sal_Int32Noel1-21/+16
2020-10-21use tools::Long in basegfx..chart2Noel1-11/+11
2020-10-01loplugin:reducevarscope in canvas,chart2Noel1-1/+1
2020-09-17tdf#133482 don't increase dialog width when new columns addedCaolán McNamara1-23/+13
2020-07-06weld DbNumericField itemCaolán McNamara1-1/+1
2020-07-02weld FormattedControlCaolán McNamara1-14/+19
2020-07-01weld EditControl for browseboxCaolán McNamara1-6/+9
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-5/+5
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-23/+13
2020-04-19loplugin:flatten in chart2Noel Grandin1-67/+67
2020-04-05default dtor order is sufficientCaolán McNamara1-3/+1
2020-04-05tdf#131873 data table fills with extra columns during scrollCaolán McNamara1-0/+7
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-3/+3
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-24loplugin:makeshared in chart2..comphelperNoel Grandin1-3/+3
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-11-21tdf#42949 tdf#119699 Fix IWYU warnings in chart2/Gabor Kelemen1-1/+0
2019-10-30remove some unnecessary includesCaolán McNamara1-2/+0
2019-10-04loplugin:singlevalfieldsNoel Grandin1-11/+1
2019-09-26drop unnecessary includesCaolán McNamara1-2/+1
2019-09-26weld DataEditorCaolán McNamara1-126/+169
2019-09-05loplugin:constmethod in chart2Noel Grandin1-1/+1
2019-01-03tdf#42949 Fix IWYU warnings in chart2/source/controller/* (2)Gabor Kelemen1-4/+0
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-9/+9
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski1-2/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-4/+4
2018-03-07use more Color in chart2Noel Grandin1-2/+2
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet1-18/+17
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-5/+10