summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/fillproperties.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-07oox: adapt graphic transformer, cleanup, remove try catchTomaž Vajngerl1-28/+18
2018-03-07oox: BlipFillProperties rename mxGraphic to mxFillGraphicTomaž Vajngerl1-10/+9
2018-03-07oox: rename FillBitmapUrl to FillBitmap, remove obsolete methodsTomaž Vajngerl1-4/+4
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl1-5/+2
2018-03-05use more Color in ooxNoel Grandin1-18/+18
2018-02-25oox: Remove setting the GraphicURL in fillpropertiesTomaž Vajngerl1-5/+0
2018-02-01Change bitmap table to store XBitmap instead of GraphicObject URLTomaž Vajngerl1-4/+15
2018-01-26tdf#107608: PPTX: Import pattern fill background colorTamás Zolnai1-2/+7
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann1-2/+2
2017-11-30ofz: handle empty Gradient StopsCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann1-4/+4
2017-09-18tdf#112088 gradient stop map -> multimapSzymon Kłos1-5/+12
2017-08-10tdf#109187 Fix OOXML import of flipped shapes with gradientsPaul Trojahn1-7/+7
2017-07-17tdf#109067 Fix default value of rotWithShapePaul Trojahn1-2/+2
2017-07-17tdf#89926 Fix OOXML gradient angle importPaul Trojahn1-2/+2
2017-07-14Revert "tdf#109067 Fix default value of rotWithShape"Miklos Vajna1-2/+2
2017-07-14tdf#109067 Fix default value of rotWithShapePaul Trojahn1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert oox module away from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-05-04tdf#106520 xlsx: black square where image should beThomas Beck1-3/+3
2017-02-28new loplugin unoanyNoel Grandin1-4/+4
2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist1-1/+1
2017-01-24Drop incorrect "artistic" prefix from some token namesTor Lillqvist1-13/+13
2016-10-07tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes1-1/+1
2016-10-04tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna1-0/+4
2016-09-17convert ShapePropertyId to scoped enum and use it for enumarrayJochen Nitschke1-19/+19
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-6/+6
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl1-25/+24
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-5/+5
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas1-1/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-03loplugin:unuseddefaultparams in ooxNoel Grandin1-3/+3
2015-10-13Reduce scope of variableStephan Bergmann1-2/+1
2015-10-13clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-07-15tdf#87539 map MSO washout filter to LO's watermark colormodeJoren De Cuyper1-13/+17
2015-07-10do not include boost/utility.hppMichael Stahl1-2/+3
2015-02-02oox: 89 DPI is not such a great defaultMiklos Vajna1-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-13oox: refactor embedded media importMichael Stahl1-2/+6
2014-09-14Replace struct EmbeddedWAVAudioFile with simple string.Matúš Kukan1-2/+3
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan1-1/+2
2014-09-09bnc#480256: OOXML import: Respect table background properties a bit moreMatúš Kukan1-1/+7
2014-07-20cppcheck: Prefer prefix ++/-- operatorsJulien Nabet1-5/+5
2014-07-18coverity#1226484 Using invalid iteratorCaolán McNamara1-1/+1
2014-07-18use rtl::math::round here to get the same number on 32/64bit platformsMatúš Kukan1-1/+2
2014-07-16Try to fix compilation with pre-C++11 compilerTor Lillqvist1-2/+2