summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin2-20/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann12-17/+17
2016-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-2/+0
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl1-16/+0
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann1-4/+4
2016-05-01Fix typo in codeAndrea Gelmini1-4/+4
2016-04-21new plugin stylepoliceNoel Grandin1-3/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-8/+8
2016-04-07clean upStephan Bergmann1-2/+2
2016-04-07Revert "reduce unnecessary realloc'ing"Stephan Bergmann3-18/+8
2016-04-01reduce unnecessary realloc'ingNoel Grandin3-8/+18
2016-02-09Remove excess newlinesChris Sherlock14-99/+0
2016-01-25fix OSX buildNoel Grandin2-8/+6
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-6/+8
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara11-16/+16
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-9/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin6-20/+10
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-10Replaced for_each and algorithm include by range based loop and exception.Mario J. Rugiero2-4/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-27/+27
2015-11-09new loplugin: oncevarNoel Grandin1-3/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin7-18/+17
2015-11-03Fix create/destroy mismatchStephan Bergmann1-2/+2
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-2/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-16/+14
2015-10-23com::sun::star->css in ioNoel Grandin9-125/+125
2015-10-17coverity#1327454 Uncaught exceptionCaolán McNamara4-126/+39
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann13-217/+217
2015-10-12loplugin:mergeclassesNoel Grandin2-38/+20
2015-10-12loplugin:mergeclassesNoel Grandin2-46/+28
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-26/+26
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe16-45/+40
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann1-9/+7
2015-08-14loplugin: defaultparamsNoel Grandin4-8/+4
2015-08-03inline some use-once typedefsNoel Grandin2-6/+2
2015-07-27inline a bunch of use-once macrosNoel Grandin1-8/+0
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann1-0/+1
2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin2-14/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann9-14/+14
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-08Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann2-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin14-187/+187
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2