summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* bnc#885825: OOXML import and export of data label borders.Kohei Yoshida2014-07-303-137/+113
* bnc#862510: PPTX import: bullets have color as following text by default.Matúš Kukan2014-07-251-0/+2
* fdo#54361: Chart background in XLSX is transparent instead of whiteHeena Gupta2014-07-231-1/+4
* bnc#887230: always use theme color for hyperlinks in ImpressMatúš Kukan2014-07-211-2/+1
* use rtl::math::round here to get the same number on 32/64bit platformsMatúš Kukan2014-07-181-1/+2
* Do not prefer bandRow over firstCol/lastCol, nor the same with bandCol.Matúš Kukan2014-07-171-2/+6
* bnc#887225: OOXML import: Correctly apply table style for lastRow.Matúš Kukan2014-07-171-1/+1
* bnc#862510: Improve handling of OOXML gradientsTor Lillqvist2014-07-172-26/+192
* Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImageCaolán McNamara2014-07-151-8/+26
* bnc#882383: Do not ignore themeOverride for charts in .pptxMatúš Kukan2014-07-103-1/+68
* bnc#881025: Mark axis a percent axis only when all data series are percent.Kohei Yoshida2014-07-092-10/+34
* Adjust for the splitting of number format properties in chart.Kohei Yoshida2014-07-093-12/+5
* fix crash loading ooo100546-1.xlsCaolán McNamara2014-07-071-2/+3
* bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2014-07-033-5/+7
* bnc#812796: Don't create data series when the series has no values.Kohei Yoshida2014-07-031-0/+4
* Use a new fast parser instance for each XML fragment.Kohei Yoshida2014-07-011-1/+5
* use the correct default value, fdo#78080Markus Mohrhard2014-06-232-3/+2
* Related bnc#862510: extend handling of txXfrmZolnai Tamás2014-06-112-28/+34
* DOCX import: recurse into w:ins in groupshape textMiklos Vajna2014-06-081-0/+7
* make sure all objects exist, related fdo#75692Markus Mohrhard2014-06-071-1/+2
* bnc#880763: PPTX import: wrong z-order becuause of wrong import orderZolnai Tamás2014-06-062-9/+12
* 2nd part of bnc#870233: import font color from color fragment for SmartArtsZolnai Tamás2014-06-063-41/+60
* 1st part of bnc#870233: wrong list style in shapesZolnai Tamás2014-06-061-0/+28
* Be more sensible about checking buffers of VML points we write.Michael Meeks2014-06-051-0/+8
* oox, writerfilter: Support for artistic effects on picturesJacobo Aragunde Pérez2014-06-037-0/+437
* bnc#870237: wrong text position in grouped listZolnai Tamás2014-05-302-4/+23
* Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBufferJulien Nabet2014-05-251-0/+2
* oox: fix export of OOXML generator infoMiklos Vajna2014-05-221-1/+2
* fdo#78290 : The File gets corrupted when saved in LOBisal Singh Nayal2014-05-201-2/+3
* fdo#78658 Corruption: lockedCanvas tag is missing from RT fileDinesh Patil2014-05-201-0/+6
* oox: remove using namespace from headersThomas Arnhold2014-05-191-5/+3
* fdo78474:Corruption a:graphicData has no info for the image.Sourav2014-05-191-1/+4
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-172-3/+3
* Use SVM (metafile) instead of PNG for diagrams (SmartArt)Tor Lillqvist2014-05-161-16/+10
* ooxml: Preserve effects on picturesJacobo Aragunde Pérez2014-05-161-0/+4
* ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez2014-05-164-143/+160
* oox: always save all kinds of 3d effects to the grab bag.Jacobo Aragunde Pérez2014-05-161-1/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2
* WaE: warning C4701: potentially uninitialized local variableThomas Arnhold2014-05-141-2/+4
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-143-5/+5
* Work around another seeminly random mis-optimization by Apple's Clang with -OzTor Lillqvist2014-05-131-1/+15
* oox: Use references to prevent unnecessary object copiesJacobo Aragunde Pérez2014-05-131-2/+2
* ooxml: Preserve shape 3d effects: extrusion and contour colorsJacobo Aragunde Pérez2014-05-134-3/+104
* ooxml: Preserve shape 3d effects: materialJacobo Aragunde Pérez2014-05-133-2/+41
* coverity#1079343 Uninitialized pointer fieldCaolán McNamara2014-05-101-2/+7
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-101-2/+2
* ooxml: Preserve shape 3d effects: top and bottom bevelJacobo Aragunde Pérez2014-05-093-1/+138
* ooxml: Preserve shape 3d effects: z, contour and extrusionJacobo Aragunde Pérez2014-05-095-4/+71
* oox: preserve scene3d/lightRig effects on shapes.Jacobo Aragunde Pérez2014-05-094-15/+172
* oox: unused CustomShapeProviderMiklos Vajna2014-05-061-11/+0