summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin1-1/+1
2019-06-15loplugin:logexceptionnicely in dbaccessNoel Grandin1-4/+2
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov3-7/+7
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2-2/+2
2019-05-10an is used before a vowel soundCaolán McNamara1-2/+2
2019-05-04Fix typoAndrea Gelmini1-1/+1
2019-05-04Fix typoAndrea Gelmini1-1/+1
2019-04-13loplugin:sequentialassign in dbaccess..desktopNoel Grandin1-2/+1
2019-03-12tdf#121092: save db:suppress-version-columns to ODBMike Kaganski1-1/+11
2019-03-04OSequenceIterator is not necessary anymoreNoel Grandin1-3/+5
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin2-10/+0
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov2-3/+5
2019-02-11new loplugin writeonlyvarsNoel Grandin2-7/+0
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin2-2/+2
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen16-0/+19
2018-12-28Use copy instead of getToken to get last tokenMatteo Casalin1-2/+1
2018-11-30loplugin:singlevalfieldsNoel Grandin2-9/+3
2018-11-22improve function-local statics in dbaccess..filterNoel Grandin2-14/+16
2018-10-23clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin3-13/+13
2018-09-17New loplugin:externalStephan Bergmann3-4/+8
2018-09-07tdf#119694: read embedded hsqldb file generated before 6.1Julien Nabet1-0/+1
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin1-1/+1
2018-08-29new loplugin:oustringbufferNoel Grandin1-11/+11
2018-08-01Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke2-2/+0
2018-06-04Properly decompose vnd.sun.star.pkg URLStephan Bergmann1-6/+34
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2018-05-17loplugin:unusedfields in dbaccess..drawinglayerNoel Grandin2-3/+1
2018-04-15remove some unused comphelper includesJochen Nitschke3-3/+1
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin9-20/+20
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-20drop msgbox includeCaolán McNamara1-1/+0
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke2-2/+0
2018-03-10Modernize a bit more dbaccessJulien Nabet2-16/+11
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke2-2/+0
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann1-1/+1
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-19loplugin:unusedenumconstantsNoel Grandin1-1/+0
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann5-24/+24
2017-12-11loplugin:salcall fix functionsNoel Grandin5-14/+14
2017-12-05loplugin:countusersofdefaultparams in dbaccessNoel Grandin1-1/+1
2017-11-30dbaccess: -Werror,-Wimplicit-fallthroughMichael Stahl1-0/+1
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2-3/+3
2017-11-30dbaccess: split up ODBFilter::CreateContext()Michael Stahl3-24/+173
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-10Properly construct vnd.sun.star.pkg URLStephan Bergmann1-4/+2
2017-11-09dbaccess: properly encode path to prevent stripping "fragment" from itMike Kaganski1-2/+4
2017-11-08ODBFilter::filter: Also leave window wait on exceptionMike Kaganski1-15/+23