summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/Palette.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-09-02tdf#156126: fix crash when using gpl color paletteJulien Nabet1-0/+3
2023-05-25svx: combine svx::NamedThemedColor into NamedColorTomaž Vajngerl1-13/+0
2023-05-25svx: change NamedColor be a struct instead of std::pairTomaž Vajngerl1-4/+4
2022-12-07Resolves: tdf#152301 allow using an existing ColorListBox to speed initCaolán McNamara1-0/+15
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin1-9/+10
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-6/+6
2021-12-20sd theme: allow setting the color's theme index in the chardlgMiklos Vajna1-0/+13
2020-11-16replace std::max(std::min()) with std::clampNoel1-3/+3
2020-04-25rename ColorValueSet back to SvxColorValueSetCaolán McNamara1-3/+3
2020-04-25loplugin:unusedmethodsNoel Grandin1-37/+0
2019-12-23sal_Char->char in svxNoel Grandin1-2/+2
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov1-8/+8
2018-06-20weld SvxColorTabPageCaolán McNamara1-0/+37
2017-10-23loplugin:includeform: svxStephan Bergmann1-1/+1
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin1-3/+3
2017-08-29svx: Mark functions as localTakeshi Abe1-2/+2
2016-11-22The Palette subclasses don't need to be publicTor Lillqvist1-0/+1
2016-08-17convert XPropertyListType to scoped enumNoel Grandin1-1/+1
2016-07-25[GSoC] Fix palette selection in sidebar/toolbar color widgetRishabh Kumar1-0/+15
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2015-12-26svx: change instances of maName to more descriptive namesChris Sherlock1-14/+14
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-03-01-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-03-01WaE: rewrite call of rtl::OUString::operator= with empty string constant ...Tor Lillqvist1-1/+1
2015-03-01tdf#84002 Add support for .ase color palettesChris Laplante1-0/+140
2015-01-26coverity#1266440 Unchecked return valueCaolán McNamara1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-09-17Fix the Windows build.Jan Holesovsky1-2/+1
2014-09-17Add recent colorsKrisztian Pinter1-2/+1
2014-09-17Make .soc loading lazyKrisztian Pinter1-6/+13
2014-09-17Change NamedColor to use OUStringKrisztian Pinter1-2/+4
2014-09-17Add loading .soc palettesKrisztian Pinter1-37/+90
2014-09-17Change SvxColorWindow_Impl to use ComboBox for palette selectionKrisztian Pinter1-19/+47
2014-09-17Add PaletteManager, refactor palette codeKrisztian Pinter1-0/+120