summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control
AgeCommit message (Expand)AuthorFilesLines
2019-10-30remove some unnecessary includesCaolán McNamara1-1/+0
2019-10-22loplugin:constantparamNoel Grandin1-8/+2
2019-10-21loplugin:virtualdead unused param in IControlActionListenerNoel Grandin1-2/+2
2019-10-04document 0 len case of set_max_lengthCaolán McNamara1-2/+2
2019-10-04loplugin:unusedfieldsNoel Grandin2-3/+0
2019-10-03loplugin:unusedmethodsNoel Grandin1-12/+0
2019-10-03drop some unnecessary includesCaolán McNamara1-3/+0
2019-09-29constmethod for accessor-type methodsNoel Grandin1-2/+2
2019-09-26weld ORelationDialog and DlgQryJoinCaolán McNamara1-72/+75
2019-09-26now drop TabPageParent intermediateCaolán McNamara2-5/+5
2019-09-22weld OUserAdminCaolán McNamara1-2/+2
2019-09-15tdf#127548: Assertion when creating table in DesignJulien Nabet1-2/+4
2019-09-12weld OCopyTableWizard clusterCaolán McNamara3-780/+462
2019-09-05loplugin:constmethod in dbaccessNoel Grandin2-5/+5
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin2-4/+4
2019-08-16Fix typosAndrea Gelmini1-2/+2
2019-08-01weld OGeneralPage and OGeneralPageWizardCaolán McNamara1-55/+18
2019-06-23Resolves: tdf#125168 label mnemonic appearing in database urlCaolán McNamara1-1/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-09loplugin:constantparamNoel Grandin1-22/+14
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen1-0/+1
2019-05-20split width/height to allow intercept of how width is calculatedCaolán McNamara1-1/+2
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-4/+4
2019-05-09loplugin:unusedfieldsNoel Grandin2-36/+6
2019-04-19drop some unneeded includesCaolán McNamara4-4/+0
2019-04-12loplugin:unusedmethodsNoel Grandin1-17/+0
2019-04-08weld OAddTableDlgCaolán McNamara1-16/+38
2019-04-06weld OTableSubscriptionPageCaolán McNamara2-1/+447
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-2/+2
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+2
2019-03-09loplugin:unusedmethodsNoel Grandin1-9/+0
2019-03-02OSQLNameEdit not needed as a buildable anymoreCaolán McNamara1-4/+0
2019-03-02drop newly unused OSQLNameComboBoxCaolán McNamara1-14/+0
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-1/+1
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen2-0/+2
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2-4/+3
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen5-0/+5
2019-01-03Fix typo in codeAndrea Gelmini1-2/+2
2018-12-23Resolves: tdf#122285 task panel too shortCaolán McNamara1-2/+16
2018-12-21undo the band-aidCaolán McNamara1-3/+1
2018-12-21tdf#122020 crash in SvTreeList::InvalidateEntryCaolán McNamara1-9/+15
2018-12-12tdf#122020 - avoid nullptr deref.Michael Meeks1-1/+3
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-2/+2
2018-11-07move SvTreeListBox to vclCaolán McNamara5-5/+5
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-15/+11