summaryrefslogtreecommitdiffstats
path: root/stoc/test
Commit message (Expand)AuthorAgeFilesLines
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-7/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-08-023-0/+3
* tdf#108523 Remove @author annotationsAbhyudaya Sharma2018-06-181-10/+2
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2018-04-171-62/+62
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-094-4/+4
* Fix typosAndrea Gelmini2018-01-251-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-044-4/+4
* Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M2017-08-284-25/+25
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-2/+2
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-077-78/+74
* tdf#43157: convert stoc tests from OSL_ASSERT to assertChris Sherlock2017-05-077-74/+78
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* German comments - last bits of stoc/ translated.Michael Meeks2017-01-301-20/+15
* no point in having both SAL_WARN and OSL_FAIL for the same thingNoel Grandin2016-12-154-4/+0
* OSL_TRACE -> SAL in sfx2..svxNoel Grandin2016-12-116-21/+8
* includes should be at the top of the fileNoel Grandin2016-11-181-2/+2
* remove some double callsNoel Grandin2016-11-182-3/+3
* Fix typosAndrea Gelmini2016-10-011-1/+1
* tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-121-2/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-162-2/+2
* Remove excess newlinesChris Sherlock2016-02-097-19/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-055-63/+44
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-3/+1
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-306-12/+7
* stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-079-25/+23
* svx,starmath: inline some use-once typedefsNoel Grandin2015-08-041-6/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-151-2/+2
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+2
* redundant castCaolán McNamara2015-04-291-2/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+3
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-153-9/+9
* convert REG_ constants to scoped enumNoel Grandin2015-04-092-3/+3
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-26/+26
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-2/+2
* Typos + simple german translationsJulien Nabet2015-02-081-6/+6
* java: remove some comment noiseNoel Grandin2014-11-251-5/+0
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-1/+0
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-293-3/+0
* java: remove useless overriding methodsNoel Grandin2014-10-071-5/+0
* java: remove commented out codeNoel Grandin2014-08-141-4/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
* java: remove unused importsNoel Grandin2014-08-081-1/+0
* java: remove unused variablesNoel Grandin2014-08-082-16/+5
* java: remove commented out codeNoel Grandin2014-08-051-1/+0
* java: remove various unused variablesNoel Grandin2014-08-052-2/+0
* stoc: remove SAL_THROW macroNoel Grandin2014-06-051-3/+1