summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryTableView.cxx
AgeCommit message (Expand)Author
2024-10-23tdf#163486: PVS: check pTabWinTmpXisco Fauli
2024-05-08WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 3)Julien Nabet
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann
2021-02-21Typo fix: supress -> suppressTor Lillqvist
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-08-04weld OTableWindowListBoxCaolán McNamara
2020-04-27loplugin:makeshared in dbaccessNoel Grandin
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen
2020-04-23loplugin:makeshared in dbaccessNoel Grandin
2020-04-15loplugin:flatten in dbaccessNoel Grandin
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin
2020-04-06loplugin:unusedvariableplus in dbaccessNoel Grandin
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-09-26weld ORelationDialog and DlgQryJoinCaolán McNamara
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-11Fix typoAndrea Gelmini
2019-04-09drop some unneeded includesCaolán McNamara
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-13tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen
2018-04-07Fix crash from regression due to ba98f6e3e4dbfc23474e13d59bb08c618ee8c4e5Julien Nabet
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-20drop msgbox includeCaolán McNamara
2018-03-10Modernize a bit more dbaccess (part2)Julien Nabet
2018-01-16Fix typosAndrea Gelmini
2017-12-18loplugin:unusedindexMike Kaganski
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-09-10cppcheck: identicalConditionAfterEarlyExitJochen Nitschke
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31loplugin:constparams in dbaccessNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin
2017-06-01Fix typosAndrea Gelmini
2017-05-22Translate German comments and debug strings (leftovers in dirs d...)Johnny_M
2017-03-25Fix typosAndrea Gelmini
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist