summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/genericcontroller.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/sfx2/sidebar/*Gabor Kelemen2019-04-051-0/+1
* Simplify containers iterations in dbaccessArkadiy Illarionov2019-02-251-18/+13
* tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen2019-02-191-0/+1
* loplugin:indentation in dbaccess..drawinglayerNoel Grandin2019-02-081-1/+1
* use comphelper::containerToSequence in OGenericUnoControllerNoel Grandin2019-01-211-21/+2
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-081-1/+1
* weld AdvancedSettingsDialogCaolán McNamara2018-10-241-1/+1
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-2/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-08-011-0/+1
* tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov2018-06-291-1/+1
* remove some unused comphelper includesJochen Nitschke2018-04-151-2/+0
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-3/+3
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* Modernize a bit more dbaccessJulien Nabet2018-03-101-34/+16
* weld native message dialogsCaolán McNamara2018-02-221-1/+7
* dbaccess: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-29/+0
* loplugin:includeform: dbaccessStephan Bergmann2017-10-231-5/+5
* Replace some lists by vectors in dbaccessJulien Nabet2017-09-171-5/+5
* clang-tidy modernize-use-emplace in d*Noel Grandin2017-09-111-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* loplugin:checkunusedparamsNoel Grandin2017-08-011-12/+4
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* use more OUString::operator== in dbaccess..filterNoel Grandin2017-07-131-1/+1
* make binary functors unary, related tdf#108782Jochen Nitschke2017-07-041-5/+5
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-4/+3
* tdf#95386 More Help Agent cleanupGabor Kelemen2017-04-071-154/+0
* loplugin:unusedmethodsNoel Grandin2017-02-211-28/+0
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-15/+15
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-38/+34
* cleanup unused includes (related to tdf#88206)Jochen Nitschke2016-12-061-1/+0
* clang-cl loplugin: dbaccessStephan Bergmann2016-10-161-4/+4
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-2/+2
* loplugin:constantparam in dbaccess..editengNoel Grandin2016-09-131-3/+2
* there is no "FormularProperties", math is called "FormulaProperties"Michael Stahl2016-07-141-1/+1
* tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas2016-06-161-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-2/+2
* Use const_iterator when possible (whole dbaccess)Julien Nabet2016-03-281-7/+7
* Let's use the iterator return by erase method (final)Julien Nabet2016-03-121-1/+1
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-8/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-11/+11
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* loplugin:stringconstantNoel Grandin2015-11-041-4/+4
* Fix typosAndrea Gelmini2015-10-061-1/+1
* boost->stdCaolán McNamara2015-09-171-1/+0
* convert Link<> to typedNoel Grandin2015-09-111-4/+2
* dbaccess: replace for_each with range-based forDaniel Robertson2015-09-071-23/+5
* o3tl: rename compat_functional headerThorsten Behrens2015-08-171-1/+1
* tdf#92459 Cleanup unclear lambdasDaniel Robertson2015-08-111-2/+2