summaryrefslogtreecommitdiffstats
path: root/io/test
Commit message (Expand)AuthorAgeFilesLines
* Resurrect io testconnection executableStephan Bergmann2021-05-251-61/+53
* Drop these definesMike Kaganski2021-03-261-4/+2
* tdf#124176 Use pragma once instead of include guardsAlchemist2021-01-031-5/+1
* sal_Char->char in idlc..linguisticNoel Grandin2019-12-192-2/+2
* Fix typoAndrea Gelmini2019-12-121-2/+2
* Fix typosAndrea Gelmini2019-12-111-9/+9
* cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet2019-11-241-2/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-171-3/+1
* Fix typosAndrea Gelmini2019-07-271-1/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle2018-07-082-7/+4
* Fix typosAndrea Gelmini2018-01-241-1/+1
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-1/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-184-4/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-073-19/+19
* tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock2017-05-073-19/+19
* Remove excess newlinesChris Sherlock2016-02-096-46/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-244-7/+7
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-7/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-8/+4
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-044-13/+13
* 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-231-6/+6
* Fix typosAndrea Gelmini2015-09-301-2/+2
* io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-194-14/+11
* inline a bunch of use-once macrosNoel Grandin2015-07-271-8/+0
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-155-55/+55
* 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
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-297-7/+0
* fdo#68849: Add header guards to all include filesJens Carl2014-06-021-0/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-4/+4
* second test should be DataOutputStreamStephan Bergmann2014-04-221-1/+1
* Remove visual noise from ioAlexander Wilms2014-02-261-2/+1
* Remove unneccessary commentsAlexander Wilms2014-02-232-2/+2
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-3/+2
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-2/+2
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-111-18/+18
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-18/+18
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-2/+2
* fdo#46374 replace stardiv in comments where applicableThomas Arnhold2013-10-042-14/+8
* remove OUString wrap for string literalsThomas Arnhold2013-06-293-49/+49
* further OUString cleanupThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-20/+20
* re-base on ALv2 code.Michael Meeks2012-07-048-182/+110
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14