summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Expand)AuthorFilesLines
2023-08-25oox: convert Excel tint value into LumOff and LumModTomaž Vajngerl1-21/+12
2023-08-24oox: map color transforms direct to create model::TransformTomaž Vajngerl1-13/+23
2023-08-15defer turning xlsx notes into SdrCaptions until activatedCaolán McNamara1-14/+13
2023-08-11sc: OOXML import of theme colors for char and background colorsTomaž Vajngerl1-0/+77
2023-08-07oox: don't use master style by defaultSzymon Kłos1-1/+2
2023-08-07oox: default first line indent is 0Szymon Kłos1-0/+2
2023-07-31pptx: import ellipse shape correctlySzymon Kłos1-2/+4
2023-07-31pptx: import shape text from master pageSzymon Kłos3-0/+8
2023-07-08oox: fix crash in lcl_GetGluePointIdXisco Fauli1-1/+2
2023-06-27tdf#153466 PPTX import: fix "Custom position/size" background imageTibor Nagy3-16/+85
2023-06-27tdf#153105 PPTX export: fix "Custom position/size" background imageTibor Nagy1-0/+78
2023-06-27tdf#153107 OOXML export: fix scale of tile of shape backgroundTibor Nagy2-27/+34
2023-06-23tdf#145651 Chart OOXML export: fix write error in exportSolidFillTünde Tóth1-2/+2
2023-06-20ooxml: import and export background and fill theme colors props.Tomaž Vajngerl2-1/+7
2023-06-19oox: ThemeExport - add "relationship" xml:r namespaceTomaž Vajngerl1-1/+2
2023-06-16tdf#155412 ooxml export typeface attribute is mandatoryRegina Henschel1-0/+3
2023-06-16ooxml: import and export char underline theme colorsTomaž Vajngerl2-0/+3
2023-06-16ooxml: import and export border theme colors for various props.Tomaž Vajngerl1-0/+4
2023-06-14oox: 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-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-02WaE: ‘nPageWidth’ may be used uninitializedCaolán McNamara1-1/+1
2023-06-01use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl5-46/+44
2023-06-01change model::ColorSet to be stored in a shared_ptr in model::ThemeTomaž Vajngerl2-4/+4
2023-05-25docmodel: extract ColorDefinition into own file and renameTomaž Vajngerl4-74/+74
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)3-31/+29
2023-05-15MCGR: Make MCGR default for oox im/export, cleanupArmin Le Grand (allotropia)4-544/+61
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ž Vajngerl5-41/+28
2023-04-27pptx import/export: consider TextClipVerticalOverflow for vertOverflowSarper Akdemir4-4/+21
2023-04-26oox: add support for theme import and export of blip effectsTomaž Vajngerl3-15/+147