summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2023-06-09MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)
2023-06-04MCGR: Border restoration supportArmin Le Grand (allotropia)
2023-06-04MCGR: Check correctly for used FillTransparenceGradientArmin Le Grand (allotropia)
2023-06-04xmloff: add color-type attribute to complex colorTomaž Vajngerl
2023-06-02WaE: ‘nPageWidth’ may be used uninitializedCaolán McNamara
2023-06-02xmloff: rename theme color names and color-table to theme-colorsTomaž Vajngerl
2023-06-01xmloff: rename *-color-theme-reference to *-complex-colorTomaž Vajngerl
2023-06-01oox: convert odp documents to fodp so it is easiert to changeTomaž Vajngerl
2023-06-01use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-06-01change model::ColorSet to be stored in a shared_ptr in model::ThemeTomaž Vajngerl
2023-05-25docmodel: extract ColorDefinition into own file and renameTomaž Vajngerl
2023-05-21MCGR: Adaptions to WriteGradientFill and BGradientArmin Le Grand (allotropia)
2023-05-21MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)
2023-05-15MCGR: Make MCGR default for oox im/export, cleanupArmin Le Grand (allotropia)
2023-05-15MCGR: 2nd corrections/adaptions to MCGRArmin Le Grand (allotropia)
2023-05-15MCGR: 1st corrections to gradient export, transparencyArmin Le Grand (allotropia)
2023-05-15MCGR: Adaptions to oox exportArmin Le Grand (allotropia)
2023-05-15MCGR: 1st additions to OOXML MCGR importArmin Le Grand (allotropia)
2023-05-15sc: filter: oox: add missing tag "fillcolor"Henry Castro
2023-05-13Do not copy decodeXString() string and analyse if there is nothing to decodeEike Rathke
2023-05-13tdf#119565 XLSX export: fix lost line properties inherited from themeTünde Tóth
2023-05-13tdf#91332 XLSX export: fix missing solidFillTünde Tóth
2023-05-13tdf#154469 DOCX export: fix hyperlink in group shapeTünde Tóth
2023-05-13tdf#154363 sd: fix line connectors regression of mirrored shapesTibor Nagy
2023-05-13oox: drop macrosXisco Fauli
2023-05-13tdf#145147 DOCX import: fix hyperlink in group shapeTünde Tóth
2023-05-13oox: fix crash in lcl_GetGluePointId by removing unused codeXisco Fauli
2023-05-12tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir
2023-05-12pptx export: fix export of vertical table textSarper Akdemir
2023-05-12related tdf#154501: pptx import: push cell's RotateAngle after textSarper Akdemir
2023-05-12oox: tcPr vert roundtrip, introduce interopability grab bag for table cellSarper Akdemir
2023-05-12pptx export: consider RotateAngle for tcPr on exportSarper Akdemir
2023-04-28tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl
2023-04-27pptx import/export: consider TextClipVerticalOverflow for vertOverflowSarper Akdemir
2023-04-26oox: add support for theme import and export of blip effectsTomaž Vajngerl
2023-04-26oox: write graphic (blip) in ThemeExport - BlipFillTomaž Vajngerl
2023-04-26oox: refactor ThemeExport to use member FSHelperPtr instanceTomaž Vajngerl
2023-04-26oox: extract image / graphic export into GraphicExport classTomaž Vajngerl
2023-04-26oox: Harden the testTdf142605_CurveSize Test with extra checksTomaž Vajngerl
2023-04-26oox: combine graphic cache into GraphicExportCache classTomaž Vajngerl
2023-04-26oox: extend ThemeExport to export font and format scheme of a themeTomaž Vajngerl
2023-04-26oox: add model::EffectStyle and import effect style elements of a themeTomaž Vajngerl
2023-04-26oox: add model::LineStyle and import line style elements of a themeTomaž Vajngerl
2023-04-26oox: add model::BlipFilll and import blip (graphic) fill elementsTomaž Vajngerl
2023-04-26oox: add model::PatternFill and import pattern fill elementsTomaž Vajngerl
2023-04-26oox: write color transforms to model::ColorDefinitionTomaž Vajngerl
2023-04-26oox: add FormatScheme test case and make sure FillStyle is imortedTomaž Vajngerl
2023-04-26oox: add model::Theme to oox::Theme and remove createSvxThemeTomaž Vajngerl
2023-04-26use shared_ptr for model::Theme instead of unique_ptrTomaž Vajngerl
2023-04-25oox: import gradient fill to model::FormatSchemeTomaž Vajngerl