summaryrefslogtreecommitdiffstats
path: root/xmlscript
Commit message (Expand)AuthorAgeFilesLines
* tdf#109177: Fix expected type of Orientation attrStephan Bergmann2017-08-101-1/+1
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-2/+2
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-171-11/+3
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-141-1/+1
* Fix typosAndrea Gelmini2017-07-031-1/+1
* loplugin:casttovoid: xmlscriptStephan Bergmann2017-07-022-3/+0
* loplugin:oncevar variousNoel Grandin2017-06-291-2/+1
* loplugin:useuniqueptr in variousNoel Grandin2017-06-271-2/+1
* simplify some string handling in tracing callsNoel Grandin2017-06-231-7/+5
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin2017-06-162-7/+0
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-121-16/+4
* remove some unnecessary OString constructor callsNoel Grandin2017-05-291-1/+1
* cleanup unused css/script/ includesJochen Nitschke2017-05-204-5/+0
* remove unused uno::Reference varsNoel Grandin2017-05-123-4/+2
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-075-11/+17
* tdf#43157: convert xmlscript from OSL_ASSERT to assertChris Sherlock2017-05-075-17/+11
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* tdf#107029 xmlscript: fix enum conversionMiklos Vajna2017-04-101-1/+1
* Improved loplugin:redundantcast, static_cast on arithmetic types: xmlscriptStephan Bergmann2017-04-061-1/+1
* loplugin:redundantcast check for c-style float castsNoel Grandin2017-04-061-3/+3
* xmlscript: fix -Werror=maybe-uninitializedMiklos Vajna2017-04-041-1/+1
* use actual UNO enums in vcl..xmlsecurityNoel Grandin2017-04-032-2/+2
* remove type decorations on char literalsJochen Nitschke2017-03-302-4/+4
* Fix typosAndrea Gelmini2017-03-251-2/+2
* Remove redundant 'inline' keywordStephan Bergmann2017-03-033-44/+44
* loplugin:unusedfieldsNoel Grandin2017-02-221-8/+3
* Add missing #includesStephan Bergmann2017-02-067-0/+8
* Typo: progess->progressJulien Nabet2017-02-031-1/+1
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-282-5/+2
* improve "unnecessary user-declared destructor" checkNoel Grandin2017-01-271-3/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-2615-552/+194
* cppcheck: multiConditionJochen Nitschke2017-01-221-5/+0
* New loplugin:dynexcspec: Add @throws documentation, xmlscriptStephan Bergmann2017-01-191-0/+2
* new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin2017-01-191-3/+2
* use rtl::Reference in ExtendedAttributesNoel Grandin2017-01-191-6/+3
* use rtl::Reference in ElementBaseNoel Grandin2017-01-193-205/+193
* New loplugin:externvar: xmlscriptStephan Bergmann2017-01-093-15/+10
* extend unusedfields loplugin to find fields that can be privateNoel Grandin2016-11-175-9/+14
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-136-16/+16
* loplugin:constantparam in vcl..xmlscriptNoel Grandin2016-09-078-16/+14
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-081-1/+1
* Clean up uses of Any::getValue() in xmlscriptStephan Bergmann2016-06-272-29/+31
* remove some manual ref-countingNoel Grandin2016-06-066-82/+51
* Revert "remove some manual ref-counting"Noel Grandin2016-05-246-48/+82
* remove some manual ref-countingNoel Grandin2016-05-246-82/+48
* clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin2016-05-135-17/+13
* loplugin:nullptrStephan Bergmann2016-05-121-1/+1