summaryrefslogtreecommitdiffstats
path: root/stoc/source/javavm/javavm.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-4/+1
* tdf#120362: Don't ask user to enable JVM when enumerating scriptsMike Kaganski2018-10-081-0/+7
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* clang-tidy performance-inefficient-vector-operationNoel Grandin2018-09-051-1/+2
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-201-2/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-021-0/+1
* tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov2018-06-151-2/+1
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-251-12/+18
* More loplugin:cstylecast: stocStephan Bergmann2018-01-121-3/+3
* loplugin:salcall fix functionsNoel Grandin2017-12-111-2/+2
* loplugin:includeform: stocStephan Bergmann2017-10-231-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-4/+4
* Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M2017-08-281-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-251-26/+11
* use more OUString::operator== in sfx2..svtoolsNoel Grandin2017-07-141-6/+6
* revert OSL_ASSERT changesChris Sherlock2017-05-071-4/+4
* tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock2017-05-071-4/+4
* Simplify passing options to jfw_startVMStephan Bergmann2017-04-131-26/+4
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-111-10/+10
* remove type decorations on char literalsJochen Nitschke2017-03-301-2/+2
* drop various _MSC_VER < 1900 conditionalsCaolán McNamara2017-03-061-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-2/+2
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-13/+3
* improve exception messages in stocNoel Grandin2017-02-011-4/+4
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-4/+4
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-36/+36
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-21/+5
* New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann2017-01-191-1/+4
* coverity#1375798 Uncaught exceptionCaolán McNamara2016-11-021-1/+1
* coverity#1374309 Uncaught exceptionCaolán McNamara2016-10-271-1/+1
* Java 7 DISPLAY and FORMAT locale and script fieldEike Rathke2016-10-261-9/+64
* Revert "Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr"""Stephan Bergmann2016-10-251-16/+14
* Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr""Eike Rathke2016-10-251-14/+16
* Resolves: #i86470# Wrong Java locale when using "nl" and "fr"Eike Rathke2016-10-251-16/+14
* loplugin:singlevalfields in sc..vclNoel Grandin2016-09-151-7/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-251-22/+14
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-5/+5
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-131-4/+8
* Remove stray spaces from start of log messagesStephan Bergmann2016-04-121-1/+1
* tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-121-24/+4
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* Fix memory leaksStephan Bergmann2016-03-101-24/+5
* No more need for jfw_freeJavaInfoStephan Bergmann2016-03-101-3/+3
* include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2016-03-091-1/+1
* WaE: replace OUString constructed from a string literal directly ...Tor Lillqvist2016-02-181-1/+1