summaryrefslogtreecommitdiff
path: root/stoc/test
AgeCommit message (Expand)AuthorFilesLines
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
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
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-26/+26
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-2/+2
2015-02-08Typos + simple german translationsJulien Nabet1-6/+6
2014-11-25java: remove some comment noiseNoel Grandin1-5/+0
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-1/+0
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-3/+0
2014-10-07java: remove useless overriding methodsNoel Grandin1-5/+0
2014-08-14java: remove commented out codeNoel Grandin1-4/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+2
2014-08-08java: remove unused importsNoel Grandin1-1/+0
2014-08-08java: remove unused variablesNoel Grandin2-16/+5
2014-08-05java: remove commented out codeNoel Grandin1-1/+0
2014-08-05java: remove various unused variablesNoel Grandin2-2/+0
2014-06-05stoc: remove SAL_THROW macroNoel Grandin1-3/+1
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-2/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet4-33/+33
2014-05-22cppcheck: fprintf format string requires 1 parameter but only 0 are givenThomas Arnhold1-4/+4
2014-05-22stoc: fix includesThomas Arnhold4-99/+99
2014-05-22stoc: make use of css aliasThomas Arnhold11-133/+133
2014-05-16idl: remove external header guardsThomas Arnhold1-17/+0
2014-04-24add missing modelines to idl filesThomas Arnhold11-0/+33
2014-03-10stoc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-1/+1
2014-02-26Remove visual noise from stocAlexander Wilms8-69/+69
2014-02-23Remove unneccessary commentsAlexander Wilms2-12/+12
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2-9/+1
2014-01-26Translate some German comments to English, and remove some ASCII art.Sven Wehner1-39/+33
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-29/+29
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-3/+3
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1