summaryrefslogtreecommitdiff
path: root/oox/source/export
AgeCommit message (Expand)AuthorFilesLines
2014-06-25remove whitespacesMarkus Mohrhard3-12/+0
2014-06-20fdo#79591 Values for docPr name and shape ID attributes were set invalidDinesh Patil1-1/+1
2014-06-18DocxSdrExport::writeDMLAndVMLDrawing: fix handling of inline VML shapesMiklos Vajna1-1/+13
2014-06-17DOCX filter: preserve AnchorId on shapes having a textboxMiklos Vajna1-0/+19
2014-06-17drawingML export: recognize <a:prstDash val="dash"/>Miklos Vajna1-35/+43
2014-06-17VML export: handle textbox textMiklos Vajna1-2/+35
2014-06-17oox: drawingML import/export of <wps:bodyPr vert="vert270"> for textboxesMiklos Vajna1-0/+5
2014-06-11DOCX drawingML filter: handle TextAutoGrowHeight for shapes having textboxesMiklos Vajna1-1/+8
2014-06-10Rewrite import and export of custom dashes in ooxml filter (fix)Adam Co1-15/+36
2014-06-10DOCX drawingML export of textboxes: write <wps:bodyPr> in ooxMiklos Vajna1-0/+1
2014-06-06DOCX drawingML export: if shape has textbox, export its contents as shape textMiklos Vajna1-0/+15
2014-06-06fdo#79256 Line Style with Long Dashes and dots is getting corrupt after RTDinesh Patil1-0/+5
2014-06-04Be more sensible about checking buffers of VML points we write.Michael Meeks1-0/+8
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2-2/+2
2014-05-23coverity#1213283 Resource leakCaolán McNamara1-1/+1
2014-05-23coverity#1215289 Resource leakCaolán McNamara1-2/+2
2014-05-23coverity#1215290 Resource leakCaolán McNamara1-2/+2
2014-05-23coverity#1215291 Resource leakCaolán McNamara1-2/+2
2014-05-23coverity#1215292 Resource leakCaolán McNamara1-2/+2
2014-05-23coverity#1215293 Resource leakCaolán McNamara1-4/+4
2014-05-23coverity#1215294 Resource leakCaolán McNamara1-1/+1
2014-05-23ooxml: Do not repeat wdp files in artistic effectsJacobo Aragunde Pérez1-3/+19
2014-05-23ooxml: Preserve the original picture in artistic effectsJacobo Aragunde Pérez1-1/+29
2014-05-23ooxml: preserve artistic effects on shapes.Jacobo Aragunde Pérez1-0/+56
2014-05-20fdo#78290 : The File gets corrupted when saved in LOBisal Singh Nayal1-2/+3
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érez1-43/+59
2014-05-14WaE: warning C4701: potentially uninitialized local variableThomas Arnhold1-2/+4
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin2-4/+4
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érez1-0/+59
2014-05-13ooxml: Preserve shape 3d effects: materialJacobo Aragunde Pérez1-1/+7
2014-05-09ooxml: Preserve shape 3d effects: top and bottom bevelJacobo Aragunde Pérez1-0/+52
2014-05-09ooxml: Preserve shape 3d effects: z, contour and extrusionJacobo Aragunde Pérez1-2/+28
2014-05-09oox: preserve scene3d/lightRig effects on shapes.Jacobo Aragunde Pérez1-11/+70
2014-05-06oox: preserve camera rotation on shape 3D effects.Jacobo Aragunde Pérez1-0/+22
2014-05-06oox: preserve scene3d/camera effects on shapes.Jacobo Aragunde Pérez2-0/+54
2014-05-01auto is not a valid value for c:symbol's val attributeMarkus Mohrhard1-3/+0
2014-05-01early bail outMarkus Mohrhard1-7/+7
2014-04-30oox: Code protection against empty effectsJacobo Aragunde Pérez1-12/+15
2014-04-30ooxml: Preserve blur effect on shapes.Jacobo Aragunde Pérez1-1/+9
2014-04-30ooxml: Preserve reflection effect on shapes.Jacobo Aragunde Pérez1-1/+34
2014-04-30ooxml: Preserve glow effect on shapes.Jacobo Aragunde Pérez1-1/+6
2014-04-30ooxml: Preserve soft edge effect on shapes.Jacobo Aragunde Pérez1-8/+31
2014-04-30oox: syntax fix: wrong indexJacobo Aragunde Pérez1-1/+1
2014-04-28sal_Bool to bool in previous commitMarkus Mohrhard1-4/+4
2014-04-28fdo77216-Charts-Scattered chart: Chart gets distorted on RTSourav1-1/+16
2014-04-23Fix start/endElement callsStephan Bergmann1-1/+1
2014-04-23ooxml: Preserve inner shadow effect on shapes.Jacobo Aragunde Pérez1-2/+6
2014-04-23ooxml: Preserve outer shadow effect on shapes.Jacobo Aragunde Pérez2-0/+119