summaryrefslogtreecommitdiff
path: root/xmloff/source/core
AgeCommit message (Expand)AuthorFilesLines
2016-05-30tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna1-3/+8
2016-04-26-Werror=addressStephan Bergmann1-4/+1
2016-01-14xmloff: there is no reason why office:version should be omittedMichael Stahl1-15/+14
2016-01-11tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl1-0/+2
2015-11-25store custom icon set info into ODFMarkus Mohrhard1-0/+3
2015-11-24loplugin:unusedfields in xmloff/Noel Grandin1-3/+0
2015-11-18xmloff: add meta:generator constants LO_43x and LO_44xMichael Stahl1-7/+14
2015-11-18xmloff: legacy assert to SAL_INFO as it can only be triggered byMichael Stahl1-1/+1
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin4-29/+13
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-5/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-12/+6
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-5/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-80/+80
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-32/+32
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin4-27/+25
2015-11-05tdf#95510: SVG: Import stop-color and stop-opacityXisco Fauli1-3/+3
2015-11-04loplugin:stringconstantNoel Grandin2-3/+2
2015-11-02tdf#74608 xmloff: Constructor feature for XMLMetaImportComponent.kripton1-1/+0
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-4/+2
2015-10-30xmloff tree cleanupMario J. Rugiero2-32/+15
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-12/+6
2015-10-20loplugin:defaultparamsStephan Bergmann3-6/+5
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-38/+38
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti1-0/+1
2015-10-07tdf#90839: follow-up workMarco Cecchetti1-1/+0
2015-10-02should be safe to remove this pieceCaolán McNamara1-6/+0
2015-10-02make CppunitTest_sw_ww8export work againCaolán McNamara1-0/+6
2015-10-02loplugin:unusedmethodsNoel Grandin1-6/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-09-11xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2-4/+4
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti1-0/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-24/+24
2015-08-27Clean up sEmptyStephan Bergmann6-11/+6
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-07xmloff: replace boost::ptr_set with std::setMichael Stahl1-11/+15
2015-07-19Fix typosAndrea Gelmini1-1/+1
2015-07-13tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier1-2/+2
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-04coverity#1302607 Logically dead codeCaolán McNamara1-4/+8
2015-06-01xmloff: don't add FIELD namespace twiceMichael Stahl1-6/+1
2015-05-28add field namespace to styles.xml when saving fdo85232-1.docx to .odtCaolán McNamara1-1/+7
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara6-8/+8
2015-05-22kde250524-4.odt (etc) are missing some namespace declarations in meta.xmlCaolán McNamara1-1/+1
2015-05-21loplugin:literaltoboolconversionStephan Bergmann1-1/+1