summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2023-07-06tdf#141058 oox,sw: OOXML import/export of decorative on shapesMichael Stahl7-13/+97
2023-07-05oox: fix crash in lcl_GetGluePointIdXisco Fauli1-1/+2
2023-06-30oox: convert Excel tint value into LumOff and LumModTomaž Vajngerl1-21/+12
2023-06-30tdf155903 DOCX export: fix corrupt file with embedded mediaTünde Tóth1-1/+4
2023-06-30cid#1532474 Uninitialized scalar fieldCaolán McNamara1-1/+2
2023-06-28oox: map color transforms direct to create model::TransformTomaž Vajngerl1-13/+23
2023-06-22ooxml: import and export background and fill theme colors props.Tomaž Vajngerl2-1/+7
2023-06-22sc: OOXML import of theme colors for char and background colorsTomaž Vajngerl1-3/+81
2023-06-22oox, writerfilter, xmloff: use frozen data structures for static dataTomaž Vajngerl11-332/+427
2023-06-20tdf#155827 MCGR: Axial to linear in oox export, apply...Regina Henschel3-44/+702
2023-06-20tdf#145651 Chart OOXML export: fix write error in exportSolidFillTünde Tóth1-2/+2
2023-06-20oox: ThemeExport - add "relationship" xml:r namespaceTomaž Vajngerl1-1/+2
2023-06-20tdf#155852 same method for StepCount in OOXML as in renderingRegina Henschel3-0/+672
2023-06-16tdf155825 result same size in synchronize gradientsRegina Henschel2-0/+652
2023-06-15MCGR: Use BGradient in export of Fontwork to docx tooRegina Henschel7-278/+1236
2023-06-14sc: filter: oox: add missing tag "fillcolor"Henry Castro1-0/+1
2023-06-14cid#1532377 Dereference before null checkCaolán McNamara1-3/+9
2023-06-13MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)1-42/+14
2023-06-13ooxml: import and export char underline theme colorsTomaž Vajngerl2-0/+3
2023-06-13oox: remove code duplication and add getComplexColor to oox::ColorTomaž Vajngerl3-28/+27
2023-06-13ooxml: import and export border theme colors for various props.Tomaž Vajngerl1-0/+4
2023-06-09sw: 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