summaryrefslogtreecommitdiff
path: root/include/svx/Palette.hxx
AgeCommit message (Collapse)Author
2016-11-22The Palette subclasses don't need to be publicTor Lillqvist
Change-Id: I40f942c202ab3ba1ca13d1b24d0cd72a4c561868
2016-11-22Add newline at end of fileTor Lillqvist
Change-Id: I6c0a72c264fa967e10eca4816cea5385a5f86354
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
2016-08-03[GSoC] Rework of color tabRishabh Kumar
New Features - 1. Multiple Palettes in color tab. 2. Remember the selected palette. 3. Recent colors. 4. Custom colors. Change-Id: I36a438a0c282059ddcbda35f934fcd90337fd451 Reviewed-on: https://gerrit.libreoffice.org/26868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-07-25[GSoC] Fix palette selection in sidebar/toolbar color widgetRishabh Kumar
Remember palette selection after the popup is destroyed Change-Id: Iecd7fd4aa89cf9d2d6842c5b544d037df6818aaf Reviewed-on: https://gerrit.libreoffice.org/27474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-12-26svx: change instances of maName to more descriptive namesChris Sherlock
maName is just not descriptive enough and hard to search the source for. Also in this patch: - tracked down what ASE, GPL and SOC stand for and added a comment - found instances of aName, local variables and changed these to aPaletteName Change-Id: I4c7eee31b604a8ef2ebef5fd1daa81e193dd7295 Reviewed-on: https://gerrit.libreoffice.org/20958 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-03-01-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Idaa0d4a22b97e477ce3cde6a978ea0ab99367190
2015-03-01tdf#84002 Add support for .ase color palettesChris Laplante
CMYK, RGB, and gray color models are supported. LAB colors are replaced by just black since the conversion to RGB is very complicated. Change-Id: I689e6ce972cd7b7f03725f99be4761dea4a81743 Reviewed-on: https://gerrit.libreoffice.org/14661 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-09-17WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
Change-Id: If610c94f02da66d3f83f0787ef0dcebab47ebe2d
2014-09-17Add recent colorsKrisztian Pinter
Change-Id: Id6b2239149bf7d0b3c9242efb7a72091e32c3384
2014-09-17Make .soc loading lazyKrisztian Pinter
Change-Id: If7475d6c46faaa6f6f6cde494990e6573b3aadff
2014-09-17Change NamedColor to use OUStringKrisztian Pinter
Change-Id: Id84d761b33f12dfc50f980e61ab44565693f2e5a
2014-09-17Add loading .soc palettesKrisztian Pinter
Change-Id: Ie0d084a70d9b135658840bb7529f2099a702d280
2014-09-17Change SvxColorWindow_Impl to use ComboBox for palette selectionKrisztian Pinter
Change-Id: I0fb9b46298f45bbdf9ae9198c145b9ea5e403bbf
2014-09-17Add PaletteManager, refactor palette codeKrisztian Pinter
Change-Id: I7e30fc895834318514b51bc648d32aa6d297bfae