summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/querycontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-22tdf#163486: PVS: Identical branchesBogdan Buzea1-2/+0
2024-08-14cid#1557980 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-07loplugin:ostr in dbaccessNoel Grandin1-40/+40
2024-04-10simplify OGenericUnoController initNoel Grandin1-7/+3
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-2/+0
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann1-2/+2
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-5/+3
2022-08-20cid#735694 silence Dereference after null checkCaolán McNamara1-0/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin1-2/+3
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-22/+22
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-3/+3
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski1-4/+4
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+3
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-1/+0
2020-10-02loplugin:reducevarscope in dbaccessNoel1-1/+1
2020-09-01Fix typo in codeAndrea Gelmini1-1/+1
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin1-42/+12
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen1-12/+0
2020-04-15loplugin:flatten in dbaccessNoel Grandin1-85/+85
2020-03-03tdf#42949 Fix IWYU warnings in dbaccess/source/ui/*/*hxxGabor Kelemen1-0/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-2/+2
2019-09-17drop some unnecessary includesCaolán McNamara1-0/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-2/+2
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin1-1/+1
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-3/+3
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-02weld OSaveAsDlgCaolán McNamara1-6/+6
2019-01-13Reduce OUString operationsMatteo Casalin1-7/+4
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin1-5/+4
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-02tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-10-24weld ODbAdminDialogCaolán McNamara1-1/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-05weld QueryPropertiesDialogCaolán McNamara1-5/+4
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-2/+0
2018-05-28loplugin:useuniqueptr in OQueryControllerNoel Grandin1-6/+4
2018-04-12ditch debugging codeCaolán McNamara1-119/+0
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin1-1/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-4/+4
2018-03-22weld OSQLMessageBoxCaolán McNamara1-9/+9
2018-03-20drop msgbox includeCaolán McNamara1-1/+0
2018-03-10Modernize a bit more dbaccess (part2)Julien Nabet1-7/+6