summaryrefslogtreecommitdiffstats
path: root/xmlscript/source/xml_helper
Commit message (Expand)AuthorAgeFilesLines
* extend unusedfields loplugin to find fields that can be privateNoel Grandin2016-11-171-1/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin2016-05-131-2/+2
* loplugin:nullptrStephan Bergmann2016-05-121-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* -fsanitize=nonnull-attributeStephan Bergmann2016-04-051-2/+6
* sequence->vector in xmlscriptNoel Grandin2016-04-051-14/+22
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-091-15/+3
* new loplugin:unuseddefaultparamsNoel Grandin2016-02-251-3/+2
* new loplugin: find write-only fieldsNoel Grandin2016-02-191-6/+4
* com::sun::star->css in xmlscript/Noel Grandin2015-11-261-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-31/+31
* xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-142-7/+6
* inline some use-once typedefsNoel Grandin2015-08-031-3/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-201-2/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+2
* Some more loplugin:cstylecast: xmlscriptStephan Bergmann2015-01-201-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-5/+4
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* xmlscript: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-011-1/+1
* xmlscript: remove SAL_THROW macroNoel Grandin2014-06-053-10/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-1/+1
* Clean up function declarationsStephan Bergmann2014-04-111-0/+3
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-262-31/+31
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-263-68/+68
* fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi2014-02-061-14/+8
* xmlscript: include <> for external includesNorbert Thiebaud2013-11-111-8/+8
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-123-79/+16
* fdo#43157 - Clean up OSL_ASSERTRadu Ioan2013-04-081-17/+12
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+0
* make use of startsWith()Thomas Arnhold2013-03-081-1/+1
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-2/+2
* Correct OUString check with proper startsWith()Olivier Hallot2012-09-071-1/+1
* kill RTL_CONSTASCII_USTRINGPARAM in xmlscriptOlivier Hallot2012-09-051-21/+10
* re-base on ALv2 code.Michael Meeks2012-07-103-74/+43
* nuke unused typedefTakeshi Abe2012-05-311-1/+0
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-263-9/+9
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+1
* remove include of pch header from xmlscriptNorbert Thiebaud2011-11-273-6/+0
* Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-193-8/+15
|\
| * drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-293-0/+0
| * Remove dead code in libs-coreXisco Fauli2011-03-181-1/+0
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2011-03-124-0/+0
| |\
| * | Remove "using namespace ::rtl"Julien Nabet2011-02-262-3/+2
| * | migrate to use boost unordered containersFridrich Štrba2011-02-051-4/+4