summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-075-22/+22
* tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock2017-05-075-22/+22
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* remove type decorations on char literalsJochen Nitschke2017-03-301-1/+1
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-232-4/+4
* Fix typosAndrea Gelmini2017-03-162-2/+2
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* io: warn if OConnector can't connect to pipeMichael Stahl2017-02-101-5/+4
* Add missing #includesStephan Bergmann2017-02-0612-2/+22
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-022-46/+29
* Remove dynamic exception specificationsStephan Bergmann2017-01-2617-724/+330
* New loplugin:dynexcspec: Add @throws documentation, ioStephan Bergmann2017-01-196-1/+23
* new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2017-01-172-23/+10
* OSL_TRACE->SAL in framework..salNoel Grandin2016-12-132-20/+1
* loplugin:unnecessaryoverride (dtors) in ioStephan Bergmann2016-12-054-35/+1
* loplugin:unusedmethods in chart2..svxNoel Grandin2016-09-222-20/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1312-17/+17
* loplugin:unnecessaryvirtualNoel Grandin2016-08-081-1/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-151-2/+0
* remove (un-)definitions of NDEBUG from source filesMichael Stahl2016-05-251-16/+0
* Include cppumaker-generated .hpp, not .hdlStephan Bergmann2016-05-111-4/+4
* Fix typo in codeAndrea Gelmini2016-05-011-4/+4
* new plugin stylepoliceNoel Grandin2016-04-211-3/+3
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-8/+8
* clean upStephan Bergmann2016-04-071-2/+2
* Revert "reduce unnecessary realloc'ing"Stephan Bergmann2016-04-073-18/+8
* reduce unnecessary realloc'ingNoel Grandin2016-04-013-8/+18
* Remove excess newlinesChris Sherlock2016-02-0914-99/+0
* fix OSX buildNoel Grandin2016-01-252-8/+6
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-6/+8
* Fix typosAndrea Gelmini2016-01-102-2/+2
* loplugin:unusedfieldsNoel Grandin2015-11-301-1/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-2411-16/+16
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-9/+3
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-156-20/+10
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* Replaced for_each and algorithm include by range based loop and exception.Mario J. Rugiero2015-11-102-4/+6
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-27/+27
* new loplugin: oncevarNoel Grandin2015-11-091-3/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-5/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-047-18/+17
* Fix create/destroy mismatchStephan Bergmann2015-11-031-2/+2
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-2/+1
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-304-16/+14
* com::sun::star->css in ioNoel Grandin2015-10-239-125/+125
* coverity#1327454 Uncaught exceptionCaolán McNamara2015-10-174-126/+39
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1213-217/+217
* loplugin:mergeclassesNoel Grandin2015-10-122-38/+20