summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)AuthorFilesLines
2014-02-13drawingML export: hatching of shapesZolnai Tamás2-2/+7
2014-02-12oox: fix GetTextVerticalAdjust visibilityMichael Stahl1-1/+3
2014-02-12drawingML export\import: cropping of shape's fill textureZolnai Tamás1-2/+2
2014-02-12fdo#72520 : Preserving external data path in chart import.sushil_shinde2-1/+4
2014-02-12fdo#74115 Fix for DOCX BitmapFill for Chart WallVinaya Mandke2-4/+13
2014-02-12fdo#74115 Fix for DOCX GradientFill for Chart WallVinaya Mandke2-0/+5
2014-02-11fdo#74112 Added properties to store chart display unit information in import.sushil_shinde2-1/+16
2014-02-11ooxml: Preserve color transformations for shape theme colorsJacobo Aragunde Pérez1-1/+1
2014-02-08drawingML export/import: text frames with vertical alignmentZolnai Tamás1-0/+6
2014-02-05drawingML import: paragraph adjustment inside group shapeZolnai Tamás1-0/+4
2014-02-05ooxml: preserve gradient shape fillJacobo Aragunde Pérez1-0/+5
2014-01-30drawingML: complete the fix of nAlpha param in DrawingMLJacobo Aragunde Pérez1-1/+1
2014-01-30drawingML: fix transparency of shape solid fillJacobo Aragunde Pérez1-2/+3
2014-01-30drawingML export: transparency of solid filled shapeZolnai Tamás1-3/+3
2014-01-28ooxml: Small code refactorJacobo Aragunde Pérez1-0/+2
2014-01-28ooxml: Preserve shape style and theme attributes for lineJacobo Aragunde Pérez1-0/+9
2014-01-28ooxml: Preserve color transformations in shape style definitionsJacobo Aragunde Pérez2-0/+12
2014-01-24fdo#69616: Fix for VML part missing for group.Rohit Deshmukh1-1/+1
2014-01-23drawingML export: fix position of shape in case rotation is 180 degreesMiklos Vajna1-0/+2
2014-01-18ooxml: Preserve shape theme attribute for solid fillJacobo Aragunde Pérez2-0/+3
2014-01-18ooxml: Preserve shape style attribute fillRefJacobo Aragunde Pérez3-0/+11
2014-01-16fdo#72520 : Exporting sheet external data for chart for docx files.sushil_shinde1-0/+2
2014-01-14bool improvementsStephan Bergmann1-1/+1
2014-01-13fdo#70942 Preserve original shape type, if shape contains text.Nikhil Walvekar1-0/+3
2014-01-13fdo#65833 Fix to preserve VML Canvas InformationVinaya Mandke2-1/+3
2014-01-03drawingML import: fix default character height of WPG rectanglesMiklos Vajna1-2/+2
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-19fdo#72304 Write Chart Data Table information back to XML.Nikhil Walvekar1-0/+1
2013-12-19fdo#72304 Added properties to store Chart data table information, during import.Nikhil Walvekar3-0/+43
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+1
2013-12-13also export hiLowLines for lineChartMarkus Mohrhard1-0/+1
2013-12-13fdo#72345: Fixed for Charts - Up Down Bars are missing after Round tripYogeshBharate1-0/+1
2013-12-13drawingml export: handle child shapes when exporting groupshapesMiklos Vajna1-0/+2
2013-12-13fdo#65836 Do not compress WMF / EMF file incase of OOXML exportNikhil Walvekar1-1/+1
2013-12-12oox: initial ShapeExport::WriteGroupShapeMiklos Vajna1-0/+2
2013-12-12oox: allow a callback to be registered for shape text DML exportMiklos Vajna2-2/+17
2013-12-12oox: fix ShapeExport::WriteTextBox() for DOCX when shape has textMiklos Vajna1-1/+1
2013-12-10n#828390: New line is dropped while importing text.Muthu Subramanian1-0/+2
2013-12-04oox: render progress bar in main thread for threaded import.Michael Meeks1-2/+2
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida2-2/+6
2013-12-02Move this header out into a public place.Kohei Yoshida1-0/+6
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks2-2/+27
2013-11-25Allow worker threads to use their own FastParser instances.Kohei Yoshida1-3/+5
2013-11-24Support regression curve name in OOXML (import & export).Tomaž Vajngerl1-1/+1
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida1-7/+1
2013-11-21DOCX drawingML shape import: fix position when CustomShapeGeometry is setMiklos Vajna1-0/+3
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida1-0/+9
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks1-0/+6
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann3-9/+11
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud161-366/+366