summaryrefslogtreecommitdiffstats
path: root/xmlscript
Commit message (Expand)AuthorAgeFilesLines
* 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
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* loplugin:unusedmethods unused return value in xmlscript/Noel Grandin2016-01-132-40/+22
* Fix typosAndrea Gelmini2016-01-101-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-12-291-1/+1
* loplugin:unusedfields in xmlscript,xmlsecurityNoel Grandin2015-12-213-19/+13
* tdf#80047: load&save align and valign attributes of NumericFieldOliver Specht2015-12-182-0/+4
* com::sun::star->css in xmlscript/Noel Grandin2015-11-268-123/+123
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-59/+20
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-8/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-20/+20
* new loplugin: oncevarNoel Grandin2015-11-094-14/+7
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-064-17/+17
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-182/+182
* Fix typosAndrea Gelmini2015-09-293-6/+6
* boost->stdCaolán McNamara2015-09-162-15/+15
* xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-1410-29/+25
* inline some use-once typedefsNoel Grandin2015-08-031-3/+1
* Fix typosAndrea Gelmini2015-07-031-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1