summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2018-04-07forcepoint #35 handle odd number of dimension fragmentsCaolán McNamara1-1/+1
2018-03-06ofz#6656 -1 isn't a good flag for all elements filledCaolán McNamara1-4/+1
2018-03-06forcepoint #5 null derefCaolán McNamara1-5/+10
2018-03-06tdf#106780 Fix for invalid attribute in impress ODFAbhishek Shrivastava1-2/+16
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin3-6/+6
2017-12-05Fix typosAndrea Gelmini1-1/+1
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin7-18/+18
2017-12-05loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin1-1/+1
2017-11-01ODP: export TextPreRotateAngleSzymon Kłos3-1/+4
2017-10-26tdf#97630 xmloff: ODF extended draw:fit-to-size messMichael Stahl2-9/+61
2017-09-26xmloff: fix stack-use-after-return in SvXMLExport::exportDoc()Michael Stahl1-1/+1
2017-09-26tdf#112005 xmloff: ODF export: export embedded object text *first*Michael Stahl1-7/+15
2017-09-08tdf#112122 xmloff: inserting index marks into editengine throwsMichael Stahl1-2/+9
2017-09-01Resolves: tdf#112123 check m_xAutoStyles like in similar methodsCaolán McNamara1-0/+3
2017-09-01Resolves tdf#112101 crash on particular file with office:event-listenersCaolán McNamara1-2/+3
2017-08-28tdf#111934 xmloff: ODF import: self-referential conditional style crashMichael Stahl1-0/+5
2017-08-04tdf#109228: FILESAVE: ODT: Anchor changed to 'to character' after RTTamás Zolnai1-0/+1
2017-07-31tdf#109080 First page header/footer ODF (1/2)Luke Deller1-0/+2
2017-07-31xmloff: ODF export: fix redundant setting of GraphicStreamURL swappingMichael Stahl1-4/+7
2017-06-27Resolves: tdf#107438 write <text:sender-initials> for fieldsEike Rathke1-17/+4
2017-06-15tdf#103091 conditional style conditions not savedTroy Rollo4-1/+198
2017-05-31tdf#108231 tdf#108109 xmloff: SvxUnoDrawingModel doesn't implement...Michael Stahl1-5/+10
2017-05-18tdf#100033: Frames with the same name are removedTamás Zolnai2-9/+91
2017-05-16tdf#43535: support additional sheet protection options.Kohei Yoshida2-0/+8
2017-04-27tdf#107392 ODF import: fix z-order sorting of SVG imagescp-5.3-8-winMiklos Vajna5-7/+46
2017-04-18tdf#105286: Implement text rotation for Impress tablesTamás Zolnai5-1/+81
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
2016-12-01crashtesting: a gadzillion failures on export to odpCaolán McNamara1-0/+3
2016-11-30tdf#102479 ODF export: ignore exceptions when checking shape textMichael Stahl1-1/+16
2016-11-18includes should be at the top of the fileNoel Grandin2-3/+2
2016-11-17ODF: do not write an empty style:text-position="" attribute for CharEscapementEike Rathke1-1/+1
2016-11-17clearly a wrong offset is worth an assert() instead of OSL_ENSURE()Eike Rathke1-2/+2
2016-11-17loplugin:datamembershadow in xmloffNoel Grandin4-12/+8
2016-11-16This condition has been checked beforeSamuel Mehrbrodt1-31/+28
2016-11-16Small housekeeping: merged two if's with same result into oneMike Kaganski1-3/+2
2016-11-16new loplugin finalprotectedNoel Grandin2-4/+3
2016-11-15fix typoDavid Tardon1-1/+1
2016-11-15remove prop. name variableDavid Tardon1-3/+2
2016-11-15loplugin:constantparamNoel Grandin1-4/+4
2016-11-11xmloff: print a warning if we drop a style on the floorMichael Stahl1-0/+3
2016-11-11tdf#67544 Embed slide transition sound in the presentationSamuel Mehrbrodt2-2/+97
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin2-2/+2
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin5-8/+8
2016-10-31This apparently always wanted to check that _rChars.trim() is non-emptyStephan Bergmann1-1/+1
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin32-482/+221
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe2-18/+2
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-2/+1
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin15-76/+21
2016-10-24Simplify code furtherStephan Bergmann1-19/+15