summaryrefslogtreecommitdiff
path: root/include/vcl/salbtype.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin1-1/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-02-18vcl: change mbIndex from sal_uInt8 to bool in BitmapColorChris Sherlock1-6/+6
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-3/+3
2018-01-31BitmapColor can be finalNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-29/+29
2018-01-11Replace macro with functionStephan Bergmann1-2/+2
2018-01-09convert COLOR_CHANNEL_MERGE to constexpr functionNoel Grandin1-3/+3
2017-11-06BitmapColor::GetLuminance doesn't need to use unsigned longNoel Grandin1-1/+3
2017-10-08Make Color a forward declarationChris Sherlock1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-3/+3
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-11/+11
2017-02-23loplugin:unusedmethodsNoel Grandin1-17/+0
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-2/+1
2017-02-08coverity#1400143 Missing move assignment operatorCaolán McNamara1-181/+84
2016-12-16CppunitTest_vcl_complextext: fix loplugin:cppunitassertequals warningsMiklos Vajna1-0/+7
2016-07-18Resolves: tdf#100731 include palette in checksumCaolán McNamara1-0/+5
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-7/+5
2016-06-21Use real assert() instead of DBG_ASSERT()Tor Lillqvist1-18/+18
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-24/+28
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin1-6/+5
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-3/+2
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+3
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-8/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-09-29coverity#708213 ditch the empty ctor/dtorsCaolán McNamara1-7/+0
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara1-27/+20
2015-09-17WaE: this method can be declared static ColorMaskElement::CalcMaskShiftTor Lillqvist1-4/+4
2015-09-16move CalcMaskShift to ColorMaskElementCaolán McNamara1-35/+32
2015-09-16move mask into ColorMaskElement tooCaolán McNamara1-36/+35
2015-09-16split out shared rgb components into structsCaolán McNamara1-45/+51
2015-08-21sal_uLong to size_tMatteo Casalin1-5/+5
2015-08-21ColorMask: sal_uLong to better types, minor code reworkMatteo Casalin1-54/+53
2015-08-21sal_uLong to sal_uInt16 as return type of BitmapColor::GetColorErrorMatteo Casalin1-8/+9
2015-08-21There's no need to loop backward, in the endMatteo Casalin1-14/+6
2015-08-21Bail-out early and rework loops to use correct unsigned typeMatteo Casalin1-10/+10
2015-08-21Improve readability (minor code modification, formatting)Matteo Casalin1-7/+21
2015-08-19vcl: kill 'special member functions' the compiler generatesThorsten Behrens1-20/+0
2015-07-29Remove the unnecessary type definition: HPBYTEDaniel Robertson1-12/+11
2015-07-08loplugin:unusedmethods vclNoel Grandin1-27/+0
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-14/+13
2015-05-23Remove include stdio (part6)Julien Nabet1-1/+0
2015-05-20fix indentationNoel Grandin1-25/+23
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-6/+6
2015-03-19MSVC and gcc are wrong, Clang was right, apparentlyTor Lillqvist1-1/+1
2015-03-19Revert "Dr.Memory complains about this..."Tor Lillqvist1-1/+1
2015-03-19Dr.Memory complains about this...Jan Holesovsky1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-8/+8