summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-3/+12
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-07-04loplugin:constantparamNoel Grandin1-1/+1
2023-06-29oox: convert Excel tint value into LumOff and LumModTomaž Vajngerl1-21/+12
2023-06-28tdf155903 DOCX export: fix corrupt file with embedded mediaTünde Tóth1-1/+4
2023-06-28Simplify a bitMike Kaganski1-5/+3
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin4-7/+7
2023-06-26Fix typoAndrea Gelmini1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin13-23/+23
2023-06-25oox: map color transforms direct to create model::TransformTomaž Vajngerl1-13/+23
2023-06-24cid#1532474 Uninitialized scalar fieldCaolán McNamara1-1/+2
2023-06-21sc: OOXML import of theme colors for char and background colorsTomaž Vajngerl1-3/+81
2023-06-20tdf#145651 Chart OOXML export: fix write error in exportSolidFillTünde Tóth1-2/+2
2023-06-20tdf#155827 MCGR: Axial to linear in oox export, apply...Regina Henschel3-44/+702
2023-06-19oox: ThemeExport - add "relationship" xml:r namespaceTomaž Vajngerl1-1/+2
2023-06-18ooxml: import and export background and fill theme colors props.Tomaž Vajngerl2-1/+7
2023-06-17Fix typo in codeAndrea Gelmini1-3/+3
2023-06-17oox, writerfilter, xmloff: use frozen data structures for static dataTomaž Vajngerl11-332/+427
2023-06-16Fix typoAndrea Gelmini1-2/+2
2023-06-16tdf#155852 same method for StepCount in OOXML as in renderingRegina Henschel3-0/+672
2023-06-14tdf155825 result same size in synchronize gradientsRegina Henschel2-0/+652
2023-06-14SAL_WARN->SAL_INFO in oox::ShapeContextNoel Grandin1-1/+1
2023-06-14MCGR: Use BGradient in export of Fontwork to docx tooRegina Henschel7-278/+1236
2023-06-13sc: filter: oox: add missing tag "fillcolor"Henry Castro1-0/+1
2023-06-13cid#1532377 Dereference before null checkCaolán McNamara1-3/+9
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