summaryrefslogtreecommitdiffstats
path: root/io/source/stm
Commit message (Expand)AuthorAgeFilesLines
* revert OSL_ASSERT changesChris Sherlock2017-05-071-2/+2
* tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock2017-05-071-2/+2
* Fix typosAndrea Gelmini2017-03-161-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Add missing #includesStephan Bergmann2017-02-064-1/+7
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-021-30/+18
* Remove dynamic exception specificationsStephan Bergmann2017-01-266-491/+240
* New loplugin:dynexcspec: Add @throws documentation, ioStephan Bergmann2017-01-192-1/+9
* new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2017-01-172-23/+10
* loplugin:unnecessaryoverride (dtors) in ioStephan Bergmann2016-12-051-22/+0
* loplugin:unusedmethods in chart2..svxNoel Grandin2016-09-222-20/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-8/+8
* 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
* Remove excess newlinesChris Sherlock2016-02-094-47/+0
* fix OSX buildNoel Grandin2016-01-251-7/+6
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-6/+7
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-241-1/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-12/+6
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-104-5/+5
* new loplugin: oncevarNoel Grandin2015-11-091-3/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-041-1/+1
* com::sun::star->css in ioNoel Grandin2015-10-232-15/+15
* coverity#1327454 Uncaught exceptionCaolán McNamara2015-10-174-126/+39
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-155/+155
* loplugin:mergeclassesNoel Grandin2015-10-122-38/+20
* loplugin:mergeclassesNoel Grandin2015-10-122-46/+28
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-12/+12
* io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-194-13/+12
* Some oslCondition -> osl::ConditionStephan Bergmann2015-08-181-9/+7
* 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-083-6/+6
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-154-114/+114
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-3/+3
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-1/+1
* Some more loplugin:cstylecast: ioStephan Bergmann2015-01-201-30/+19
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-3/+3
* io: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-2/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-293-3/+0
* loplugin: cstylecastNoel Grandin2014-09-291-1/+1
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+1
* fdo#68849: Add header guards to all include filesJens Carl2014-05-301-0/+5
* remove more unnecesary OUString constructor useNoel Grandin2014-05-293-21/+17
* io: sal_Bool->boolNoel Grandin2014-04-234-29/+29