summaryrefslogtreecommitdiffstats
path: root/include/jvmfwk
Commit message (Collapse)AuthorAgeFilesLines
* Avoid reserved identifierStephan Bergmann2016-03-291-2/+2
| | | | Change-Id: I77c80c1aec96d520d1c0a3d95a2b91d3bccb3fff
* Fix memory leaksStephan Bergmann2016-03-101-0/+20
| | | | Change-Id: If9f7dc4a28d5e005959f0d4a0a2ed317b699f292
* No more need for jfw_freeJavaInfoStephan Bergmann2016-03-101-14/+5
| | | | Change-Id: I2426a76936b4099a243ce8c102da867e7868aac3
* Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann2016-03-101-4/+4
| | | | Change-Id: Iecd476970b0b7a46afe223f71e95b0010048d7b1
* Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann2016-03-101-6/+6
| | | | Change-Id: Ieb23b0c36ef56a4793a56cdb450df34e4d9bce1d
* Manage JavaInfo instances via new/deleteStephan Bergmann2016-03-101-4/+2
| | | | Change-Id: I10a113718e525b646c51aa8a19f9f2b75a36714a
* No need for SAL_CALL hereStephan Bergmann2016-03-101-19/+19
| | | | Change-Id: Iefa38d62235eb54ed5f1ff78b49127bd7bea1f5e
* No need for extern "C" hereStephan Bergmann2016-03-101-9/+5
| | | | | | ...and fix resulting loplugin:salbool fallout Change-Id: I5ae1497608d31c20b0d10676450a7673dee1c651
* Avoid reserved identifier, remove unnecessary typedefStephan Bergmann2016-03-101-3/+1
| | | | Change-Id: I1172bff37539d1ffb8da7b53c0e5f1913f7b7ec7
* include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2016-03-092-11/+5
| | | | Change-Id: Ia912e937d5a48afb6f8f5345b20bb7bd517fc4f1
* Fix typosAndrea Gelmini2016-01-101-1/+1
| | | | | | | Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
* loplugin:unusedmethodsNoel Grandin2015-10-271-24/+0
| | | | | | | Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Fix typosAndrea Gelmini2015-07-031-1/+1
| | | | | | | Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Fix typosAndrea Gelmini2015-06-161-1/+1
| | | | | | | Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41 Reviewed-on: https://gerrit.libreoffice.org/16295 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Typo: bootrap=>bootstrapJulien Nabet2014-12-201-1/+1
| | | | Change-Id: Icf3202c3f3f733bf65c15503063903cb5322d593
* fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn2014-12-151-26/+30
| | | | | | | | | | | | | | | | | | | adapted algorithm that selects the Java runtime to be used so that Java installations associated with the JAVA_HOME and PATH environment variables are preferred over others Java installations are now analysed in the following order: * installation that the JAVA_HOME environment variable refers to (if it is set) * Java installations in PATH * other Java installation (algorithm that was used before) Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: jvmfwk/source/framework.cxx Change-Id: I3a3ade25322def0c0432b369848f13a6b82034a1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-2/+2
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann2014-10-091-257/+0
| | | | Change-Id: I954f789d5850e8016f5900812f9aa99be2416ce4
* Remove unused JVMFWK_DLLPRIVATEStephan Bergmann2014-10-091-1/+0
| | | | Change-Id: I9b562e085e0b2a446a16ff5189c1d6b03c0d924b
* Remove jvmfwk plugin featureStephan Bergmann2014-10-093-36/+4
| | | | | | | ...which was effectively unused; there only ever was a single sunjavaplugin that is now folded directly into jvmfwk. Leaves room for further clean up. Change-Id: I14dd2a3a09bd1ce9a8c3f5c156628ec11d954a0b
* UNO_JAVA_JFW_PLUGIN is long goneStephan Bergmann2014-10-091-5/+1
| | | | | | | | ...since e7f7d511a3ad39faef431bdfc2a79fa090d0b5f7 etc. "INTEGRATION: CWS jl15: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN" Change-Id: Ia70fa9919b4b55e8b13473602cfca723f554ec30
* Remove unused jfw_setJRELocationsStephan Bergmann2014-05-081-31/+2
| | | | Change-Id: If71cc5052f7ddfbc2d69ba01aa0cd3be2a4def8e
* typo fixesAndras Timar2013-12-201-1/+1
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* fdo#65108 inter-module includes <> include/jvmfwkNorbert Thiebaud2013-11-092-6/+6
| | | | Change-Id: I786a0e3b5c3b8e993a7ed0ab114756697761366e
* Avoid using gconftool. Atk provides a11y not Java on Unix.Michael Meeks2013-10-301-1/+7
| | | | | | | | | | | | | cf. comment in framework header. Should have no impact on real run-time Java a11y, which would be enabled later as-needed; only on JRE selection. For extreme corner-cases, where your auto-selected JRE has no a11y support either select another JRE in the UI or: $ export JFW_PLUGIN_FORCE_ACCESSIBILITY=1 to override. Change-Id: I59a6428e5a11664b75c29580cad76eb9500db45a
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
|
* execute move of global headersBjoern Michaelsen2013-04-234-0/+1141
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a