summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trivial class XMLTransformerContextVectorStephan Bergmann2015-12-177-70/+34
* Hold XMLTransformerContext by rtl::ReferenceStephan Bergmann2015-12-1735-158/+145
* tdf#32248 SVG: first attempt to support tspan elementsXisco Fauli2015-12-171-0/+1
* Resolves: tdf#93994 flush API objects at load timeArmin Le Grand2015-12-111-0/+24
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-1/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2015-11-264-7/+2
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-262-3/+0
* loplugin:unusedfields variousNoel Grandin2015-11-261-1/+0
* com::sun::star->css in xmloff/Noel Grandin2015-11-26353-2892/+2437
* loplugin:unusedfields in include/xmloffNoel Grandin2015-11-252-11/+1
* store custom icon set info into ODFMarkus Mohrhard2015-11-251-0/+3
* crashtesting: ooo72999-1.ods NaNs found in light directionCaolán McNamara2015-11-241-1/+10
* loplugin:unusedfields in xmloff/Noel Grandin2015-11-2411-27/+4
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-203-18/+7
* Incredible slowness and crashes with document with vast num of frame dupsCaolán McNamara2015-11-191-1/+9
* use comphelper::containerToSequenceNoel Grandin2015-11-193-106/+18
* xmloff: add meta:generator constants LO_43x and LO_44xMichael Stahl2015-11-181-7/+14