summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:mergeclassesNoel Grandin2015-10-122-46/+28
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+0
* Fix typosAndrea Gelmini2015-09-301-2/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-26/+26
* io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-1916-45/+40
* 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
* inline a bunch of use-once macrosNoel Grandin2015-07-271-8/+0
* 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-1514-187/+187
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-6/+6
* 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
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-1/+1
* enable tcpNoDelay for loopback connections automaticallyNoel Grandin2015-01-202-2/+8
* Some more loplugin:cstylecast: ioStephan Bergmann2015-01-203-33/+22
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-7/+7
* io: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-2/+1
* Fix C4716: 'anonymous namespace'::Input::readBytes : must return a valueTor Lillqvist2014-11-261-1/+1
* Unit test for fdo#79941 (handle short reads)Stephan Bergmann2014-11-243-0/+179
* fdo#79941: Properly handle short readsStephan Bergmann2014-11-211-1/+1
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-183-0/+3
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-2919-19/+0
* loplugin: cstylecastNoel Grandin2014-09-291-1/+1
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+1
* various: remove SAL_THROW macroNoel Grandin2014-06-052-2/+2
* fdo#68849: Add header guards to all include filesJens Carl2014-06-021-0/+6