summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
6 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+1
11 dayscid#1597279 Unchecked return valueCaolán McNamara1-1/+1
12 daysloplugin: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
2024-03-11tdf#158773 reduce cost of importing binary dataNoel Grandin1-5/+4
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski2-15/+15
2024-03-09tdf#158773 avoid some OUString constructionNoel Grandin10-50/+81
2024-03-06tdf#160049 oox import: use margins with left/right HoriOrientRelationJustin Luth1-3/+14
2024-03-02tdf#159912 extruded shapes already rotate backgroundRegina Henschel5-21/+20
2024-02-27address shortcoming: document why I avoided axials for transparencyJustin Luth1-0/+4
2024-02-27cid#1592378 Logically dead codeCaolán McNamara1-1/+0
2024-02-27cid#1592381 silence Out-of-bounds readCaolán McNamara1-3/+6
2024-02-27tdf#67347 pptx import: stacked + horz/vert aligmentAttila Szűcs1-0/+41
2024-02-27related tdf#126533 dml/vml import: import radials as radialsJustin Luth1-0/+2
2024-02-23related tdf#126533 tdf#159824 VML: don't export: negative anglesJustin Luth1-5/+12
2024-02-23related tdf#126533 vml import: fix gradient color swappingJustin Luth1-11/+16
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski2-4/+4
2024-02-23Fix warning C4459 when building with MSVC without -Wv:18Mike Kaganski1-5/+5
2024-02-21Fix potentially uninitialized local variable 'fY' used in Windows TBJulien Nabet1-2/+2