summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2016-02-06do not include boost/utility.hppMichael Stahl
2016-02-06Fix typosAndrea Gelmini
2016-02-06Fix typosAndrea Gelmini
2016-02-06Merge correctionsAshod Nakashian
2016-02-06loplugin:loopvartoosmallNoel Grandin
2016-02-06Fix typosAndrea Gelmini
2016-02-06Fix typosAndrea Gelmini
2016-02-06Revert "Typo: iff->if"Julien Nabet
2016-02-06Typo: iff->ifJulien Nabet
2016-02-06Fix typosAndrea Gelmini
2016-02-06Fix typosAndrea Gelmini
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2016-02-06Fix typosAndrea Gelmini
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin
2016-02-06cppcheck:unreadVariableNoel Grandin
2016-02-06Fix typosAndrea Gelmini
2016-02-06cppcheck: redundantCondition [part2]Julien Nabet
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2016-02-06convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2016-02-05cppcheck: noExplicitConstructorCaolán McNamara
2016-02-02xmloff: there is no reason why office:version should be omittedMichael Stahl
2016-02-02tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl
2015-11-28Incredible slowness and crashes with document with vast num of frame dupsCaolán McNamara
2015-11-28xmloff: add meta:generator constants LO_43x and LO_44xMichael Stahl
2015-11-13tdf#95744: saving shape names re-enabledOliver Specht
2015-11-05tdf#93296 dashes in decimal part => 0 min decimal placesLaurent Balland-Poirier
2015-11-04ccu#1255 tdf#95569 xmloff: convert legacy assertions in ...Michael Stahl
2015-11-03Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung
2015-10-17xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl
2015-09-18tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna
2015-08-31ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl
2015-08-31xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl
2015-08-06Resolves: tdf#91950 optional entries may not be presentCaolán McNamara
2015-08-06xmloff: ODF import: fix spelling of "extrusion-first-light-level"Andrea Gelmini
2015-08-06tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier
2015-08-06the last condition is "all other numbers", not the third, tdf#92457 relatedEike Rathke
2015-08-06xmloff: don't add FIELD namespace twiceMichael Stahl
2015-08-06add field namespace to styles.xml when saving fdo85232-1.docx to .odtCaolán McNamara
2015-05-22tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens
2015-05-18xmloff: fix non-debug buildsMichael Stahl
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolPMichael Stahl
2015-05-18xmloff: convert legacy assertions in XMLStyleExportMichael Stahl
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXMLMichael Stahl
2015-05-18xmloff: assert when a non-existent auto style pool is requestedMichael Stahl
2015-05-18xmloff: convert legacy asserts in SvXMLStylesContext_ImplMichael Stahl
2015-05-18xmloff: convert legacy asserts in MultiPropertySetHelperMichael Stahl
2015-05-18xmloff: convert legacy assertions in xmltoken.cxxMichael Stahl
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann