summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)AuthorFilesLines
2014-07-10bnc#882383: Do not ignore themeOverride for charts in .pptxMatúš Kukan2-0/+41
2014-07-09bnc#881025: Mark axis a percent axis only when all data series are percent.Kohei Yoshida1-6/+4
2014-07-07fix crash loading ooo100546-1.xlsCaolán McNamara1-4/+4
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-4/+4
2014-06-06bnc#880763: PPTX import: wrong z-order becuause of wrong import orderZolnai Tamás2-2/+3
2014-06-062nd part of bnc#870233: import font color from color fragment for SmartArtsZolnai Tamás2-0/+7
2014-06-061st part of bnc#870233: wrong list style in shapesZolnai Tamás1-0/+3
2014-06-03oox, writerfilter: Support for artistic effects on picturesJacobo Aragunde Pérez4-1/+74
2014-05-30bnc#870237: wrong text position in grouped listZolnai Tamás1-2/+4
2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez3-7/+16
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-3/+3
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-1/+6
2014-05-13ooxml: Preserve shape 3d effects: materialJacobo Aragunde Pérez1-0/+2
2014-05-10coverity#1079343 Uninitialized pointer fieldCaolán McNamara1-1/+1
2014-05-09ooxml: Preserve shape 3d effects: top and bottom bevelJacobo Aragunde Pérez2-0/+14
2014-05-09ooxml: Preserve shape 3d effects: z, contour and extrusionJacobo Aragunde Pérez2-0/+14
2014-05-09oox: preserve scene3d/lightRig effects on shapes.Jacobo Aragunde Pérez1-0/+4
2014-05-06oox: unused CustomShapeProviderMiklos Vajna1-14/+0
2014-05-06oox: prepare for importing a TextBox property on shapesMiklos Vajna1-0/+2
2014-05-06oox: preserve camera rotation on shape 3D effects.Jacobo Aragunde Pérez2-0/+19
2014-05-06oox: preserve scene3d/camera effects on shapes.Jacobo Aragunde Pérez2-0/+5
2014-05-06oox: Integrate Shape3DProperties and Scene3DPropertiesContextJacobo Aragunde Pérez2-72/+6
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni3-5/+5
2014-04-29oox: remove now unused helper methods (generated code used them in the past)Miklos Vajna1-3/+0
2014-04-24fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl1-1/+3
2014-04-23ooxml: Preserve inner shadow effect on shapes.Jacobo Aragunde Pérez1-0/+3
2014-04-23ooxml: Preserve outer shadow effect on shapes.Jacobo Aragunde Pérez2-0/+8
2014-04-23oox: sal_Bool->boolNoel Grandin1-4/+4
2014-04-22fod#77122 DOCX filter: link between textboxes is not being preservedumeshkadam1-0/+16
2014-04-19fixincludeguards.sh: include/ooxThomas Arnhold16-37/+37
2014-04-18Remove now unused oox::drawingml::CustomShapeProperties::PresetsMapMiklos Vajna1-9/+0
2014-04-17oox: initial customshape preset data loaderMiklos Vajna1-0/+3
2014-04-16oox: add a method to dump a PropertyMap as dataMiklos Vajna1-0/+2
2014-04-14SvxMSConvertOCXControlsRemoved never definedThomas Arnhold1-21/+0
2014-04-08fdo76591:-Textbox property (order-> send behind text) is not preserved.Sourav1-0/+1
2014-04-06import data point symbol colorMarkus Mohrhard2-21/+2
2014-04-06remove whitespaceMarkus Mohrhard4-38/+0
2014-04-06improve chart series symbol exportMarkus Mohrhard1-1/+1
2014-04-03oox: sal_Bool->boolNoel Grandin7-26/+26
2014-04-03oox: sal_Bool->boolNoel Grandin4-18/+18
2014-04-03oox: sal_Bool->boolNoel Grandin4-31/+31
2014-04-03oox: sal_Bool->boolNoel Grandin3-28/+28
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann17-17/+17
2014-03-28n#870234: Import gradfill for text colors.Muthu Subramanian1-0/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann58-511/+511
2014-03-27n#862510: anchorCtr controls the anchoring as well.Muthu Subramanian1-0/+1
2014-03-24fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl1-1/+4
2014-03-23oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl1-4/+39
2014-03-22covertity#707954 Uninitialized scalar fieldCaolán McNamara1-2/+5