summaryrefslogtreecommitdiff
path: root/desktop/source/splash
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-3/+3
2016-06-27loplugin:singlevalfields in dbaccessNoel Grandin1-4/+1
2016-06-20Convert PART to scoped enumNoel Grandin1-3/+3
2016-05-31Convert ControlType to scoped enumNoel Grandin1-3/+3
2016-05-12warn to info for something that isn't a surpriseCaolán McNamara1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin1-2/+2
2016-03-13quieten debugging soffice startupCaolán McNamara1-3/+3
2016-03-12tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)Rohan Kumar1-15/+6
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2015-12-23loplugin:unusedfields in desktopNoel Grandin2-7/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-6/+6
2015-11-09new loplugin: oncevarNoel Grandin2-6/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-20/+20
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-23desktop: avoid 'using' in headersMiklos Vajna2-12/+10
2015-09-21convert Link<> to typedNoel Grandin1-5/+4
2015-09-12desktop: com::sun::star->cssNoel Grandin4-9/+7
2015-08-14loplugin: defaultparamsNoel Grandin1-4/+4
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-06-24cppcheck: noExplicitConstructorCaolán McNamara2-2/+2