summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/fillproperties.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-06-22rename oox::OptValue::get to valueNoel Grandin1-9/+9
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin1-14/+14
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin1-23/+23
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin1-8/+8
2022-06-17tdf#134210: Reimplement cropping from srcRect and fillRectMike Kaganski1-53/+39
2022-06-16tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt1-0/+4
2022-06-15oox: fix div by zero in lclCalculateCropPercentage()Miklos Vajna1-0/+8
2022-05-06tdf#148929 sd theme: limit PPTX import for shape fill effects to lum mod/offMiklos Vajna1-1/+1
2022-04-28sd theme: add PPTX import for shape fill color effectsMiklos Vajna1-0/+6
2022-04-26tdf#53970 PPTX: fix import of linked media filesTünde Tóth1-3/+3
2022-03-10sd theme: add PPTX import for shape fill colorMiklos Vajna1-2/+9
2022-02-28tdf#128596 PPTX import: fix default tiled bitmap fillTünde Tóth1-1/+3
2022-02-03tdf#146822 OOXML: fix export of the transparency in hatch fillTünde Tóth1-0/+2
2022-02-02tdf#112209 PPTX import: fix grayscale effect on image filled shapeTünde Tóth1-0/+3
2022-02-01tdf#141652 partial revert "Reset ShapeProperty priority...Justin Luth1-4/+1
2021-12-21tdf#127989 OOXML: fix import of transparent hatchingTünde Tóth1-2/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski1-10/+11
2021-03-04tdf#139940 oox: mark end before growing largest segment backwardsJustin Luth1-1/+3
2021-03-03Reset ShapeProperty priority and handle only crop case.Gülşah Köse1-7/+16
2021-02-24Prevent the unnecessary lclCropGraphic call.Gülşah Köse1-9/+10
2021-02-10tdf#134210 Handle greyscale effect on bitmap filled custom shapes.Gülşah Köse1-0/+19
2021-02-10tdf#134210 Import crop position of bitmap filled shape.Gülşah Köse1-21/+63
2021-01-28tdf#134210 Apply mirror property to custom cropped graphic.Gülşah Köse1-1/+28
2021-01-26cid#1472266 silence Using invalid iteratorCaolán McNamara1-2/+6
2021-01-24cid#1472266 silence Using invalid iteratorCaolán McNamara1-0/+2
2021-01-21tdf#134210 Import support for custom stretch values.Gülşah Köse1-1/+33
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-1/+0
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-22long->tools::Long in hwpfilter..ooxNoel1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-09-11log what token was unexpectedCaolán McNamara1-1/+1
2020-08-24tdf#134174 Fix the rotation of bitmap filled custom shapes.Gülşah Köse1-0/+26
2020-08-07Fix typosAndrea Gelmini1-1/+1
2020-08-06tdf#134183 PPTX: improve import of transparency in multi-step gradientsMiklos Vajna1-3/+33
2020-07-18tdf#128345 pptx export: add transparence gradient in solid fillRegina Henschel1-4/+2
2020-06-30Related: tdf#131175 OOXML chart: import data label fill patternGülşah Köse1-68/+1
2020-05-12tdf#128794 Chart: Fix OOXML import/export of Radial gradientBalazs Varga1-12/+24
2020-04-03loplugin:flatten in ooxNoel Grandin1-340/+340
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen1-4/+0
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-3/+1
2019-10-15tdf#79007: Do not overwrite if only one of nBrightness...Xisco Fauli1-3/+4
2019-10-02tdf#79007: PPTX: reset Contrast and Brightness when we map...Xisco Fauli1-2/+6
2019-08-23loplugin:returnconstval in ooxNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ooxStephan Bergmann1-45/+45
2019-05-13ooxml import: supprt cropping to shapeTamas Bunth1-2/+10
2019-05-07PPTX: Fix import / export of image transparencyTamás Zolnai1-0/+5
2019-01-30Related: tdf#94238 PPTX import: handle subset of radial gradient fillMiklos Vajna1-6/+42
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-31Use for-range loops in oox (part2)Julien Nabet1-3/+3
2018-03-31Use for-range loops in oox (part1)Julien Nabet1-7/+6