summaryrefslogtreecommitdiff
path: root/cpputools
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: cpputoolsStephan Bergmann2-5/+5
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-6/+3
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-46/+44
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-2/+2
2017-06-05spelling instanciate -> instantiateNoel Grandin1-1/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin1-1/+1
2017-02-21loplugin:subtlezeroinit: cpputoolsStephan Bergmann1-1/+1
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-12/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-11/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cpputoolsStephan Bergmann1-0/+4
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-21/+3
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-09new loplugin: oncevarNoel Grandin1-4/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2014-12-12cpputools: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+2
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara1-0/+1
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-2/+2
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-2/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin1-26/+14
2014-05-08various: sal_Bool->boolNoel Grandin2-21/+21
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-6/+6
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-2/+2
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith1-41/+24
2013-10-01Remove odd "bootstrapping" of acceptor/connector/binaryurp componentsStephan Bergmann1-43/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-06-15gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan2-21/+0
2013-06-10fdo#46808, Use service constructor for connection::AcceptorNoel Grandin1-5/+2
2013-05-06fdo#62475 - remove ASCII artPhilipp Riemer1-36/+9
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-5/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-4/+4
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-63/+12
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-10/+10