summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-04-05loplugin:constantparam in xmloffNoel Grandin4-26/+9
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke7-7/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack6-11/+11
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-23/+23
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-5/+5
2016-03-29Avoid reserved identifiersStephan Bergmann27-206/+206
2016-03-16loplugin:defaultparamsTor Lillqvist1-3/+3
2016-03-16loplugin:constantparam in xmloff/Noel Grandin37-183/+127
2016-03-15define ODFSVER_LATEST at a central placeEike Rathke1-1/+1
2016-03-14remove some unused typedefs, and inline some use-onceNoel Grandin1-3/+1
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-03-09Add missing includesDavid Ostrovsky2-0/+2
2016-03-08loplugin:constantparam in xmloffNoel Grandin2-14/+13
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+1
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin4-42/+13
2016-02-27xmloff: tdf#97808: allow empty draw:marker-start/marker-end/stroke-dashMichael Stahl1-1/+5
2016-02-25Use rtl::math::isNan()Fabio Buso1-1/+2
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin14-74/+35
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin8-64/+38
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+2
2016-02-22loplugin:write only fieldsNoel Grandin3-10/+0
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-1/+0
2016-02-19add "use-wildcards" XML_USE_WILDCARDS, tdf#72196Eike Rathke1-0/+1
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