summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2023-06-12ooxml: import and export char underline theme colorsTomaž Vajngerl2-0/+3
2023-06-12ooxml: import and export border theme colors for various props.Tomaž Vajngerl1-0/+4
2023-06-09oox: remove code duplication and add getComplexColor to oox::ColorTomaž Vajngerl3-28/+27
2023-06-09MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)1-42/+14
2023-06-08sw: remove char color GrabBag and fix export, fix tint/shade calc.Tomaž Vajngerl1-2/+2
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin2-5/+3
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin2-3/+5
2023-05-30merge expwrap into sax libraryNoel Grandin4-4/+0
2023-05-27xmloff: add color-type attribute to complex colorTomaž Vajngerl5-20/+20
2023-05-26MCGR: Border restoration supportArmin Le Grand (allotropia)1-54/+44
2023-05-25xmloff: rename theme color names and color-table to theme-colorsTomaž Vajngerl8-75/+75
2023-05-25xmloff: rename *-color-theme-reference to *-complex-colorTomaž Vajngerl5-30/+30
2023-05-23MCGR: Check correctly for used FillTransparenceGradientArmin Le Grand (allotropia)1-20/+41
2023-05-21tdf#155412 ooxml export typeface attribute is mandatoryRegina Henschel3-0/+19
2023-05-21oox: convert odp documents to fodp so it is easiert to changeTomaž Vajngerl17-8/+4303
2023-05-19Fix typoAndrea Gelmini1-1/+1
2023-05-19MCGR: Adaptions to WriteGradientFill and BGradientArmin Le Grand (allotropia)2-118/+65
2023-05-18improved B2DHomMatrixNoel Grandin2-6/+7
2023-05-16tdf#155327 Detect default color in WordArtRegina Henschel3-0/+22
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)5-43/+34
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl9-169/+156
2023-05-09Fix typoAndrea Gelmini1-1/+1
2023-05-09change model::ColorSet to be stored in a shared_ptr in model::ThemeTomaž Vajngerl3-6/+6
2023-05-08Do not copy decodeXString() string and analyse if there is nothing to decodeEike Rathke1-0/+3
2023-05-06Use getXWeak in ooxMike Kaganski1-1/+1
2023-05-03MCGR: Make MCGR default for oox im/export, cleanupArmin Le Grand (allotropia)8-573/+185
2023-05-01docmodel: extract ColorDefinition into own file and renameTomaž Vajngerl5-78/+78
2023-04-28optimise find/insert calls to mapsNoel Grandin1-4/+2
2023-04-26pptx export: fix export of vertical table textSarper Akdemir1-2/+2
2023-04-25tdf#91332 XLSX export: fix missing solidFillTünde Tóth1-1/+2
2023-04-25tdf#119565 XLSX export: fix lost line properties inherited from themeTünde Tóth1-2/+5
2023-04-25oox: add support for theme import and export of blip effectsTomaž Vajngerl3-15/+147
2023-04-25oox: write graphic (blip) in ThemeExport - BlipFillTomaž Vajngerl2-4/+29
2023-04-25oox: refactor ThemeExport to use member FSHelperPtr instanceTomaž Vajngerl1-183/+173
2023-04-25oox: extract image / graphic export into GraphicExport classTomaž Vajngerl1-21/+13
2023-04-25oox: Harden the testTdf142605_CurveSize Test with extra checksTomaž Vajngerl1-2/+8
2023-04-24oox: combine graphic cache into GraphicExportCache classTomaž Vajngerl1-57/+33
2023-04-24oox: extend ThemeExport to export font and format scheme of a themeTomaž Vajngerl1-70/+687
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin2-2/+2
2023-04-23cid#1524676 try to convince coverity of the error of its waysCaolán McNamara1-0/+1
2023-04-21related tdf#154501: pptx import: push cell's RotateAngle after textSarper Akdemir1-18/+19
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen1-3/+0
2023-04-19MCGR: 2nd corrections/adaptions to MCGRArmin Le Grand (allotropia)2-48/+6
2023-04-18tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir4-0/+12
2023-04-17Fix typosAndrea Gelmini1-2/+2
2023-04-17Remove some unused includesMiklos Vajna1-2/+0
2023-04-17oox: tcPr vert roundtrip, introduce interopability grab bag for table cellSarper Akdemir2-5/+47
2023-04-17pptx export: consider RotateAngle for tcPr on exportSarper Akdemir2-0/+20
2023-04-17MCGR: 1st corrections to gradient export, transparencyArmin Le Grand (allotropia)1-23/+92
2023-04-17use more string_viewNoel Grandin1-5/+5