summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc
AgeCommit message (Expand)AuthorFilesLines
2018-04-15remove some unused comphelper includesJochen Nitschke7-7/+0
2018-04-14tdf#116944 Warn user before database migrationTamas Bunth1-0/+7
2018-04-13tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin15-41/+41
2018-04-01remove unused processfactory.hxx includesJochen Nitschke6-6/+0
2018-03-22weld OSQLMessageBoxCaolán McNamara4-14/+14
2018-03-20drop msgbox includeCaolán McNamara8-8/+0
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-03-10Modernize a bit more dbaccess (part2)Julien Nabet7-109/+90
2018-03-10Modernize a bit more dbaccessJulien Nabet2-40/+40
2018-03-07use more Color in cppcanvas..drawinglayerNoel Grandin2-4/+4
2018-03-05Rename OCharsetMap::find overload to findIanaNameStephan Bergmann1-1/+1
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin2-2/+2
2018-02-22weld native message dialogsCaolán McNamara1-4/+9
2018-02-14loplugin:changetoolsgen in dbaccess..desktopNoel Grandin1-2/+2
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen3-3/+0
2018-01-22remove some sal_Bool remnantsNoel Grandin2-2/+2
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann4-15/+15
2018-01-11tdf#114955: Fix primary key management in copy tableJulien Nabet1-0/+4
2018-01-10tdf#113923: don't use twice a new column in table copyJulien Nabet1-3/+13
2017-12-30loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-18loplugin:unusedindexMike Kaganski2-13/+8
2017-12-15CONTAINER_ENTRY_NOTFOUND not needed anymoreNoel Grandin2-3/+3
2017-12-15use ColumnPositions name more consistentlyNoel Grandin4-29/+29
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-12-05Replace deprecated std::bin2nd with lambda in dbaccessStephan Bergmann1-2/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-16Fix typosAndrea Gelmini1-1/+1
2017-11-10loplugin:unusedmethodsNoel Grandin2-10/+0
2017-11-01loplugin:constantparam in connectivityNoel Grandin2-3/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-5/+5
2017-10-23loplugin:includeform: dbaccessStephan Bergmann30-173/+173
2017-10-18use rtl::Reference in ODatabaseContextNoel Grandin1-19/+7
2017-10-03new loplugin:blockblockNoel Grandin1-11/+9
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2-6/+6
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin1-13/+7
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2-6/+6
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin2-7/+7
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin3-3/+3
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin1-2/+2
2017-08-19convert extended WinBits to scoped enumNoel Grandin2-2/+2
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+0
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-4/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-2/+2