summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-05-fsanitize=nonnull-attributeStephan Bergmann1-2/+6
2016-04-05sequence->vector in xmlscriptNoel Grandin2-17/+25
2016-03-10Avoid reserved identifierStephan Bergmann2-3/+3
2016-03-09tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar4-34/+6
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin2-7/+3
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-6/+4
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-13loplugin:unusedmethods unused return value in xmlscript/Noel Grandin2-40/+22
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-21loplugin:unusedfields in xmlscript,xmlsecurityNoel Grandin3-19/+13
2015-12-18tdf#80047: load&save align and valign attributes of NumericFieldOliver Specht2-0/+4
2015-11-26com::sun::star->css in xmlscript/Noel Grandin8-123/+123
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-59/+20
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-8/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-20/+20
2015-11-09new loplugin: oncevarNoel Grandin4-14/+7
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-17/+17
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-182/+182