summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)AuthorFilesLines
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin2-7/+0
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-16/+4
2017-05-29remove some unnecessary OString constructor callsNoel Grandin1-1/+1
2017-05-20cleanup unused css/script/ includesJochen Nitschke4-5/+0
2017-05-12remove unused uno::Reference varsNoel Grandin3-4/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock5-11/+17
2017-05-07tdf#43157: convert xmlscript from OSL_ASSERT to assertChris Sherlock5-17/+11
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-10tdf#107029 xmlscript: fix enum conversionMiklos Vajna1-1/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmlscriptStephan Bergmann1-1/+1
2017-04-06loplugin:redundantcast check for c-style float castsNoel Grandin1-3/+3
2017-04-04xmlscript: fix -Werror=maybe-uninitializedMiklos Vajna1-1/+1
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin2-2/+2
2017-03-30remove type decorations on char literalsJochen Nitschke2-4/+4
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-44/+44
2017-02-22loplugin:unusedfieldsNoel Grandin1-8/+3
2017-02-06Add missing #includesStephan Bergmann7-0/+8
2017-02-03Typo: progess->progressJulien Nabet1-1/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-5/+2
2017-01-27improve "unnecessary user-declared destructor" checkNoel Grandin1-3/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann15-552/+194
2017-01-22cppcheck: multiConditionJochen Nitschke1-5/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlscriptStephan Bergmann1-0/+2
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin1-3/+2
2017-01-19use rtl::Reference in ExtendedAttributesNoel Grandin1-6/+3
2017-01-19use rtl::Reference in ElementBaseNoel Grandin3-205/+193
2017-01-09New loplugin:externvar: xmlscriptStephan Bergmann3-15/+10
2016-11-17extend unusedfields loplugin to find fields that can be privateNoel Grandin5-9/+14
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-16/+16
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin8-16/+14
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-1/+1
2016-06-27Clean up uses of Any::getValue() in xmlscriptStephan Bergmann2-29/+31
2016-06-06remove some manual ref-countingNoel Grandin6-82/+51
2016-05-24Revert "remove some manual ref-counting"Noel Grandin6-48/+82
2016-05-24remove some manual ref-countingNoel Grandin6-82/+48
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin5-17/+13
2016-05-12loplugin:nullptrStephan Bergmann1-1/+1
2016-05-04sal_Bool -> boolStephan Bergmann2-4/+4
2016-05-02tdf#74608 Constructor function for XMLBasicExporterYeliz Taneroğlu4-38/+13
2016-05-02tdf#74608 Constructor function for XMLBasicImporterYeliz Taneroğlu4-36/+13
2016-05-02tdf#74608 Constructor function for XMLOasisBasicImporterYeliz Taneroğlu4-34/+13
2016-05-02tdf#74608 Constructor function for XMLOasisBasicExporterYeliz Taneroğlu4-33/+14
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann4-16/+16
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann1-4/+4
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-2/+2
2016-04-09tdf#99172 support for vertical align import/export property for text boxesVasily Melenchuk2-0/+2