summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2024-07-01tdf#157172 tdf#157460 PPTX import: fix connectors adjustment valuesTibor Nagy5-249/+217
2024-06-29tdf#157216 PPTX: add "glue points" to flowchart shapesTibor Nagy1-28/+28
2024-06-29Fix "lets" -> "let's"Andrea Gelmini2-2/+2
2024-06-28oox, drawingml: use more bLineShape in Shape::createAndInsert()Miklos Vajna1-3/+2
2024-06-27tdf#157019 PPTX import: Workaround for object placeholder shape presetTibor Nagy4-17/+30
2024-06-26tdf#161779 DOCX import, drawingML: fix handling of translation for linesMiklos Vajna3-6/+79
2024-06-25Fix typoAndrea Gelmini1-1/+1
2024-06-22tdf#157529 PPTX import: fix transparency valueTibor Nagy1-3/+7
2024-06-19tdf#160490 PPTX import: fix automatically resized placeholder heightTibor Nagy1-7/+41
2024-06-18tdf#161571 chart: OOXML export of piechart label positionsAttila Szűcs1-1/+13
2024-06-18tdf#161607 Chart: import-export LeaderLines dataAttila Szűcs2-0/+63
2024-06-07tdf#160591 PPTX export: fix colormap mapping in slide masterTibor Nagy6-0/+117
2024-06-02Fix typoAndrea Gelmini1-1/+1
2024-06-01Advanced Diagram support: Load fill DiagramModelArmin Le Grand (allotropia)5-46/+68
2024-06-01tdf#97618 DOCX import: VML shape: fix missing text wrap #2Justin Luth1-2/+3
2024-05-16WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+1
2024-05-11cid#1597279 Unchecked return valueCaolán McNamara1-1/+1
2024-05-10loplugin:ostr in ooxNoel Grandin92-1907/+1938
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara1-3/+1
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier2-2/+2
2024-05-02tdf#148616 Speed up finding custom shape guide valueAron Budea5-63/+113
2024-04-26mStyleIdMap can be static constNoel Grandin1-177/+175
2024-04-22loplugin:constantparamNoel Grandin2-4/+4
2024-04-18tdf#160517 - chart odf: import/export formatted chart titlesBalazs Varga1-7/+5
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-1/+1
2024-04-13Use o3tl::convert in ooxMike Kaganski2-12/+18
2024-04-09tdf#146619 Drop unused 'using namespace' in: oox/Gabor Kelemen67-113/+0
2024-04-08tdf#50998 tdf#87892 Add sinusoid shapeRMZeroFour1-2/+3
2024-04-03Base scale on 1.0, not on 100.0Mike Kaganski2-4/+4
2024-04-03svx: read font and spacing scaling from oox, add bot as UNO prop.Tomaž Vajngerl4-8/+21
2024-04-02Related: tdf#39052 - chart ooxml: export formatted chart titlesBalazs Varga2-19/+65
2024-04-02tdf#78027 - Fix Chart OOXML Import with non-uniform formatted titlesBalazs Varga3-2/+20
2024-03-29tdf#157285 PPTX import: fix placeholder heightTibor Nagy1-0/+11
2024-03-29tdf#158237 Use C++20 contains() instead of find() and end()Aaron Bourdeaux3-6/+6
2024-03-27Restore shape rotation on roundtrip of pptx 3D shapeRegina Henschel3-15/+54
2024-03-23tdf#70039 partly enable 3D-image from pptxRegina Henschel5-11/+85
2024-03-22Revert "extruded shape import: tweak threePt light rig too"Regina Henschel1-3/+3
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann3-4/+4
2024-03-21Fix typoAndrea Gelmini1-1/+1
2024-03-21Fix typoAndrea Gelmini1-1/+1
2024-03-20tdf#70039 import material of extruded shapesRegina Henschel6-55/+223
2024-03-19extruded shape import: tweak threePt light rig tooRegina Henschel1-3/+3
2024-03-17loplugin:unusedmethodsNoel Grandin1-50/+0
2024-03-14tdf#160192: fix crash when trying to overwrite file in RO dir+lock fileJulien Nabet1-1/+1
2024-03-14Fix typosAndrea Gelmini1-3/+3
2024-03-14Fix typoAndrea Gelmini1-1/+1
2024-03-14Fix typoAndrea Gelmini1-1/+1
2024-03-14Fix typoAndrea Gelmini1-1/+1
2024-03-14tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski3-11/+10
2024-03-13tdf#70039 import lighting of extruded shapesRegina Henschel10-11/+729