summaryrefslogtreecommitdiffstats
path: root/xmlscript
Commit message (Expand)AuthorAgeFilesLines
* 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
* sal_Bool -> boolStephan Bergmann2016-05-042-4/+4
* tdf#74608 Constructor function for XMLBasicExporterYeliz Taneroğlu2016-05-024-38/+13
* tdf#74608 Constructor function for XMLBasicImporterYeliz Taneroğlu2016-05-024-36/+13
* tdf#74608 Constructor function for XMLOasisBasicImporterYeliz Taneroğlu2016-05-024-34/+13
* tdf#74608 Constructor function for XMLOasisBasicExporterYeliz Taneroğlu2016-05-024-33/+14
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-204-16/+16
* Use cast to bool to normalize sal_Bool valuesStephan Bergmann2016-04-201-4/+4
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-2/+2
* tdf#99172 support for vertical align import/export property for text boxesVasily Melenchuk2016-04-092-0/+2
* -fsanitize=nonnull-attributeStephan Bergmann2016-04-051-2/+6
* sequence->vector in xmlscriptNoel Grandin2016-04-052-17/+25
* Avoid reserved identifierStephan Bergmann2016-03-102-3/+3
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-094-34/+6
* new loplugin:unuseddefaultparamsNoel Grandin2016-02-252-7/+3
* new loplugin: find write-only fieldsNoel Grandin2016-02-191-6/+4