summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableController.cxx
AgeCommit message (Expand)AuthorFilesLines
13 dayssimplify OGenericUnoController initNoel Grandin1-4/+2
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-2/+0
2024-03-20Related: tdf#108057 Use autoincrement for automatically added primary keyMike Kaganski1-2/+2
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-6/+2
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-8/+8
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-06typo: Allign->AlignCaolán McNamara1-1/+1
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-1/+0
2020-07-24allow cut and paste even if the frame isn't 'active'Caolán McNamara1-3/+3
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin1-20/+5
2020-06-03Upcoming loplugin:elidestringvar: dbaccessStephan Bergmann1-2/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-2/+2
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen1-10/+0
2020-04-15loplugin:flatten in dbaccessNoel Grandin1-30/+30
2020-03-03tdf#42949 Fix IWYU warnings in dbaccess/source/ui/*/*hxxGabor Kelemen1-0/+1
2020-02-09Fix undo and redo dropdowns in non-sfx2 modulesMaxim Monastirsky1-0/+2
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz1-2/+1
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin1-2/+2
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-09-29weld DbaIndexDialogCaolán McNamara1-2/+2
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin1-3/+6
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-1/+1
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin1-1/+1
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-1/+1
2019-05-12Fix typoAndrea Gelmini1-1/+1
2019-04-13loplugin:sequentialassign in dbaccess..desktopNoel Grandin1-4/+2
2019-03-02weld OSaveAsDlgCaolán McNamara1-5/+5
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov1-29/+27
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-9/+3
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-1/+0
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin1-1/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-8/+8
2018-03-22weld OSQLMessageBoxCaolán McNamara1-15/+17
2018-03-10Modernize a bit more dbaccess (part2)Julien Nabet1-7/+7
2018-02-22weld native message dialogsCaolán McNamara1-9/+12
2018-01-18Fix reg from 4cb3e1c05a16af3dad03db9d789dc7ea061b33cfJulien Nabet1-1/+1
2018-01-11Use for-range loops in dbaccess (part2)Julien Nabet1-19/+13
2017-12-18loplugin:unusedindexMike Kaganski1-24/+12
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-05loplugin:countusersofdefaultparams in dbaccessNoel Grandin1-1/+1
2017-11-01loplugin:constantparam in connectivityNoel Grandin1-2/+2
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-17/+17
2017-10-06Related: tdf#107569 Remove useless slotsMaxim Monastirsky1-1/+0
2017-08-23convert message box style bits to scoped enumNoel Grandin1-5/+5
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-2/+2