summaryrefslogtreecommitdiff
path: root/desktop/source/splash
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-2/+0
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-2/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-10-11Don't convert OUString to char* to get OUString in the endMike Kaganski1-15/+5
2022-10-10attempting to load "1920x1080" not "intro_1920x1080"Caolán McNamara1-1/+1
2022-05-05use more o3tl::getTokenNoel Grandin1-0/+1
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-4/+4
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-13/+14
2022-03-30desktop : use std::mutex instead of osl::MutexArnaud Versini1-7/+4
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-2/+1
2021-08-18undo changes to TextAlignCaolán McNamara1-1/+1
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-3/+3
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen2-4/+1
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel1-6/+6
2020-10-02Use the new single-instance="true" attribute in desktopStephan Bergmann2-5/+2
2020-10-02loplugin:reducevarscope in desktop..emfioNoel1-4/+2
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman1-4/+1
2020-08-18new loplugin:unusedvarsglobalNoel Grandin1-4/+0
2020-07-09desktop: create instances with uno constructorsNoel Grandin6-153/+20
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: desktopStephan Bergmann1-1/+1
2020-05-08compact namespace in dbaccess..dtransNoel Grandin1-4/+4
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-14loplugin:flatten in desktopNoel Grandin1-51/+51
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin1-1/+1
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen4-16/+0
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-5/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): desktopStephan Bergmann2-2/+2
2019-06-21simplify some getSupportedServiceNamesNoel Grandin1-1/+1
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-3/+1
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-02-26ColorData->Color in variousNoel Grandin1-9/+7
2018-02-16Revert "loplugin:changetoolsgen in dbaccess..desktop" and reapply pluginNoel Grandin1-2/+2
2018-02-14loplugin:changetoolsgen in dbaccess..desktopNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: desktopStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin3-6/+6
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-9/+9
2017-02-16drop BitmapMode enumNoel Grandin1-27/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-42/+20
2017-01-19New loplugin:dynexcspec: Add @throws documentation, desktopStephan Bergmann1-0/+1
2016-12-12coverity#1397048 Unchecked return valueCaolán McNamara1-1/+1