summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-02-18[API CHANGE] add Author Initials to XAnnotationCaolán McNamara2-0/+19
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-7/+0
2016-02-09Remove excess newlinesChris Sherlock93-335/+0
2016-02-09Formatting changes across all modulesChris Sherlock6-17/+17
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04Replace push(std::make_tuple(...)) with emplace(...)Stephan Bergmann1-4/+4
2016-02-03remove bogus nullprt checks for pContextJochen Nitschke1-11/+2
2016-02-02xmloff: tdf#96147: ODF export: fix duplicate fo:background-colorMichael Stahl2-2/+12
2016-01-31boost::tuple -> std::tupleCaolán McNamara4-24/+23
2016-01-31unnecessary use of OUString constructorNoel Grandin3-5/+5
2016-01-21Move XMLMetaExportComponent_get_implementation to a more reasonable placeStephan Bergmann1-8/+8
2016-01-21cppcheck: variableScopeCaolán McNamara1-2/+2
2016-01-19Resolves: tdf#96245 relax test for duplicate frame namesCaolán McNamara1-1/+2
2016-01-18Convert NULL/0 to nullptrPeter Foley1-3/+3
2016-01-18loplugin:unreffunStephan Bergmann1-19/+0
2016-01-18tdf#74608 xmloff: Constructor feature for XMLMetaExportComponentkripton4-12/+11
2016-01-15-Werror=unused-but-set-variableNoel Grandin2-31/+7
2016-01-15loplugin:unusedmethods unused return value in include/xmloffNoel Grandin10-65/+20
2016-01-13-Werror=addressStephan Bergmann1-4/+1
2016-01-13-Werror=unused-but-set-variableNoel Grandin1-4/+0
2016-01-13loplugin:unusedmethods unused return value in xmloff/Noel Grandin9-53/+13
2016-01-12xmloff: SvXMLExport::mbExtended is dead nowMichael Stahl1-3/+0
2016-01-12xmloff: there is no reason why office:version should be omittedMichael Stahl1-15/+14
2016-01-12typosMichael Stahl1-1/+1
2016-01-11tdf#40517 Export/Import in ODF decimal replacement with spaceLaurent Balland-Poirier2-8/+27
2016-01-10Fix typosAndrea Gelmini19-22/+22
2016-01-08tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl5-12/+141
2016-01-08indentation fixesMarkus Mohrhard1-91/+92
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-4/+2
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-26xmloff: indent cleanup in headerChris Sherlock1-1/+2
2015-12-26xmloff: change instances of maName to more descriptive namesChris Sherlock2-4/+4
2015-12-22tdf#96181 SVG: Add support for <use> elementXisco Fauli1-0/+1
2015-12-22loplugin:unusedfields in include/vclNoel Grandin1-1/+0
2015-12-21loplugin:unusedfields in xmlhelp,xmloffNoel Grandin11-46/+4
2015-12-19xmloff: one more missing includeMiklos Vajna1-0/+1
2015-12-19coverity#1343637 Double freeCaolán McNamara3-21/+14
2015-12-17Avoid memory leaksStephan Bergmann5-6/+9
2015-12-17Remove trivial class XMLTransformerContextVectorStephan Bergmann7-70/+34
2015-12-17Hold XMLTransformerContext by rtl::ReferenceStephan Bergmann35-158/+145
2015-12-17tdf#32248 SVG: first attempt to support tspan elementsXisco Fauli1-0/+1
2015-12-11Resolves: tdf#93994 flush API objects at load timeArmin Le Grand1-0/+24
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann4-7/+2
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2-3/+0
2015-11-26loplugin:unusedfields variousNoel Grandin1-1/+0
2015-11-26com::sun::star->css in xmloff/Noel Grandin353-2892/+2437
2015-11-25loplugin:unusedfields in include/xmloffNoel Grandin2-11/+1
2015-11-25store custom icon set info into ODFMarkus Mohrhard1-0/+3
2015-11-24crashtesting: ooo72999-1.ods NaNs found in light directionCaolán McNamara1-1/+10