summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2017-04-13Simplify passing options to jfw_startVMStephan Bergmann
2017-04-11sal_Bool -> boolStephan Bergmann
2017-04-11sal_Bool -> boolStephan Bergmann
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-19Fix typosAndrea Gelmini
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-02-01improve exception messages in stocNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-30German comments - last bits of stoc/ translated.Michael Meeks
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-27stoc: oops, missing closing quoteMichael Stahl
2017-01-27stoc: try to throw more informative exceptionsMichael Stahl
2017-01-26-Werror=int-in-bool-context (GCC 7)Stephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23use rtl::Reference in stocNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin
2016-12-15no point in having both SAL_WARN and OSL_FAIL for the same thingNoel Grandin
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann
2016-11-18includes should be at the top of the fileNoel Grandin
2016-11-18remove some double callsNoel Grandin
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-11-02coverity#1375798 Uncaught exceptionCaolán McNamara
2016-10-27coverity#1374309 Uncaught exceptionCaolán McNamara
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin
2016-10-26Java 7 DISPLAY and FORMAT locale and script fieldEike Rathke
2016-10-25Revert "Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr"""Stephan Bergmann
2016-10-25Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr""Eike Rathke
2016-10-25Resolves: #i86470# Wrong Java locale when using "nl" and "fr"Eike Rathke
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-12loplugin:constantparam in package..stocNoel Grandin
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-18don't write past the end of the arrayMarkus Mohrhard