summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2023-06-09MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)1-43/+15
2023-06-04MCGR: Border restoration supportArmin Le Grand (allotropia)1-53/+44
2023-06-04MCGR: Check correctly for used FillTransparenceGradientArmin Le Grand (allotropia)1-20/+41
2023-06-04xmloff: add color-type attribute to complex colorTomaž Vajngerl1-7/+7
2023-06-02WaE: ‘nPageWidth’ may be used uninitializedCaolán McNamara1-1/+1
2023-06-02xmloff: rename theme color names and color-table to theme-colorsTomaž Vajngerl1-14/+14
2023-06-01xmloff: rename *-color-theme-reference to *-complex-colorTomaž Vajngerl1-9/+9
2023-06-01oox: convert odp documents to fodp so it is easiert to changeTomaž Vajngerl3-1/+839
2023-06-01use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl7-105/+99
2023-06-01change model::ColorSet to be stored in a shared_ptr in model::ThemeTomaž Vajngerl3-6/+6
2023-05-25docmodel: extract ColorDefinition into own file and renameTomaž Vajngerl5-78/+78
2023-05-21MCGR: Adaptions to WriteGradientFill and BGradientArmin Le Grand (allotropia)2-120/+67
2023-05-21MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)4-33/+30
2023-05-15MCGR: Make MCGR default for oox im/export, cleanupArmin Le Grand (allotropia)7-547/+73
2023-05-15MCGR: 2nd corrections/adaptions to MCGRArmin Le Grand (allotropia)2-48/+6
2023-05-15MCGR: 1st corrections to gradient export, transparencyArmin Le Grand (allotropia)1-23/+92
2023-05-15MCGR: Adaptions to oox exportArmin Le Grand (allotropia)3-103/+364
2023-05-15MCGR: 1st additions to OOXML MCGR importArmin Le Grand (allotropia)3-6/+132
2023-05-15sc: filter: oox: add missing tag "fillcolor"Henry Castro1-0/+1
2023-05-13Do not copy decodeXString() string and analyse if there is nothing to decodeEike Rathke1-0/+3
2023-05-13tdf#119565 XLSX export: fix lost line properties inherited from themeTünde Tóth1-2/+5
2023-05-13tdf#91332 XLSX export: fix missing solidFillTünde Tóth1-1/+2
2023-05-13tdf#154469 DOCX export: fix hyperlink in group shapeTünde Tóth1-0/+23
2023-05-13tdf#154363 sd: fix line connectors regression of mirrored shapesTibor Nagy2-13/+39
2023-05-13oox: drop macrosXisco Fauli1-24/+20
2023-05-13tdf#145147 DOCX import: fix hyperlink in group shapeTünde Tóth1-0/+12
2023-05-13oox: fix crash in lcl_GetGluePointId by removing unused codeXisco Fauli1-9/+6
2023-05-12tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir4-0/+12
2023-05-12pptx export: fix export of vertical table textSarper Akdemir1-2/+2
2023-05-12related tdf#154501: pptx import: push cell's RotateAngle after textSarper Akdemir1-18/+19
2023-05-12oox: tcPr vert roundtrip, introduce interopability grab bag for table cellSarper Akdemir2-5/+47
2023-05-12pptx export: consider RotateAngle for tcPr on exportSarper Akdemir2-0/+20
2023-04-28tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl7-44/+29
2023-04-27pptx import/export: consider TextClipVerticalOverflow for vertOverflowSarper Akdemir5-5/+22
2023-04-26oox: add support for theme import and export of blip effectsTomaž Vajngerl3-15/+147
2023-04-26oox: write graphic (blip) in ThemeExport - BlipFillTomaž Vajngerl2-4/+29
2023-04-26oox: refactor ThemeExport to use member FSHelperPtr instanceTomaž Vajngerl1-183/+173
2023-04-26oox: extract image / graphic export into GraphicExport classTomaž Vajngerl1-21/+13
2023-04-26oox: Harden the testTdf142605_CurveSize Test with extra checksTomaž Vajngerl1-2/+8
2023-04-26oox: combine graphic cache into GraphicExportCache classTomaž Vajngerl1-57/+33
2023-04-26oox: extend ThemeExport to export font and format scheme of a themeTomaž Vajngerl1-70/+687
2023-04-26oox: add model::EffectStyle and import effect style elements of a themeTomaž Vajngerl5-34/+136
2023-04-26oox: add model::LineStyle and import line style elements of a themeTomaž Vajngerl3-27/+172
2023-04-26oox: add model::BlipFilll and import blip (graphic) fill elementsTomaž Vajngerl4-39/+134
2023-04-26oox: add model::PatternFill and import pattern fill elementsTomaž Vajngerl3-18/+110
2023-04-26oox: write color transforms to model::ColorDefinitionTomaž Vajngerl1-1/+55
2023-04-26oox: add FormatScheme test case and make sure FillStyle is imortedTomaž Vajngerl1-5/+16
2023-04-26oox: add model::Theme to oox::Theme and remove createSvxThemeTomaž Vajngerl6-77/+17
2023-04-26use shared_ptr for model::Theme instead of unique_ptrTomaž Vajngerl4-9/+11
2023-04-25oox: import gradient fill to model::FormatSchemeTomaž Vajngerl3-24/+85