summaryrefslogtreecommitdiff
path: root/oox/source/export/shapes.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-16ooxml: Preserve effects on picturesJacobo Aragunde Pérez1-0/+4
2014-05-06oox: preserve scene3d/camera effects on shapes.Jacobo Aragunde Pérez1-0/+1
2014-04-23ooxml: Preserve outer shadow effect on shapes.Jacobo Aragunde Pérez1-0/+1
2014-04-23oox: sal_Bool->boolNoel Grandin1-2/+2
2014-04-03oox: sal_Bool->boolNoel Grandin1-22/+22
2014-02-26fix OOXML validation error for text shapes, related fdo#31551Markus Mohrhard1-2/+1
2014-02-26first step in improving the OOXML validation resultMarkus Mohrhard1-1/+1
2014-02-12drawingML export\import: cropping of shape's fill textureZolnai Tamás1-1/+1
2014-02-12fdo#74115 Fix for DOCX BitmapFill for Chart WallVinaya Mandke1-1/+1
2014-02-07oox: make sure debug output appears on stderrMiklos Vajna1-19/+19
2014-02-03drawingML export: custom geometry with cubic bezier curvesZolnai Tamás1-6/+14
2014-01-20drawingML export: write TextShape outline propertiesMiklos Vajna1-0/+1
2014-01-20drawingML export: write TextShape fill propertiesMiklos Vajna1-1/+3
2014-01-18ooxml: Preserve shape style attribute fillRefJacobo Aragunde Pérez1-0/+4
2014-01-06oox: fix XML namespace of drawing::GraphicObjectShape in DML exportMiklos Vajna1-1/+7
2014-01-02oox: fix export of TextShapes in DOCXMiklos Vajna1-6/+12
2014-01-02oox: fix export of LineShapes in DOCXMiklos Vajna1-9/+15
2014-01-02oox: fix export of BezierShapes in DOCXMiklos Vajna1-9/+15
2013-12-23oox: fix drawingml export of nested groupshapesMiklos Vajna1-2/+5
2013-12-17DOCX drawingml export: give drawinglayer pictures the correct namespaceMiklos Vajna1-1/+6
2013-12-16oox: fix ShapeExport::WriteRectangleShape() for docxMiklos Vajna1-2/+4
2013-12-13drawingml export: handle child shapes when exporting groupshapesMiklos Vajna1-1/+12
2013-12-12oox: initial ShapeExport::WriteGroupShapeMiklos Vajna1-3/+24
2013-12-12oox: allow a callback to be registered for shape text DML exportMiklos Vajna1-2/+2
2013-12-12oox: fix ShapeExport::WriteTextBox() for DOCX when shape has textMiklos Vajna1-3/+5
2013-12-11drawingml export: fix EllipseShape for docxMiklos Vajna1-10/+15
2013-12-10drawingml customshape export: handle docx corner casesMiklos Vajna1-10/+17
2013-12-02oox: move lcl_GetPresetGeometry to msfilter, so filter can use itMiklos Vajna1-426/+2
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-3/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-05-31In ShapeExport, use general com.sun.star.comp.oox.xls.ExcelFilterStephan Bergmann1-9/+9
2013-05-31Resolves: #i119631# Teardrop shape cannot be shown correctly in pptxZhe Wang1-2/+2
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-5/+3
2013-05-21fdo#46808, Convert oox.ExcelFilterExport service to new styleNoel Grandin1-2/+3
2013-05-21fdo#46808, Remove unnecessary XMultiServiceFactory memberNoel Grandin1-1/+1
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr1-18/+2
2013-05-02fdo#60549 - pptx export presentation as well as draw shape objects.Michael Meeks1-3/+16
2013-03-06fdo#48735: Save crop information in PPTX.Pallavi Jadhav1-0/+2
2013-03-05doubled usingThomas Arnhold1-1/+0
2013-02-24coverity#983372 : Dereference before null checkNorbert Thiebaud1-2/+2
2013-01-31fdo#56976 fixes up Arrow import bugLennard1-0/+1
2013-01-23oox: kill no longer needed US() macroMiklos Vajna1-1/+1
2013-01-22oox: kill no longer needed S() macroMiklos Vajna1-15/+15
2013-01-17Const correct-ness in one place...Kohei Yoshida1-2/+2
2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna1-1/+1
2012-12-19Removel ::rtl:: prefixes and macros in ooxJosé Guilherme Vanz1-6/+2
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-2/+2
2012-11-29fdo#45495 pptx Export saves rotation of pictures,shapes,textLennard1-7/+7
2012-11-19export embedded spreadsheet(s), fixes n#780830Radek Doulik1-22/+140