summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)AuthorFilesLines
2017-08-11tdf#109177: Fix expected type of Orientation attrStephan Bergmann1-1/+1
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
2015-09-29Fix typosAndrea Gelmini3-6/+6
2015-09-16boost->stdCaolán McNamara2-15/+15
2015-09-14xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe10-29/+25
2015-08-03inline some use-once typedefsNoel Grandin1-3/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-20cppcheck: noExplicitConstructorCaolán McNamara4-8/+9
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara3-6/+6
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann8-0/+15
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1