summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* Add missing includesDavid Ostrovsky2016-03-092-0/+2
* loplugin:constantparam in xmloffNoel Grandin2016-03-082-14/+13
* improve defaultparams lopluginNoel Grandin2016-03-071-2/+1
* loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin2016-03-044-42/+13
* xmloff: tdf#97808: allow empty draw:marker-start/marker-end/stroke-dashMichael Stahl2016-02-271-1/+5
* Use rtl::math::isNan()Fabio Buso2016-02-251-1/+2
* loplugin:unuseddefaultparams in xmloff/Noel Grandin2016-02-2514-74/+35
* new loplugin:unuseddefaultparamsNoel Grandin2016-02-258-64/+38
* new loplugin: commaoperatorNoel Grandin2016-02-231-1/+2
* loplugin:write only fieldsNoel Grandin2016-02-223-10/+0
* new loplugin: find write-only fieldsNoel Grandin2016-02-191-1/+0
* add "use-wildcards" XML_USE_WILDCARDS, tdf#72196Eike Rathke2016-02-191-0/+1
* [API CHANGE] add Author Initials to XAnnotationCaolán McNamara2016-02-182-0/+19
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-111-7/+0
* Remove excess newlinesChris Sherlock2016-02-0993-335/+0
* Formatting changes across all modulesChris Sherlock2016-02-096-17/+17
* Fix typosAndrea Gelmini2016-02-051-1/+1
* Replace push(std::make_tuple(...)) with emplace(...)Stephan Bergmann2016-02-041-4/+4
* remove bogus nullprt checks for pContextJochen Nitschke2016-02-031-11/+2
* xmloff: tdf#96147: ODF export: fix duplicate fo:background-colorMichael Stahl2016-02-022-2/+12
* boost::tuple -> std::tupleCaolán McNamara2016-01-314-24/+23
* unnecessary use of OUString constructorNoel Grandin2016-01-313-5/+5
* Move XMLMetaExportComponent_get_implementation to a more reasonable placeStephan Bergmann2016-01-211-8/+8
* cppcheck: variableScopeCaolán McNamara2016-01-211-2/+2
* Resolves: tdf#96245 relax test for duplicate frame namesCaolán McNamara2016-01-191-1/+2
* Convert NULL/0 to nullptrPeter Foley2016-01-181-3/+3
* loplugin:unreffunStephan Bergmann2016-01-181-19/+0
* tdf#74608 xmloff: Constructor feature for XMLMetaExportComponentkripton2016-01-184-12/+11
* -Werror=unused-but-set-variableNoel Grandin2016-01-152-31/+7
* loplugin:unusedmethods unused return value in include/xmloffNoel Grandin2016-01-1510-65/+20
* -Werror=addressStephan Bergmann2016-01-131-4/+1
* -Werror=unused-but-set-variableNoel Grandin2016-01-131-4/+0
* loplugin:unusedmethods unused return value in xmloff/Noel Grandin2016-01-139-53/+13
* xmloff: SvXMLExport::mbExtended is dead nowMichael Stahl2016-01-121-3/+0
* xmloff: there is no reason why office:version should be omittedMichael Stahl2016-01-121-15/+14
* typosMichael Stahl2016-01-121-1/+1
* tdf#40517 Export/Import in ODF decimal replacement with spaceLaurent Balland-Poirier2016-01-112-8/+27
* Fix typosAndrea Gelmini2016-01-1019-22/+22
* tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl2016-01-085-12/+141
* indentation fixesMarkus Mohrhard2016-01-081-91/+92
* tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai2016-01-051-4/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-12-291-1/+1
* xmloff: indent cleanup in headerChris Sherlock2015-12-261-1/+2
* xmloff: change instances of maName to more descriptive namesChris Sherlock2015-12-262-4/+4
* tdf#96181 SVG: Add support for <use> elementXisco Fauli2015-12-221-0/+1
* loplugin:unusedfields in include/vclNoel Grandin2015-12-221-1/+0
* loplugin:unusedfields in xmlhelp,xmloffNoel Grandin2015-12-2111-46/+4
* xmloff: one more missing includeMiklos Vajna2015-12-191-0/+1
* coverity#1343637 Double freeCaolán McNamara2015-12-193-21/+14
* Avoid memory leaksStephan Bergmann2015-12-175-6/+9