summaryrefslogtreecommitdiff
path: root/include/docmodel
AgeCommit message (Expand)AuthorFilesLines
2024-03-04cool#8327 use tools::JsonWriter for theme colorsNoel Grandin1-2/+6
2024-02-12use more UNLESS_MERGELIBSNoel Grandin1-1/+2
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (include part)Julien Nabet1-5/+3
2023-09-23tdf#146619 Recheck include/d* with IWYUGabor Kelemen8-13/+5
2023-09-01various theme and complex color related fixesTomaž Vajngerl2-11/+9
2023-08-21move BGradient to awt::Gradient2 UNO conversion into docmodelTomaž Vajngerl1-0/+33
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl6-143/+56
2023-08-05Rename setRGB to createRGB to make it less misleadingMike Kaganski1-1/+1
2023-08-04docmodel: Fix comment at end of namespaceMichael Weghorn1-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-0/+7
2023-07-04sc: OOXML export of theme colors for text and backgroundTomaž Vajngerl1-0/+5
2023-06-29sc: use ComplexColor for font color (+others) in OOXML exportTomaž Vajngerl1-4/+10
2023-06-08sw: remove char color GrabBag and fix export, fix tint/shade calc.Tomaž Vajngerl2-0/+8
2023-06-05lok: callback to send the updated theme palette when theme changesTomaž Vajngerl1-0/+3
2023-05-27xmloff: add color-type attribute to complex colorTomaž Vajngerl1-0/+2
2023-05-20docmodel: add hash to ComplexColor and Transformation classesTomaž Vajngerl2-0/+50
2023-05-12change ComplexColor to show more useful propertiesTomaž Vajngerl1-1/+4
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl4-61/+12
2023-05-09change model::ColorSet to be stored in a shared_ptr in model::ThemeTomaž Vajngerl1-4/+4
2023-05-08svx: use ComplexColor in SvxColorItem instead of the ThemeColorTomaž Vajngerl3-2/+93
2023-05-08XComplexColor and UnoComplexColor - a wrapper for model:ComplexColorTomaž Vajngerl1-0/+50
2023-05-01docmodel: extract ColorDefinition into own file and renameTomaž Vajngerl2-123/+146
2023-05-01docmodel: extract Transformation from ThemeColor into own fileTomaž Vajngerl2-51/+73
2023-04-25svx: rework the theme dialog to allow editing theme colorsTomaž Vajngerl1-0/+2
2023-04-25oox: add support for theme import and export of blip effectsTomaž Vajngerl1-9/+40
2023-04-24oox: extend ThemeExport to export font and format scheme of a themeTomaž Vajngerl2-13/+142
2023-04-18tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir1-0/+2
2023-04-12oox: add model::EffectStyle and import effect style elements of a themeTomaž Vajngerl1-0/+52
2023-04-12oox: add model::LineStyle and import line style elements of a themeTomaž Vajngerl1-2/+126
2023-04-12oox: add model::BlipFilll and import blip (graphic) fill elementsTomaž Vajngerl1-0/+67
2023-04-12oox: add model::PatternFill and import pattern fill elementsTomaž Vajngerl1-0/+72
2023-04-08oox: add FormatScheme test case and make sure FillStyle is imortedTomaž Vajngerl1-7/+24
2023-04-08use shared_ptr for model::Theme instead of unique_ptrTomaž Vajngerl1-6/+11
2023-03-23oox: import gradient fill to model::FormatSchemeTomaž Vajngerl1-0/+46
2023-03-22oox: introduce FormatScheme - use in Theme importTomaž Vajngerl2-1/+202
2023-03-06oox: import font scheme structure directly into model::FontSchemeTomaž Vajngerl1-0/+11
2023-03-01send theme info when changing color (in the picker) via UNO commandTomaž Vajngerl1-0/+23
2023-01-31sd: use XTheme to transport the theme to xmloff import/exportTomaž Vajngerl1-0/+1
2023-01-28introduce XTheme and UnoTheme implementationTomaž Vajngerl2-0/+48
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl1-0/+163
2023-01-27move ColorSet class to own file inside docmodelTomaž Vajngerl1-0/+45
2023-01-13Fix typosAndrea Gelmini1-2/+2
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl4-0/+264