summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/DataBrowser.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-3/+5
2018-02-16Revert "loplugin:changetoolsgen in canvas..cui" and reapplyNoel Grandin1-1/+1
2018-02-14loplugin:changetoolsgen in canvas..cuiNoel Grandin1-1/+1
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-1/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-7/+7
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-11/+11
2017-08-23convert message box style bits to scoped enumNoel Grandin1-3/+3
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-5/+5
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin1-17/+0
2017-05-19loplugin:stringcopy: chart2Stephan Bergmann1-4/+4
2017-05-18can drop SCH_RESSTR nowCaolán McNamara1-4/+4
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin1-15/+13
2017-04-25remove chart2 bitmaps from .src filesCaolán McNamara1-10/+10
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: chart2Stephan Bergmann1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-4/+4
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-3/+3
2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara1-9/+9
2016-12-21Add move column right and move row up in DataTablebansan851-4/+73
2016-11-11loplugin:expandablemethods in chart2Noel Grandin1-12/+2