summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBufferJulien Nabet2014-05-241-0/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-2/+2
* coverity#1213283 Resource leakCaolán McNamara2014-05-231-1/+1
* coverity#1215289 Resource leakCaolán McNamara2014-05-231-2/+2
* coverity#1215290 Resource leakCaolán McNamara2014-05-231-2/+2
* coverity#1215291 Resource leakCaolán McNamara2014-05-231-2/+2
* coverity#1215292 Resource leakCaolán McNamara2014-05-231-2/+2
* coverity#1215293 Resource leakCaolán McNamara2014-05-231-4/+4
* coverity#1215294 Resource leakCaolán McNamara2014-05-231-1/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-232-2/+2
* WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist2014-05-231-1/+1
* ooxml: Do not repeat wdp files in artistic effectsJacobo Aragunde Pérez2014-05-233-4/+29
* ooxml: Preserve the original picture in artistic effectsJacobo Aragunde Pérez2014-05-233-4/+47
* ooxml: preserve artistic effects on shapes.Jacobo Aragunde Pérez2014-05-234-0/+324
* oox, writerfilter: add a14 namespace and tokensJacobo Aragunde Pérez2014-05-233-0/+45
* DOCX import: recurse into w:ins in groupshape textMiklos Vajna2014-05-231-0/+7
* DOCX import: detect inline shape inside shape textMiklos Vajna2014-05-231-0/+2
* DOCX import: detect table in groupshapeMiklos Vajna2014-05-231-0/+2
* oox: fix export of OOXML generator infoMiklos Vajna2014-05-221-1/+2
* fdo#78290 : The File gets corrupted when saved in LOBisal Singh Nayal2014-05-201-2/+3
* fdo#78658 Corruption: lockedCanvas tag is missing from RT fileDinesh Patil2014-05-201-0/+6
* oox: remove using namespace from headersThomas Arnhold2014-05-191-5/+3
* fdo78474:Corruption a:graphicData has no info for the image.Sourav2014-05-191-1/+4
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-172-3/+3
* Use SVM (metafile) instead of PNG for diagrams (SmartArt)Tor Lillqvist2014-05-161-16/+10
* ooxml: Preserve effects on picturesJacobo Aragunde Pérez2014-05-161-0/+4
* ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez2014-05-164-143/+160
* oox: always save all kinds of 3d effects to the grab bag.Jacobo Aragunde Pérez2014-05-161-1/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2
* WaE: warning C4701: potentially uninitialized local variableThomas Arnhold2014-05-141-2/+4
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-143-5/+5
* Work around another seeminly random mis-optimization by Apple's Clang with -OzTor Lillqvist2014-05-131-1/+15
* oox: Use references to prevent unnecessary object copiesJacobo Aragunde Pérez2014-05-131-2/+2
* ooxml: Preserve shape 3d effects: extrusion and contour colorsJacobo Aragunde Pérez2014-05-134-3/+104
* ooxml: Preserve shape 3d effects: materialJacobo Aragunde Pérez2014-05-133-2/+41
* coverity#1079343 Uninitialized pointer fieldCaolán McNamara2014-05-101-2/+7
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-101-2/+2
* ooxml: Preserve shape 3d effects: top and bottom bevelJacobo Aragunde Pérez2014-05-093-1/+138
* ooxml: Preserve shape 3d effects: z, contour and extrusionJacobo Aragunde Pérez2014-05-095-4/+71
* oox: preserve scene3d/lightRig effects on shapes.Jacobo Aragunde Pérez2014-05-094-15/+172
* oox: unused CustomShapeProviderMiklos Vajna2014-05-061-11/+0
* oox: prepare for importing a TextBox property on shapesMiklos Vajna2014-05-063-0/+14
* oox: preserve camera rotation on shape 3D effects.Jacobo Aragunde Pérez2014-05-063-3/+63
* oox: preserve scene3d/camera effects on shapes.Jacobo Aragunde Pérez2014-05-066-4/+163
* oox: Integrate Shape3DProperties and Scene3DPropertiesContextJacobo Aragunde Pérez2014-05-064-116/+11
* oox custom shape preset data: fix typo in parsing awt::SizeMiklos Vajna2014-05-061-1/+1
* oox: don't try to set Writer-specific properties on non-TextFrames...Miklos Vajna2014-05-051-13/+18
* auto is not a valid value for c:symbol's val attributeMarkus Mohrhard2014-05-011-3/+0
* early bail outMarkus Mohrhard2014-05-011-7/+7