summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/javavm.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-07-20cid#1554791 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-13loplugin:ostr in stocNoel Grandin1-95/+95
2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl1-87/+2
2023-10-18loplugin:indentationStephan Bergmann1-3/+3
2023-10-15tdf#101376 don't detach thread if it is the main thread on macOSPatrick Luby1-0/+15
2023-08-24Small refactorMike Kaganski1-2/+4
2023-08-23tdf#156701: Move DontEnableJava handling into askForRetryMike Kaganski1-6/+3
2023-07-31tdf#156161: Honor "DontEnableJava" when failed because selected JRE uninstalledMike Kaganski1-0/+3
2023-06-18Use getXWeak in stocMike Kaganski1-25/+25
2022-06-27clang-tidy modernize-pass-by-value in stocNoel Grandin1-2/+3
2022-05-03Just use Any ctor instead of makeAny in stocStephan Bergmann1-8/+8
2022-05-01use more string_view in variousNoel Grandin1-1/+1
2022-02-25Don't use Library_tl in URE librariesStephan Bergmann1-13/+13
2021-06-29Drop old MSVC workaroundStephan Bergmann1-1/+1
2021-06-29Fix JavaVirtualMachine::disposeStephan Bergmann1-2/+0
2021-06-29Missing acquire in UNO constructor functionStephan Bergmann1-1/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-03-23use single-use attribute for JavaVirtualMachineNoel Grandin1-18/+2
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel1-1/+1
2020-12-21Revert "lok: add pre-condition "DontEnableJava""Henry Castro1-3/+0
2020-12-18lok: add pre-condition "DontEnableJava"Henry Castro1-0/+3
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-5/+0
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-4/+4
2020-07-25Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContextMike Kaganski1-5/+2
2020-07-24stoc/javavm: create instances with uno constructorsNoel Grandin1-116/+29
2020-02-06Be more verbose about JNI errors at least with --enable-dbgutilStephan Bergmann1-0/+4
2019-12-22sal_Char->char in sot..storeNoel Grandin1-1/+1
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-4/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-1/+1
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin1-8/+9
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-12/+0
2019-01-29loplugin:flatten in stoc..storeNoel Grandin1-98/+98
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2018-10-08tdf#120362: Don't ask user to enable JVM when enumerating scriptsMike Kaganski1-0/+7
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-1/+2
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-2/+1
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov1-2/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-12/+18
2018-01-12More loplugin:cstylecast: stocStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: stocStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+4
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-26/+11
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-6/+6
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock1-4/+4