summaryrefslogtreecommitdiffstats
path: root/io/source
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1311-16/+16
* 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
* 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-098-53/+0
* fix OSX buildNoel Grandin2016-01-251-7/+6
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-6/+7
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:unusedfieldsNoel Grandin2015-11-301-1/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-247-9/+9
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-2/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-12/+6
* 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-043-5/+4
* Fix create/destroy mismatchStephan Bergmann2015-11-031-2/+2
* com::sun::star->css in ioNoel Grandin2015-10-238-119/+119
* coverity#1327454 Uncaught exceptionCaolán McNamara2015-10-174-126/+39
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1212-212/+212
* loplugin:mergeclassesNoel Grandin2015-10-122-38/+20
* loplugin:mergeclassesNoel Grandin2015-10-122-46/+28
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+0
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-26/+26
* io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-1911-29/+27
* Some oslCondition -> osl::ConditionStephan Bergmann2015-08-181-9/+7
* loplugin: defaultparamsNoel Grandin2015-08-144-8/+4
* inline some use-once typedefsNoel Grandin2015-08-032-6/+2
* Avoid loplugin:staticmethods in non-debug buildStephan Bergmann2015-07-081-0/+1
* loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin2015-07-022-14/+0
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-089-14/+14
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann2015-05-082-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-159-132/+132
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-292-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-3/+3