summaryrefslogtreecommitdiff
path: root/xmlscript/source/xml_helper
AgeCommit message (Expand)AuthorFilesLines
2016-11-17extend unusedfields loplugin to find fields that can be privateNoel Grandin1-1/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-2/+2
2016-05-12loplugin:nullptrStephan Bergmann1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-05-fsanitize=nonnull-attributeStephan Bergmann1-2/+6
2016-04-05sequence->vector in xmlscriptNoel Grandin1-14/+22
2016-03-09tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-15/+3
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin1-3/+2
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-6/+4
2015-11-26com::sun::star->css in xmlscript/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-31/+31
2015-09-14xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2-7/+6
2015-08-03inline some use-once typedefsNoel Grandin1-3/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-20cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+2
2015-01-20Some more loplugin:cstylecast: xmlscriptStephan Bergmann1-2/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-01xmlscript: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-06-05xmlscript: remove SAL_THROW macroNoel Grandin3-10/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-04-11Clean up function declarationsStephan Bergmann1-0/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-31/+31
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-68/+68
2014-02-06fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi1-14/+8
2013-11-11xmlscript: include <> for external includesNorbert Thiebaud1-8/+8
2013-08-12fdo#62475 removed pointless commentsJelle van der Waa3-79/+16
2013-04-08fdo#43157 - Clean up OSL_ASSERTRadu Ioan1-17/+12
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-08make use of startsWith()Thomas Arnhold1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+2
2012-09-07Correct OUString check with proper startsWith()Olivier Hallot1-1/+1
2012-09-05kill RTL_CONSTASCII_USTRINGPARAM in xmlscriptOlivier Hallot1-21/+10
2012-07-10re-base on ALv2 code.Michael Meeks3-74/+43
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann3-9/+9
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
2011-11-27remove include of pch header from xmlscriptNorbert Thiebaud3-6/+0
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen3-8/+15
2011-06-17CWS gnumake4: convert xmlscript to new build system [hg:d4df54d61f2a]Mathias Bauer2-51/+1
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito3-0/+0
2011-03-18Remove dead code in libs-coreXisco Fauli1-1/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens4-0/+0
2011-02-26Remove "using namespace ::rtl"Julien Nabet2-3/+2