summaryrefslogtreecommitdiff
path: root/stoc/source/javavm
AgeCommit message (Expand)Author
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-08tdf#120362: Don't ask user to enable JVM when enumerating scriptsMike Kaganski
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-01-12More loplugin:cstylecast: stocStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: stocStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock
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-03-30remove type decorations on char literalsJochen Nitschke
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-01improve exception messages in stocNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann
2016-11-02coverity#1375798 Uncaught exceptionCaolán McNamara
2016-10-27coverity#1374309 Uncaught exceptionCaolán McNamara
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-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke