summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/effectpropertiescontext.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tdf#146619 Drop unused 'using namespace' in: oox/Gabor Kelemen1-1/+0
2023-05-01docmodel: extract ColorDefinition into own file and renameTomaž Vajngerl1-5/+5
2023-04-18tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir1-0/+1
2023-04-12oox: add model::EffectStyle and import effect style elements of a themeTomaž Vajngerl1-11/+94
2022-08-02use more getStringDefaultedNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2020-11-27oox: make effectpropertiescontext available to everyone in oox/Miklos Vajna1-1/+1
2020-06-02OOXML support for shadow blurA_GAN1-0/+1
2020-05-11tdf#49247: implement soft edges document model and import/exportMike Kaganski1-3/+5
2020-04-23tdf#130058 Import shadow size.Gülşah Köse1-0/+2
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen1-4/+1
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth1-3/+10
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-2/+2
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen1-3/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann1-3/+3
2017-07-31loplugin:constparams in ooxNoel Grandin1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-16/+16
2017-02-27Rename misleadingly named include file fillpropertiesgroupcontext.hxxTor Lillqvist1-1/+1
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-27oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-15/+17
2015-10-23Revert "oox: replace boost::ptr_vector with std::vector<std::unique_ptr>"Stephan Bergmann1-17/+15
2015-10-23oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-15/+17
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan1-1/+1
2014-08-25use ptr_vector to prevent memory leakMarkus Mohrhard1-12/+12
2014-06-25remove whitespacesMarkus Mohrhard1-1/+0
2014-06-17These headers are private, also do not export symbols.Matúš Kukan1-2/+2
2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez1-45/+32
2014-04-30ooxml: Preserve blur effect on shapes.Jacobo Aragunde Pérez1-0/+6
2014-04-30ooxml: Preserve reflection effect on shapes.Jacobo Aragunde Pérez1-1/+19
2014-04-30ooxml: Preserve glow effect on shapes.Jacobo Aragunde Pérez1-1/+5
2014-04-30ooxml: Preserve soft edge effect on shapes.Jacobo Aragunde Pérez1-0/+10
2014-04-23Monkey see, monkey do?Stephan Bergmann1-0/+4
2014-04-23ooxml: Preserve inner shadow effect on shapes.Jacobo Aragunde Pérez1-27/+38
2014-04-23ooxml: Preserve outer shadow effect on shapes.Jacobo Aragunde Pérez1-0/+29
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-06-28Convert all ContextHandler-derived clases over to ContextHandler2Tor Lillqvist1-6/+5
2012-12-07::rtl:: prefixes removal in ooxJosé Guilherme Vanz1-1/+0
2012-09-26Import shadow effect properties for shapes in docx.Eilidh McAdam1-0/+56