summaryrefslogtreecommitdiff
path: root/io/test
AgeCommit message (Expand)AuthorFilesLines
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle2-7/+4
2018-01-24Fix typosAndrea Gelmini1-1/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke4-4/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock3-19/+19
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock3-19/+19
2016-02-09Remove excess newlinesChris Sherlock6-46/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara4-7/+7
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-7/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-8/+4
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin4-13/+13
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 Grandin1-6/+6
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-14/+11
2015-07-27inline a bunch of use-once macrosNoel Grandin1-8/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin5-55/+55
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-6/+6
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin7-7/+0
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-4/+4
2014-04-22second test should be DataOutputStreamStephan Bergmann1-1/+1
2014-02-26Remove visual noise from ioAlexander Wilms1-2/+1
2014-02-23Remove unneccessary commentsAlexander Wilms2-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-2/+2
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-18/+18
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-18/+18
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold2-14/+8
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-49/+49
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-20/+20
2012-07-04re-base on ALv2 code.Michael Meeks8-182/+110
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
2012-06-02targeted string re-workNorbert Thiebaud4-101/+100
2012-06-01targeted string re-workNorbert Thiebaud1-14/+14
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold3-6/+6
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-17remove extraneous qualifiers that break some compilersMariusz Dykierek1-2/+2
2011-12-15catch exception by constant referenceTakeshi Abe6-11/+11
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-1/+0
2011-11-27remove include of pch header from ioNorbert Thiebaud7-14/+0