summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-02-27xmloff: tdf#97808: allow empty draw:marker-start/marker-end/stroke-dashMichael Stahl1-1/+5
2016-02-02xmloff: tdf#96147: ODF export: fix duplicate fo:background-colorMichael Stahl2-2/+12
2016-01-26xmloff: there is no reason why office:version should be omittedMichael Stahl1-15/+14
2016-01-19tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl5-11/+143
2016-01-08tdf#95744: saving shape names re-enabledOliver Specht1-1/+1
2015-11-20Incredible slowness and crashes with document with vast num of frame dupsCaolán McNamara1-1/+9
2015-11-19xmloff: add meta:generator constants LO_43x and LO_44xMichael Stahl1-7/+14
2015-11-04tdf#95569 xmloff: convert legacy assertions in PageMasterExportPropMapperMichael Stahl1-18/+16
2015-11-04tdf#93296 dashes in decimal part => 0 min decimal placesLaurent Balland-Poirier2-1/+4
2015-11-02Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung1-0/+4
2015-10-12xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl2-9/+8
2015-09-15tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna6-2/+43
2015-08-29ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl2-2/+16
2015-08-28xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl3-8/+24
2015-07-27Resolves: tdf#91950 optional entries may not be presentCaolán McNamara1-18/+25
2015-07-15xmloff: ODF import: fix spelling of "extrusion-first-light-level"Andrea Gelmini1-1/+1
2015-07-13tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier3-12/+12
2015-07-13the last condition is "all other numbers", not the third, tdf#92457 relatedEike Rathke1-3/+3
2015-06-01xmloff: don't add FIELD namespace twiceMichael Stahl1-6/+1
2015-06-01add field namespace to styles.xml when saving fdo85232-1.docx to .odtCaolán McNamara1-1/+7
2015-05-22tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl1-1/+2
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens6-74/+72
2015-05-18xmloff: fix non-debug buildsMichael Stahl1-2/+2
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolPMichael Stahl1-5/+4
2015-05-18xmloff: convert legacy assertions in XMLStyleExportMichael Stahl1-69/+59
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXMLMichael Stahl1-12/+6
2015-05-18xmloff: assert when a non-existent auto style pool is requestedMichael Stahl1-28/+12
2015-05-18xmloff: convert legacy asserts in SvXMLStylesContext_ImplMichael Stahl1-10/+8
2015-05-18xmloff: convert legacy asserts in MultiPropertySetHelperMichael Stahl1-8/+5
2015-05-18xmloff: convert legacy assertions in xmltoken.cxxMichael Stahl1-6/+6
2015-05-18Remove include stdio (part2)Julien Nabet5-5/+0
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe1-6/+4
2015-05-08XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann2-9/+9
2015-05-06xmloff: convert to assert in SvXMLMetaExportMichael Stahl1-6/+6
2015-05-06xmloff: assert validity of XMLPropertySetMapper indexesMichael Stahl1-8/+8
2015-05-06xmloff: assert existence of XMLPropertyHandlerMichael Stahl1-2/+3
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin1-2/+2
2015-05-02it works if we first set the size and then the position, tdf#86624Markus Mohrhard1-3/+3
2015-04-30xmloff: simplify code by using std::all_of/std::any_of/std::none_ofTakeshi Abe3-11/+12
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist9-82/+9
2015-04-28XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann1-8/+8
2015-04-28txtparae_bContainsIllegalCharacters var wants to be of type boolStephan Bergmann1-3/+3
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann2-11/+11
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier3-23/+55
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier3-3/+28
2015-04-24loplugin:simplifyboolStephan Bergmann5-10/+8
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann5-7/+7
2015-04-23Revert "-Werror,-Wunused-const-variable"Thorsten Behrens1-0/+1
2015-04-22Related tdf#88056: Use correct service nameKatarina Behrens1-1/+1