summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/DataBrowser.hxx
AgeCommit message (Expand)Author
2022-02-17loplugin:unusedfieldsNoel Grandin
2022-01-20use more concrete types in chart2, ChartModelNoel Grandin
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-21use tools::Long in basegfx..chart2Noel
2020-09-04tdf#124176 Use #pragma once in chart2George Bateman
2020-07-02weld FormattedControlCaolán McNamara
2020-07-01weld EditControl for browseboxCaolán McNamara
2020-05-08compact namespace in canvas..cuiNoel Grandin
2019-10-04loplugin:singlevalfieldsNoel Grandin
2019-09-26weld DataEditorCaolán McNamara
2019-09-05loplugin:constmethod in chart2Noel Grandin
2018-11-14move fmtfieldCaolán McNamara
2018-11-09tdf#42949 Fix IWYU warnings in chart2/source/controller/dialogs/*hxxGabor Kelemen
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2016-12-21Add move column right and move row up in DataTablebansan85
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-03-14com::sun::star->css in chart2Noel Grandin
2016-01-11loplugin:unusedmethods unused return value in chart2Noel Grandin
2015-10-15-Werror,-Wunused-private-fieldStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-24convert Link<> to typedNoel Grandin
2015-09-14boost->stdCaolán McNamara
2015-08-10tdf#92997 obtain a date/time edit format according to field valueEike Rathke
2015-07-20loplugin:unusedmethods chart2Noel Grandin
2015-07-08chart2: typed Link<>Noel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-09vcl: VclPtr conversion in chart2Noel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin
2014-02-21callcatcher: update unused codeCaolán McNamara
2014-02-20convert chart data dialog to .uiCaolán McNamara
2014-02-14Drop unused #includeTakeshi Abe
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
2013-09-29replace some auto_ptr with boost::scoped_ptr in chart2Markus Mohrhard
2013-07-11XubString->OUStringCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02fdo#38838 : Replacement of String with OUString in core/chart2elixir