summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* forcepoint #35 handle odd number of dimension fragmentsCaolán McNamara2019-08-271-1/+1
* forcepoint #5 null derefCaolán McNamara2019-08-271-5/+10
* OFFICE-3776 xmloff: adapt ODF import to renamed text:sender-initialsMichael Stahl2019-08-065-6/+14
* ofz#6656 -1 isn't a good flag for all elements filledCaolán McNamara2019-08-061-4/+1
* xmloff: fix stack-use-after-return in SvXMLExport::exportDoc()Michael Stahl2019-08-061-1/+1
* Resolves tdf#112101 crash on particular file with office:event-listenersCaolán McNamara2019-08-061-2/+3
* tdf#109080 First page header/footer ODF (1/2)Luke Deller2018-03-021-0/+2
* tdf#103567 xmloff: ODF import: fix more lossage on Writer framesMichael Stahl2017-02-101-0/+29
* tdf#103567 xmloff: ODF import: fix loss of events on SVG multi-imageMichael Stahl2017-02-102-0/+13
* Resolves: tdf#104812 crash on exporting odpCaolán McNamara2017-01-011-0/+3
* tdf#102479 ODF export: ignore exceptions when checking shape textMichael Stahl2016-12-051-1/+16
* ODF: do not write an empty style:text-position="" attribute for CharEscapementEike Rathke2016-11-211-1/+1
* catch the exception to prevent broken charts, tdf#98690Markus Mohrhard2016-10-131-2/+9
* Resolves: tdf#101963 loading zh-TW ROC calendar use EE|E instead of YYYY|YYEike Rathke2016-09-091-2/+8
* Resolves: tdf#100182 index entries lost on saveCaolán McNamara2016-09-011-0/+1
* XML number format: do not enquote space followed by minus, tdf#97837 follow-upEike Rathke2016-08-161-7/+9
* xmloff: forms import: convert relative xlink:href to absoluteMichael Stahl2016-08-091-1/+10
* tdf#97837 Detect delimiter only for date, time, currencyLaurent Balland-Poirier2016-06-161-8/+12
* prevent out of bounds string accessEike Rathke2016-05-301-2/+3
* tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna2016-05-301-3/+8
* Choose ODF version for min-decimal-place and force-exponent-signLaurent Balland-Poirier2016-05-302-12/+30
* Resolves: tdf#97879 loop in style hierarchy on odt loopCaolán McNamara2016-05-251-1/+7
* Convert XMLTextParagraphExport::FrameType to scoped enumNoel Grandin2016-05-251-9/+9
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-3/+11
* Convert XMLTextType to scoped enumNoel Grandin2016-05-248-36/+36
* remove some manual ref-countingNoel Grandin2016-05-241-11/+3
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-201-1/+2
* loplugin:unusedmethods in writerfilter to xmloffNoel Grandin2016-05-197-69/+1
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-4/+4
* clang-tidy modernize-make-sharedNoel Grandin2016-05-183-4/+4
* Fix typosAndrea Gelmini2016-05-161-1/+1
* clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin2016-05-1310-46/+37
* Convert SCA flags to scoped enumNoel Grandin2016-05-126-123/+131
* Convert EA flags to scoped enumNoel Grandin2016-05-123-22/+27
* Convert BA flags to scoped enumNoel Grandin2016-05-125-45/+52
* Fix bitmaskStephan Bergmann2016-05-121-1/+1
* Convert DA flags to scoped enumNoel Grandin2016-05-126-63/+69
* convert CCA flags to scoped enumNoel Grandin2016-05-128-215/+222
* Convert BOOL_ATTR to scoped enumNoel Grandin2016-05-123-18/+23
* Fix typosAndrea Gelmini2016-05-101-2/+2
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-104-0/+10
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-1015-28/+33
* tdf#38097 min numerator/denominator at least 1Laurent Balland-Poirier2016-05-091-3/+3
* tdf#88657 calculate denominator lengthLaurent Balland-Poirier2016-05-091-2/+4
* convert SfxStyleFamily to scoped enumNoel Grandin2016-05-091-2/+2
* xmloff: C++ is an imperative language, so let's write imperative loopsMichael Stahl2016-05-063-40/+15
* fix export crash test due to assert hit, tdf#61996 follow-upEike Rathke2016-05-041-1/+8
* use Any constructor instead of temporariesNoel Grandin2016-05-0451-746/+278
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-043-18/+16
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-4/+2