summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/color.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-10loplugin:ostr in ooxNoel Grandin1-28/+28
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-4/+3
2023-08-05Rename setRGB to createRGB to make it less misleadingMike Kaganski1-1/+1
2023-08-04Rename ComplexColor::RGB to setRGB, to avoid conflict with Windows defineMike Kaganski1-1/+1
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl1-1/+6
2023-06-29oox: convert Excel tint value into LumOff and LumModTomaž Vajngerl1-21/+12
2023-06-25oox: map color transforms direct to create model::TransformTomaž Vajngerl1-13/+23
2023-06-24cid#1532474 Uninitialized scalar fieldCaolán McNamara1-1/+2
2023-06-21sc: OOXML import of theme colors for char and background colorsTomaž Vajngerl1-3/+81
2023-06-17oox, writerfilter, xmloff: use frozen data structures for static dataTomaž Vajngerl1-157/+153
2023-06-09oox: remove code duplication and add getComplexColor to oox::ColorTomaž Vajngerl1-0/+24
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-4/+8
2023-03-22oox: introduce FormatScheme - use in Theme importTomaž Vajngerl1-15/+41
2023-01-05tdf#152840 add ST_ThemeColor values to ClrScheme::getColorRegina Henschel1-1/+5
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-2/+2
2021-11-24PPTX import: implement native handling of a color's luminance offsetMiklos Vajna1-0/+16
2021-11-23PPTX import: implement native handling of a color's luminance modulationMiklos Vajna1-0/+17
2021-11-18implement color tint or shade import for pptxSarper Akdemir1-0/+16
2021-11-17rename getSchemeName getSchemeIndex to remove ambiguitySarper Akdemir1-1/+1
2021-11-17implement initial pptx theme color importSarper Akdemir1-0/+15
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski1-2/+3
2021-01-16make the Color constructors explicitly specify transparencyNoel1-4/+4
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-29/+29
2020-04-28tdf#131841 DOCX DrawingML shape import: Fixed missing HighlightColorSzabolcs1-1/+36
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-3/+1
2019-11-13tdf#128732 Chart OOXML import: fix rounding error of color transparencyBalazs Varga1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ooxStephan Bergmann1-28/+28
2019-01-30Related: tdf#94238 PPTX import: handle subset of radial gradient fillMiklos Vajna1-0/+8
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-5/+5
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-31Use for-range loops in oox (part1)Julien Nabet1-32/+32
2018-03-05use more Color in ooxNoel Grandin1-103/+108
2017-10-23loplugin:includeform: ooxStephan Bergmann1-6/+6
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin1-4/+4
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2016-08-30default dtors are fine hereCaolán McNamara1-4/+0
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-05-10loplugin:rangedforcopyTor Lillqvist1-2/+2
2016-05-10remove STATIC_ARRAY_END and usagesJochen Nitschke1-84/+84
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-03Remove OSL_ASSERT which could fail for allowed XLS_TOKEN(tint)Matúš Kukan1-1/+0
2014-09-30bnc#584721: invisible text because of wrong color (white)Zolnai Tamás1-10/+20
2014-06-25remove whitespacesMarkus Mohrhard1-15/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-03-17oox: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-26Remove visual noise from ooxAlexander Wilms1-3/+3