summaryrefslogtreecommitdiff
path: root/stoc/test
AgeCommit message (Expand)AuthorFilesLines
2020-05-18Fix typo in codeAndrea Gelmini1-1/+1
2020-05-18use std::experimental::source_location in uno::ExceptionNoel Grandin1-4/+4
2019-12-22sal_Char->char in sot..storeNoel Grandin1-1/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-08-25Fix typosAndrea Gelmini1-1/+1
2019-08-23Clarify a corner caseStephan Bergmann1-1/+11
2019-08-23Check that XUriReferenceFactory.makeAbsolute matches rtl::Uri::convertRelToAbsStephan Bergmann1-318/+338
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann1-39/+439
2019-08-19Make test code more readableStephan Bergmann1-1/+1
2019-08-19Improve test failure outputStephan Bergmann1-6/+8
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-16Fix tests taken from RFC 2396Stephan Bergmann1-2/+4
2019-08-16Re-enable stoc/test/uriproc/Stephan Bergmann1-108/+109
2019-08-12Fix typosAndrea Gelmini2-3/+3
2019-08-09Fix typoAndrea Gelmini1-1/+1
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-7/+2
2018-08-02Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-06-18tdf#108523 Remove @author annotationsAbhyudaya Sharma1-10/+2
2018-04-17tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-62/+62
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin4-4/+4
2018-01-25Fix typosAndrea Gelmini1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin4-4/+4
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M4-25/+25
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock7-78/+74
2017-05-07tdf#43157: convert stoc tests from OSL_ASSERT to assertChris Sherlock7-74/+78
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-01-30German comments - last bits of stoc/ translated.Michael Meeks1-20/+15
2016-12-15no point in having both SAL_WARN and OSL_FAIL for the same thingNoel Grandin4-4/+0
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin6-21/+8
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+2
2016-11-18remove some double callsNoel Grandin2-3/+3
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-04-12tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-2/+2
2016-02-16use consistent #define checks for the Windows platformNoel Grandin2-2/+2
2016-02-09Remove excess newlinesChris Sherlock7-19/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin5-63/+44
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-3/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin6-12/+7
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe9-25/+23
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin1-6/+2
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+2
2015-04-29redundant castCaolán McNamara1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-9/+9
2015-04-09convert REG_ constants to scoped enumNoel Grandin2-3/+3
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1