summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle brightness+contrast from msoffice (bnc#875713)Luboš Luňák2014-04-301-3/+24
* oox: Code protection against empty effectsJacobo Aragunde Pérez2014-04-301-12/+15
* ooxml: Preserve blur effect on shapes.Jacobo Aragunde Pérez2014-04-302-1/+15
* ooxml: Preserve reflection effect on shapes.Jacobo Aragunde Pérez2014-04-302-2/+53
* ooxml: Preserve glow effect on shapes.Jacobo Aragunde Pérez2014-04-302-2/+11
* ooxml: Preserve soft edge effect on shapes.Jacobo Aragunde Pérez2014-04-302-8/+41
* oox: syntax fix: wrong indexJacobo Aragunde Pérez2014-04-301-1/+1
* coverity#1210175 Uninitialized scalar fieldCaolán McNamara2014-04-291-0/+1
* oox: generatePresetsCXX -> generatePresetsDataMiklos Vajna2014-04-292-1/+1
* oox: clean up customshapes README and data generatorMiklos Vajna2014-04-292-183/+5
* oox: remove now unused helper methods (generated code used them in the past)Miklos Vajna2014-04-291-31/+0
* sal_Bool to bool in previous commitMarkus Mohrhard2014-04-281-4/+4
* fdo77216-Charts-Scattered chart: Chart gets distorted on RTSourav2014-04-281-1/+16
* Resolves: #i124703# adapt coordinate range from ms relative...Armin Le Grand2014-04-271-1/+10
* fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl2014-04-243-5/+19
* Monkey see, monkey do?Stephan Bergmann2014-04-231-0/+4
* Fix start/endElement callsStephan Bergmann2014-04-231-1/+1
* ooxml: Preserve inner shadow effect on shapes.Jacobo Aragunde Pérez2014-04-232-29/+44
* ooxml: Preserve outer shadow effect on shapes.Jacobo Aragunde Pérez2014-04-235-0/+205
* sal_Bool -> boolJacobo Aragunde Pérez2014-04-231-1/+1
* oox: sal_Bool->boolNoel Grandin2014-04-2322-129/+129
* Fix of run properties of text box in nested group shapeRohit Deshmukh2014-04-232-1/+7
* fod#77122 DOCX filter: link between textboxes is not being preservedumeshkadam2014-04-223-1/+54
* coverity#735765 Unchecked dynamic_castMiklos Vajna2014-04-211-0/+2
* coverity#735764 Unchecked dynamic_castMiklos Vajna2014-04-191-1/+1
* Remove now unused oox::drawingml::CustomShapeProperties::PresetsMapMiklos Vajna2014-04-188-49803/+0
* -Werror,-Wimplicit-exception-spec-mismatchStephan Bergmann2014-04-171-1/+1
* coverity#1202900 Uncaught exceptionCaolán McNamara2014-04-171-1/+1
* oox customshapepreset: switch to generated data -> codeMiklos Vajna2014-04-171-6/+4
* oox customshapepresetdata: empty is an empty string sequenceMiklos Vajna2014-04-171-6/+12