summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryTableView.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+1
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 3)Julien Nabet1-3/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-2/+2
2021-02-21Typo fix: supress -> suppressTor Lillqvist1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-08-04weld OTableWindowListBoxCaolán McNamara1-4/+6
2020-04-27loplugin:makeshared in dbaccessNoel Grandin1-3/+2
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen1-6/+0
2020-04-23loplugin:makeshared in dbaccessNoel Grandin1-14/+12
2020-04-15loplugin:flatten in dbaccessNoel Grandin1-44/+44
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-1/+1
2020-04-06loplugin:unusedvariableplus in dbaccessNoel Grandin1-1/+0
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-09-26weld ORelationDialog and DlgQryJoinCaolán McNamara1-3/+3
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin1-1/+2
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-05-11Fix typoAndrea Gelmini1-3/+3
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov1-8/+4
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen1-3/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-12/+11
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-29loplugin:constantparam (1)Noel Grandin1-6/+6
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-13tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen1-0/+1
2018-04-07Fix crash from regression due to ba98f6e3e4dbfc23474e13d59bb08c618ee8c4e5Julien Nabet1-1/+2
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-20drop msgbox includeCaolán McNamara1-1/+0
2018-03-10Modernize a bit more dbaccess (part2)Julien Nabet1-25/+18
2018-01-16Fix typosAndrea Gelmini1-1/+1
2017-12-18loplugin:unusedindexMike Kaganski1-7/+4
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-12/+12
2017-09-10cppcheck: identicalConditionAfterEarlyExitJochen Nitschke1-2/+0
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-3/+3
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+5
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin1-46/+1
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-05-22Translate German comments and debug strings (leftovers in dirs d...)Johnny_M1-1/+1
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-1/+1
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-7/+7
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1