summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/genericcontroller.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-09-17Replace some lists by vectors in dbaccessJulien Nabet
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin
2017-07-04make binary functors unary, related tdf#108782Jochen Nitschke
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-04-07tdf#95386 More Help Agent cleanupGabor Kelemen
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke
2016-10-16clang-cl loplugin: dbaccessStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin
2016-07-14there is no "FormularProperties", math is called "FormulaProperties"Michael Stahl
2016-06-16tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-06Fix typosAndrea Gelmini
2015-09-17boost->stdCaolán McNamara
2015-09-11convert Link<> to typedNoel Grandin
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson
2015-08-17o3tl: rename compat_functional headerThorsten Behrens
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-08-03tdf92459 replace select1st/2nd in dbaccessDaniel Robertson
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara
2015-06-22new uno sidebar api tdf#91806Laurent Godard
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20dbaccess: convert new to ::Create.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10cleanup Printer VclRef pieces.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-06apparently OGenericUnoController::InvalidateFeature is unusedCaolán McNamara