summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/misc/DExport.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy modernize-use-emplace in d*Noel Grandin2017-09-111-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
* Removed duplicated includesAndrea Gelmini2017-07-231-1/+0
* migrate to boost::gettextCaolán McNamara2017-07-211-4/+6
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-5/+5
* loplugin:unusedfields in cui..idlNoel Grandin2017-07-041-2/+2
* loplugin:unusedfields in dbaccessNoel Grandin2017-06-231-2/+0
* loplugin:constantparam part2Noel Grandin2017-04-051-3/+0
* tdf#39468 Translate German commentsJens Carl2017-03-271-2/+2
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-12/+12
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-1/+1
* Typo: (un)kown->(un)knownJulien Nabet2016-09-101-1/+1
* Translate some German comments and messagesMaarten Bosmans2016-08-301-1/+1
* Improve readability of OUString concatanation in ODatabaseExportMuhammet Kara2016-06-301-10/+11
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-2/+2
* clang-tidy modernize-loop-convert in d*Noel Grandin2016-04-251-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2016-04-201-5/+4
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-2/+2
* Use const_iterator when possible (whole dbaccess)Julien Nabet2016-03-281-5/+5
* convert EComposeRule to scoped enumNoel Grandin2016-02-251-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-7/+7
* com::sun::star->css in dbaccessNoel Grandin2015-08-031-3/+3
* tdf#91112: pass by const reference to lambdasJorenz Paragas2015-08-031-1/+1
* tdf92459 replace select1st/2nd in dbaccessDaniel Robertson2015-08-031-1/+0
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* tdf#91112 replace o3tl::compose1 with lambdas in dbaccessJorenz Paragas2015-06-251-1/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
* first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-3/+3
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-2/+2
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-12/+12
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-3/+3
* loplugin: cstylecastNoel Grandin2014-10-031-1/+1
* cppcheck: The scope of the variable 'fOutNumber' can be reducedThomas Arnhold2014-05-221-1/+1
* cppcheck: Variable 'fOutNumber' is assigned a value that is never usedThomas Arnhold2014-05-221-1/+1
* dbaccess: remove SAL_INFO's that only make function entryNoel Grandin2014-05-141-15/+0
* dbaccess: sal_Bool->boolNoel Grandin2014-04-171-30/+30
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* Drop unused #includeTakeshi Abe2014-02-171-1/+0
* bool improvementsStephan Bergmann2014-01-281-1/+1
* DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-01-211-10/+0
* fill in nNumPrecRadixLionel Elie Mamane2013-11-051-0/+5
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-8/+6
* missing headerCaolán McNamara2013-10-221-0/+1
* convert dbaccess module from String to OUStringNoel Grandin2013-10-011-12/+12
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-271-18/+13
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-2/+2