summaryrefslogtreecommitdiff
path: root/svx/source/styles
AgeCommit message (Expand)AuthorFilesLines
2024-05-11loplugin:ostr in svxNoel Grandin1-7/+7
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-1/+1
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen2-2/+0
2023-10-02tdf#146619 Recheck include/s* with IWYUGabor Kelemen1-0/+1
2023-09-24tdf#157067: Fix missing background color in style previewKhaled Hosny1-8/+8
2023-04-25svx: rework the theme dialog to allow editing theme colorsTomaž Vajngerl1-7/+44
2023-03-16tdf#153704: Make sure the last script segment is also addedKhaled Hosny1-1/+1
2023-03-01create a default theme when SdrPage and SdrModel are createdTomaž Vajngerl1-8/+26
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl1-136/+0
2023-01-27move ColorSet class to own file inside docmodelTomaž Vajngerl1-68/+16
2023-01-27use ThemeColorChanger also in svx, when changing theme for SdrPageTomaž Vajngerl1-102/+2
2023-01-15Typo in "code"Andrea Gelmini1-1/+1
2023-01-14svx: add UX defined theme color setsTomaž Vajngerl1-2/+98
2023-01-14svx: add resolveColor that resolves the color for input themeTomaž Vajngerl1-5/+24
2023-01-14svx: change ColorSet add method to use ThemeColorTyp enumTomaž Vajngerl1-73/+36
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl1-37/+25
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl1-7/+7
2023-01-05sw: add the ColorSet from SdrPage into ColorSets in ThemePanelTomaž Vajngerl1-0/+5
2022-12-30tdf#152737: Fix off-by-one errorsKhaled Hosny1-1/+3
2022-12-26svx: use array for colors in ColorSet, add consts, rename varsTomaž Vajngerl1-12/+16
2022-12-26svx: rename ThemeColorType enum values, use enum instead of indexTomaž Vajngerl1-17/+14
2022-12-16tdf#152460: Improve script handling in style previewsKhaled Hosny1-37/+21
2022-11-12cid#1516789 Division or modulo by float zeroCaolán McNamara1-1/+1
2022-10-01tdf#151114: Improve styles preview alignmentKhaled Hosny1-12/+17
2022-09-24tdf#151114: Fix swapped width and heightKhaled Hosny1-3/+3
2022-08-24cid#1510131 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-08-22tdf#87535: Preview styles using CTL/CJK fonts in the sidebarKhaled Hosny1-60/+266
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin1-4/+5
2022-06-20sd theme: consider accent1 color when inserting shape with solid fillMiklos Vajna1-0/+10
2022-06-05no need to allocate this separatelyNoel Grandin1-25/+25
2022-06-04tdf#149304 Stylist does not show upper/lower case font effectsNoel Grandin1-1/+4
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann1-2/+2
2022-04-22sd theme: add rendering for shape fill color effectsMiklos Vajna1-0/+9
2022-03-11loplugin:constparamsNoel Grandin1-3/+3
2022-03-03Recheck modules sv* with IWYUGabor Kelemen1-2/+0
2022-03-03sd theme: add rendering for shape fill colorMiklos Vajna1-14/+34
2022-01-10sd theme: fix applying new colors after theme change for group shapesMiklos Vajna1-0/+6
2021-12-17sd theme: add a "theme" palette to the color pickerMiklos Vajna1-0/+15
2021-12-03svx: consider color effects when updating objects for theme changesMiklos Vajna1-9/+33
2021-11-30svx: update objects of pages of a master page when the theme changesMiklos Vajna1-0/+59
2021-11-22PPTX: implement native handling of <a:clrScheme> childrenMiklos Vajna1-2/+31
2021-11-19PPTX import: handle <a:clrScheme name="...">Miklos Vajna1-4/+17
2021-11-18introduce XColorSetsManager interfaceSarper Akdemir1-0/+32
2021-11-17make colorsets work outside of styles and with direct formattingSarper Akdemir1-0/+53
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-1/+1
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin1-1/+1
2021-06-30swap text and background colors in colorsetsTomaž Vajngerl1-16/+16
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1