summaryrefslogtreecommitdiff
path: root/io/source/connector
AgeCommit message (Expand)AuthorFilesLines
2024-05-09loplugin:ostr in ioNoel Grandin3-13/+13
2022-06-21clang-tidy modernize-pass-by-value in io..jvmfwkNoel Grandin3-6/+8
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen1-1/+0
2021-12-20osl::Mutex->std::mutex in SocketConnectionNoel Grandin2-5/+6
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-12/+5
2021-03-26Drop these definesMike Kaganski1-5/+2
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel1-2/+2
2021-02-11loplugin:refcounting generalise type checkingNoel1-4/+5
2021-01-03tdf#124176 Use pragma once instead of include guardsAlchemist1-3/+1
2020-09-27improve some exception messagesNoel Grandin1-3/+3
2020-07-14io: create instances with uno constructorsNoel Grandin1-101/+89
2020-06-05Make it more obvious that the error message is composedStephan Bergmann1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+8
2019-11-03loplugin:stringaddNoel Grandin1-1/+1
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-4/+4
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin1-8/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ioStephan Bergmann1-1/+1
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-22/+1
2019-04-25tdf#42949 Fix IWYU warnings in io/Gabor Kelemen3-7/+1
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin1-1/+1
2018-12-19use unique_ptr in ioNoel Grandin1-6/+4
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: ioStephan Bergmann1-4/+4
2017-09-22loplugin:flatten in framework..packageNoel Grandin1-14/+11
2017-07-31loplugin:oncevarNoel Grandin1-6/+2
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-02-10io: warn if OConnector can't connect to pipeMichael Stahl1-5/+4
2017-02-06Add missing #includesStephan Bergmann3-0/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-61/+21
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin1-11/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in ioStephan Bergmann1-3/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-3/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-4/+4
2016-04-07Revert "reduce unnecessary realloc'ing"Stephan Bergmann2-12/+4
2016-04-01reduce unnecessary realloc'ingNoel Grandin2-4/+12
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara3-4/+4
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10Replaced for_each and algorithm include by range based loop and exception.Mario J. Rugiero1-2/+3
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-23com::sun::star->css in ioNoel Grandin3-52/+52
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-16/+16
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4