summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/misc/UITools.cxx
Commit message (Expand)AuthorAgeFilesLines
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-6/+6
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* weld OSQLMessageBoxCaolán McNamara2018-03-221-9/+9
* drop msgbox includeCaolán McNamara2018-03-201-1/+0
* Modernize a bit more dbaccess (part2)Julien Nabet2018-03-101-14/+10
* loplugin:changetoolsgen in dbaccess..desktopNoel Grandin2018-02-141-2/+2
* remove some sal_Bool remnantsNoel Grandin2018-01-221-1/+1
* Fix typosAndrea Gelmini2018-01-161-1/+1
* More loplugin:cstylecast: dbaccessStephan Bergmann2018-01-121-5/+5
* Fix typosAndrea Gelmini2017-12-291-1/+1
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-1/+1
* loplugin:unusedindexMike Kaganski2017-12-181-8/+6
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-1/+1
* loplugin:includeform: dbaccessStephan Bergmann2017-10-231-16/+16
* new loplugin:blockblockNoel Grandin2017-10-031-11/+9
* improve redundantcast lopluginNoel Grandin2017-09-141-1/+1
* convert message box style bits to scoped enumNoel Grandin2017-08-231-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* loplugin:constparams in dbaccessNoel Grandin2017-07-311-4/+4
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-251-15/+7
* de-hrc various thingsCaolán McNamara2017-07-211-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-12/+13
* loplugin:oncevar: empty strings: dbaccessStephan Bergmann2017-07-131-2/+1
* drop TPropertyValueEqualFunctorNoel Grandin2017-07-111-2/+2
* remove nullptr checks on STL search result iteratorsJochen Nitschke2017-07-071-2/+2
* use more begin()/end() for SequenceNoel Grandin2017-07-061-4/+4
* tdf#108782 replace std::bind2nd with lambdaJochen Nitschke2017-07-061-6/+8
* loplugin:unusedfields in cui..idlNoel Grandin2017-07-041-2/+2
* loplugin:casttovoid: dbaccessStephan Bergmann2017-07-021-3/+0
* loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin2017-06-231-2/+1
* loplugin:unusedmethodsNoel Grandin2017-04-201-17/+0
* tdf#95386 More Help Agent cleanupGabor Kelemen2017-04-071-54/+0
* convert SvxCellHorJustify to scoped enumNoel Grandin2017-03-091-10/+10
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-8/+8
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* use std::vector instead of naked array in SfxItemPoolNoel Grandin2016-12-261-2/+2
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-2/+2
* convert SAD constants to o3tl::typed_flagsNoel Grandin2016-11-231-1/+1
* loplugin:oncevar in dbaccessNoel Grandin2016-11-041-4/+2
* convert MapUnit to scoped enumNoel Grandin2016-10-051-4/+4
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-191-1/+1
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-261-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-8/+8
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-1/+1
* clang-tidy modernize-loop-convert in d*Noel Grandin2016-04-251-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-4/+3
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin2016-04-121-1/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1