summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-27address nit: use oox::drawingml::PER_DEGREE instead of 60,000Justin Luth2-3/+5
2024-01-19PlotAreaConverter::mbSingleSeriesTitle is apparently read uninitializedStephan Bergmann1-1/+2
2023-11-10loplugin:fieldcast in oox::drawingml::ShapeNoel Grandin2-3/+3
2023-08-04oox: don't use master style by defaultSzymon Kłos1-1/+2
2023-08-01sc: rename oox::xls::Color to oox::xls::XlsColorTomaž Vajngerl4-24/+27
2023-07-05oox: fix crash in lcl_GetGluePointIdXisco Fauli1-1/+2
2023-06-14tdf155825 result same size in synchronize gradientsRegina Henschel3-0/+654
2023-05-03MCGR: Make MCGR default for oox im/export, cleanupArmin Le Grand (allotropia)26-723/+526
2023-04-25oox: write graphic (blip) in ThemeExport - BlipFillTomaž Vajngerl5-8/+35
2023-04-24oox: combine graphic cache into GraphicExportCache classTomaž Vajngerl5-70/+136
2023-04-11Avoid UB converting from double to sal_Int16Stephan Bergmann1-1/+1
2023-04-06oox: fix crash in lcl_GetGluePointId by removing unused codeXisco Fauli1-9/+6
2023-03-08tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsVinit Agarwal1-4/+4
2023-03-08oox, sd: fix ever-increasing chart IDs when exporting to PPTXMiklos Vajna4-2/+5
2023-01-16Use o3tl::toInt32 in oox/source/drawingml/textfield.cxxMike Kaganski1-3/+3
2022-12-21oox: fix crash in oox::drawingml::Transform2DContext::onCreateContextXisco Fauli1-19/+22
2022-11-29New loplugin:crosscastStephan Bergmann52-48/+331
2022-11-25tdf#70293 XLSX export: fix lost grouping of shapesTibor Nagy3-7/+30
2022-10-25CppunitTest_oox_drawingml: inherit from UnoApiTestXisco Fauli2-124/+50
2022-08-04Silence false -Werror=maybe-uninitializedStephan Bergmann1-0/+14
2022-08-03tdf#143703 sw: always assign name for fly sectionVasily Melenchuk7-45/+63
2022-06-15oox: fix div by zero in lclCalculateCropPercentage()Miklos Vajna1-0/+8
2022-05-18Remove 1 ImportGraphic methodJulien Nabet3-21/+1
2022-05-07Revert "tdf#147919 PPTX export: fix curved and bent connector shape"Stephan Bergmann3-340/+28
2022-04-27tdf#148665 Fix crash while loading SmartArt graphicsHossein1-7/+10
2022-03-29tdf#73499 DOCX import: fix grouped linked textboxAttila Bakos (NISZ)3-4/+115
2022-03-24Advanced Diagram support: Continue isolate oox-ShapesArmin Le Grand (Allotropia)9-109/+104
2022-01-18RTF import: handle the pictureContrast and pictureBrightness shape propsMiklos Vajna3-0/+101
2022-01-03tdf#143574 OOXML export/import of textboxes in group shapesAttila Bakos (NISZ)13-28/+92
2021-12-16VML import: handle <v:imagedata gain="..." blacklevel="...">Miklos Vajna5-0/+63
2021-12-06PPTX export: handle theme color of shape text with effectsMiklos Vajna3-7/+42
2021-11-20tdf#118776 drawingml: treat XML_nofill as (mostly) transparentJustin Luth3-0/+28
2021-11-19tdf#137438 drawingml: separate outline from text importJustin Luth5-5/+34
2021-11-17rename getSchemeName getSchemeIndex to remove ambiguitySarper Akdemir5-12/+12
2021-11-15PPTX import: fix handling of theme overrides in the chart importMiklos Vajna3-4/+47
2021-11-08Drop code that modified type for no good reasonMike Kaganski1-17/+3
2021-11-05Drop non-const Sequence::operator[] in internal codeMike Kaganski3-4/+15
2021-10-25Missing test dependencyStephan Bergmann1-0/+2
2021-09-21tdf#143591 DOCX import: handle anchored objects as at-charMiklos Vajna3-13/+9
2021-09-12clang:optin.performance.PaddingNoel Grandin5-16/+13
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna8-76/+81
2021-08-14Fixed documentation references to the custom shape generate scriptHossein3-19/+34
2021-08-06tdf#132696 PPTX import: fix missing SmartArt when it's part of a group shapeMiklos Vajna3-1/+35
2021-07-13tdf#141786 correct position of child elements in groupRegina Henschel6-8/+91
2021-06-23tdf#92525 tdf#142398: fix export of simple custom shapesAttila Bakos (NISZ)6-1/+1471
2021-06-18avoid maybe-uninitialized in PowerPointShapeExportNoel Grandin1-2/+2
2021-04-20tdf#122962 DOCX drawingML export: fix polygon shape in group shapeMiklos Vajna8-12/+235
2021-03-26tdf#122717: fix handling of zero width/height linesXisco Fauli3-3/+23
2021-02-19tdf#124176 Use pragma once in include/oox/drawingmlQuentin DELAGE1-4/+1
2021-02-04Fix -Wmaybe-uninitializeddante1-1/+1