summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2014-07-18use rtl::math::round here to get the same number on 32/64bit platformsMatúš Kukan1-1/+2
2014-07-17Do not prefer bandRow over firstCol/lastCol, nor the same with bandCol.Matúš Kukan1-2/+6
2014-07-17bnc#887225: OOXML import: Correctly apply table style for lastRow.Matúš Kukan1-1/+1
2014-07-17bnc#862510: Improve handling of OOXML gradientsTor Lillqvist2-26/+192
2014-07-15Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImageCaolán McNamara1-8/+26
2014-07-10bnc#882383: Do not ignore themeOverride for charts in .pptxMatúš Kukan3-1/+68
2014-07-09bnc#881025: Mark axis a percent axis only when all data series are percent.Kohei Yoshida2-10/+34
2014-07-09Adjust for the splitting of number format properties in chart.Kohei Yoshida3-12/+5
2014-07-07fix crash loading ooo100546-1.xlsCaolán McNamara1-2/+3
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida3-5/+7
2014-07-03bnc#812796: Don't create data series when the series has no values.Kohei Yoshida1-0/+4
2014-07-01Use a new fast parser instance for each XML fragment.Kohei Yoshida1-1/+5
2014-06-23use the correct default value, fdo#78080Markus Mohrhard2-3/+2
2014-06-11Related bnc#862510: extend handling of txXfrmZolnai Tamás2-28/+34
2014-06-08DOCX import: recurse into w:ins in groupshape textMiklos Vajna1-0/+7
2014-06-07make sure all objects exist, related fdo#75692Markus Mohrhard1-1/+2
2014-06-06bnc#880763: PPTX import: wrong z-order becuause of wrong import orderZolnai Tamás2-9/+12
2014-06-062nd part of bnc#870233: import font color from color fragment for SmartArtsZolnai Tamás3-41/+60
2014-06-061st part of bnc#870233: wrong list style in shapesZolnai Tamás1-0/+28
2014-06-05Be more sensible about checking buffers of VML points we write.Michael Meeks1-0/+8
2014-06-03oox, writerfilter: Support for artistic effects on picturesJacobo Aragunde Pérez7-0/+437
2014-05-30bnc#870237: wrong text position in grouped listZolnai Tamás2-4/+23
2014-05-25Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBufferJulien Nabet1-0/+2
2014-05-22oox: fix export of OOXML generator infoMiklos Vajna1-1/+2
2014-05-20fdo#78290 : The File gets corrupted when saved in LOBisal Singh Nayal1-2/+3
2014-05-20fdo#78658 Corruption: lockedCanvas tag is missing from RT fileDinesh Patil1-0/+6
2014-05-19oox: remove using namespace from headersThomas Arnhold1-5/+3
2014-05-19fdo78474:Corruption a:graphicData has no info for the image.Sourav1-1/+4
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-3/+3
2014-05-16Use SVM (metafile) instead of PNG for diagrams (SmartArt)Tor Lillqvist1-16/+10
2014-05-16ooxml: Preserve effects on picturesJacobo Aragunde Pérez1-0/+4
2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez4-143/+160
2014-05-16oox: always save all kinds of 3d effects to the grab bag.Jacobo Aragunde Pérez1-1/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-14WaE: warning C4701: potentially uninitialized local variableThomas Arnhold1-2/+4
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin3-5/+5
2014-05-13Work around another seeminly random mis-optimization by Apple's Clang with -OzTor Lillqvist1-1/+15
2014-05-13oox: Use references to prevent unnecessary object copiesJacobo Aragunde Pérez1-2/+2
2014-05-13ooxml: Preserve shape 3d effects: extrusion and contour colorsJacobo Aragunde Pérez4-3/+104
2014-05-13ooxml: Preserve shape 3d effects: materialJacobo Aragunde Pérez3-2/+41
2014-05-10coverity#1079343 Uninitialized pointer fieldCaolán McNamara1-2/+7
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-05-09ooxml: Preserve shape 3d effects: top and bottom bevelJacobo Aragunde Pérez3-1/+138
2014-05-09ooxml: Preserve shape 3d effects: z, contour and extrusionJacobo Aragunde Pérez5-4/+71
2014-05-09oox: preserve scene3d/lightRig effects on shapes.Jacobo Aragunde Pérez4-15/+172
2014-05-06oox: unused CustomShapeProviderMiklos Vajna1-11/+0
2014-05-06oox: prepare for importing a TextBox property on shapesMiklos Vajna3-0/+14
2014-05-06oox: preserve camera rotation on shape 3D effects.Jacobo Aragunde Pérez3-3/+63
2014-05-06oox: preserve scene3d/camera effects on shapes.Jacobo Aragunde Pérez6-4/+163
2014-05-06oox: Integrate Shape3DProperties and Scene3DPropertiesContextJacobo Aragunde Pérez4-116/+11