summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2017-02-10tdf#103567 xmloff: ODF import: fix more lossage on Writer framesMichael Stahl1-0/+29
2017-02-10tdf#103567 xmloff: ODF import: fix loss of events on SVG multi-imageMichael Stahl2-0/+13
2017-02-08Resolves: tdf#104812 crash on exporting odpCaolán McNamara1-0/+3
2017-02-08tdf#102479 ODF export: ignore exceptions when checking shape textMichael Stahl1-1/+16
2017-02-08ODF: do not write an empty style:text-position="" attribute for CharEscapementEike Rathke1-1/+1
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin5-12/+12
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann14-27/+32
2016-07-20use Any constructor instead of temporariesNoel Grandin51-812/+321
2016-07-20Fix typosAndrea Gelmini2-3/+3
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20unnecessary use of OUString constructorNoel Grandin3-5/+5
2016-07-20Fix typosAndrea Gelmini19-22/+22
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2016-07-12Remove excess newlinesChris Sherlock93-334/+0
2016-05-31prevent out of bounds string accessEike Rathke1-2/+3
2016-05-30tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna1-3/+8
2016-05-30Resolves: tdf#97879 loop in style hierarchy on odt loopCaolán McNamara1-1/+7
2016-05-25tdf#38097 min numerator/denominator at least 1Laurent Balland-Poirier1-3/+3
2016-05-25tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier1-2/+2
2016-05-11tdf#98163 Flush ressources at CustomShapes during importArmin Le Grand2-23/+23
2016-05-11Resolves: tdf#93994 flush API objects at load timeArmin Le Grand1-0/+24
2016-04-26-Werror=addressStephan Bergmann1-4/+1
2016-03-09Use rtl::math::isNan()Fabio Buso1-1/+2
2016-02-27xmloff: tdf#97808: allow empty draw:marker-start/marker-end/stroke-dashMichael Stahl1-1/+5
2016-02-05xmloff: tdf#96147: ODF export: fix duplicate fo:background-colorMichael Stahl2-2/+12
2016-01-21tdf#40517 Export/Import in ODF decimal replacement with spaceLaurent Balland-Poirier2-8/+27
2016-01-19Resolves: tdf#96245 relax test for duplicate frame namesCaolán McNamara1-1/+2
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 Stahl5-12/+141
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
2015-11-24loplugin:unusedfields in xmloff/Noel Grandin11-27/+4
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin3-18/+7
2015-11-19Incredible slowness and crashes with document with vast num of frame dupsCaolán McNamara1-1/+9
2015-11-19use comphelper::containerToSequenceNoel Grandin3-106/+18
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-18xmloff: document potential pitfall with SvI18NMap usageMichael Stahl1-11/+0
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-3/+1
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin20-62/+27
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-8/+3
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian2-501/+160
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin4-10/+5
2015-11-15use initialiser for Sequence<OUString>Noel Grandin5-26/+13
2015-11-13tdf#95744: saving shape names re-enabledOliver Specht1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht173-440/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann207-1114/+1114