summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/sqlmessage.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin1-4/+5
2021-10-11loplugin:moveparam in dbaccessNoel Grandin1-4/+4
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-2/+2
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-4/+1
2020-04-20tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen1-4/+0
2020-04-15loplugin:flatten in dbaccessNoel Grandin1-11/+11
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-9/+9
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+2
2019-08-22weld ODbTypeWizDialogSetupCaolán McNamara1-1/+1
2019-04-01drop unnecessary includesCaolán McNamara1-5/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-03Resolves: tdf#121810 wrong column orderCaolán McNamara1-0/+6
2018-11-07move SvTreeListBox to vclCaolán McNamara1-2/+2
2018-03-22weld OSQLMessageBoxCaolán McNamara1-155/+85
2018-03-21drop debugging testCaolán McNamara1-1/+1
2018-03-21weld OExceptionChainDialogCaolán McNamara1-60/+37
2018-03-20drop msgbox includeCaolán McNamara1-1/+0
2018-03-10Modernize a bit more dbaccessJulien Nabet1-11/+6
2018-02-26split out GetStandardWarningBoxImageCaolán McNamara1-1/+1
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-2/+2
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-1/+1
2018-02-16Revert "loplugin:changetoolsgen in dbaccess..desktop" and reapply pluginNoel Grandin1-1/+1
2018-02-14loplugin:changetoolsgen in dbaccess..desktopNoel Grandin1-6/+6
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen1-1/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-6/+6
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-8/+8
2017-08-23convert message box style bits to scoped enumNoel Grandin1-20/+20
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-13/+15
2017-04-25remove dbaccess bitmaps from .src filesCaolán McNamara1-7/+8
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1
2017-01-18d*: load BitmapEx resources instead of Image onesCaolán McNamara1-1/+1
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin1-23/+18
2016-10-05convert MapUnit to scoped enumNoel Grandin1-6/+6
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin1-3/+2
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-8/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-3/+3
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-1/+0
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-13loplugin:passstuffbyref in dbaccessNoel Grandin1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1