summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2014-05-14WaE: warning C4701: potentially uninitialized local variableThomas Arnhold1-2/+4
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin3-5/+5
2014-05-13Work around another seeminly random mis-optimization by Apple's Clang with -OzTor Lillqvist1-1/+15
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érez4-3/+104
2014-05-13ooxml: Preserve shape 3d effects: materialJacobo Aragunde Pérez3-2/+41
2014-05-10coverity#1079343 Uninitialized pointer fieldCaolán McNamara1-2/+7
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-05-09ooxml: Preserve shape 3d effects: top and bottom bevelJacobo Aragunde Pérez3-1/+138
2014-05-09ooxml: Preserve shape 3d effects: z, contour and extrusionJacobo Aragunde Pérez5-4/+71
2014-05-09oox: preserve scene3d/lightRig effects on shapes.Jacobo Aragunde Pérez4-15/+172
2014-05-06oox: unused CustomShapeProviderMiklos Vajna1-11/+0
2014-05-06oox: prepare for importing a TextBox property on shapesMiklos Vajna3-0/+14
2014-05-06oox: preserve camera rotation on shape 3D effects.Jacobo Aragunde Pérez3-3/+63
2014-05-06oox: preserve scene3d/camera effects on shapes.Jacobo Aragunde Pérez6-4/+163
2014-05-06oox: Integrate Shape3DProperties and Scene3DPropertiesContextJacobo Aragunde Pérez4-116/+11
2014-05-06oox custom shape preset data: fix typo in parsing awt::SizeMiklos Vajna1-1/+1
2014-05-05oox: don't try to set Writer-specific properties on non-TextFrames...Miklos Vajna1-13/+18
2014-05-01auto is not a valid value for c:symbol's val attributeMarkus Mohrhard1-3/+0
2014-05-01early bail outMarkus Mohrhard1-7/+7
2014-04-30handle brightness+contrast from msoffice (bnc#875713)Luboš Luňák1-3/+24
2014-04-30oox: Code protection against empty effectsJacobo Aragunde Pérez1-12/+15
2014-04-30ooxml: Preserve blur effect on shapes.Jacobo Aragunde Pérez2-1/+15
2014-04-30ooxml: Preserve reflection effect on shapes.Jacobo Aragunde Pérez2-2/+53
2014-04-30ooxml: Preserve glow effect on shapes.Jacobo Aragunde Pérez2-2/+11
2014-04-30ooxml: Preserve soft edge effect on shapes.Jacobo Aragunde Pérez2-8/+41
2014-04-30oox: syntax fix: wrong indexJacobo Aragunde Pérez1-1/+1
2014-04-29coverity#1210175 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-29oox: generatePresetsCXX -> generatePresetsDataMiklos Vajna2-1/+1
2014-04-29oox: clean up customshapes README and data generatorMiklos Vajna2-183/+5
2014-04-29oox: remove now unused helper methods (generated code used them in the past)Miklos Vajna1-31/+0
2014-04-28sal_Bool to bool in previous commitMarkus Mohrhard1-4/+4
2014-04-28fdo77216-Charts-Scattered chart: Chart gets distorted on RTSourav1-1/+16
2014-04-27Resolves: #i124703# adapt coordinate range from ms relative...Armin Le Grand1-1/+10
2014-04-24fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl3-5/+19
2014-04-23Monkey see, monkey do?Stephan Bergmann1-0/+4
2014-04-23Fix start/endElement callsStephan Bergmann1-1/+1
2014-04-23ooxml: Preserve inner shadow effect on shapes.Jacobo Aragunde Pérez2-29/+44
2014-04-23ooxml: Preserve outer shadow effect on shapes.Jacobo Aragunde Pérez5-0/+205
2014-04-23sal_Bool -> boolJacobo Aragunde Pérez1-1/+1
2014-04-23oox: sal_Bool->boolNoel Grandin22-129/+129
2014-04-23Fix of run properties of text box in nested group shapeRohit Deshmukh2-1/+7
2014-04-22fod#77122 DOCX filter: link between textboxes is not being preservedumeshkadam3-1/+54
2014-04-21coverity#735765 Unchecked dynamic_castMiklos Vajna1-0/+2
2014-04-19coverity#735764 Unchecked dynamic_castMiklos Vajna1-1/+1
2014-04-18Remove now unused oox::drawingml::CustomShapeProperties::PresetsMapMiklos Vajna8-49803/+0
2014-04-17-Werror,-Wimplicit-exception-spec-mismatchStephan Bergmann1-1/+1
2014-04-17coverity#1202900 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-17oox customshapepreset: switch to generated data -> codeMiklos Vajna1-6/+4
2014-04-17oox customshapepresetdata: empty is an empty string sequenceMiklos Vajna1-6/+12