summaryrefslogtreecommitdiff
path: root/stoc/test
AgeCommit message (Expand)AuthorFilesLines
2023-06-18Use getXWeak in stocMike Kaganski4-10/+9
2023-04-06tdf#145538 Use range based for loopsektagoel121-2/+2
2023-03-22Remove unused fileStephan Bergmann1-85/+0
2023-03-22Introduce css.reflection.Dump singletonStephan Bergmann2-0/+237
2023-01-20Related: rhbz#2136459 use a value which is exactly representable as a floatCaolán McNamara1-1/+1
2022-10-25tdf#145759 Use symbolic constants instead of magic numerical constantsOmkarAcharekar1-2/+3
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann9-34/+0
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen1-4/+0
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar2-2/+4
2021-11-15test_corefl: Fix OSL_ENSURE bracketingDr. David Alan Gilbert1-2/+2
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet2-2/+0
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-6/+1
2020-11-19tdf#123936 Formatting files in module stoc with clang-formatPhilipp Hofer2-11/+8
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