summaryrefslogtreecommitdiff
path: root/include/jvmfwk/framework.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-08use more string_viewNoel Grandin1-1/+1
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath1-1/+1
2023-06-21Allow bootstrap variables in Java user classpath settings, 2nd trySamuel Mehrbrodt1-0/+11
2021-01-02Fix some warnings for Raspberry pi 4 (part2)Julien Nabet1-0/+7
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer1-27/+19
2020-05-15Drop the JVM "feature" concept supportStephan Bergmann1-35/+2
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt1-3/+3
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt1-3/+3
2019-12-14Remove JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY, JFW_PLUGIN_FORCE_ACCESSIBILITYStephan Bergmann1-15/+0
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-09-06TyposAndrea Gelmini1-3/+3
2019-07-10Fix typoAndrea Gelmini1-3/+3
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-23loplugin:includeform: jvmfwkStephan Bergmann1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-04-13Simplify jfw_findAllJREsStephan Bergmann1-1/+0
2017-04-13Simplify passing options to jfw_startVMStephan Bergmann1-4/+2
2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann1-16/+3
2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann1-7/+6
2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann1-12/+0
2017-04-11sal_Bool -> boolStephan Bergmann1-1/+1
2017-04-11Let jfw_isVMRunning return the result; there are no error conditionsStephan Bergmann1-7/+2
2017-04-11sal_Bool -> boolStephan Bergmann1-3/+3
2017-04-11jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann1-1/+0
2017-04-11sal_Bool -> boolStephan Bergmann1-2/+2
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann1-39/+17
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-03-03Typo: requirments -> requirementsSamuel Mehrbrodt1-1/+1
2016-12-07Fix typo in comments: et -> edTakeshi Abe1-1/+1
2016-03-29Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-10Fix memory leaksStephan Bergmann1-0/+20
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann1-14/+5
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann1-4/+4
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann1-6/+6
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann1-4/+2
2016-03-10No need for SAL_CALL hereStephan Bergmann1-19/+19
2016-03-10No need for extern "C" hereStephan Bergmann1-9/+5
2016-03-10Avoid reserved identifier, remove unnecessary typedefStephan Bergmann1-3/+1
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-0/+775