summaryrefslogtreecommitdiffstats
path: root/jvmaccess/source/unovirtualmachine.cxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:includeform: jvmaccessStephan Bergmann2017-10-231-5/+5
| | | | Change-Id: Iae16eaada04d35a655f7f9d8b5e8156f5c7cd171
* loplugin:passstuffbyref in jvmaccessNoel Grandin2016-04-131-1/+1
| | | | Change-Id: I0c5daabe31393db08654dd9f22abc757f6c67d4c
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
| | | | Change-Id: I226aeb4787a4c30e17fb54dc7775a288aa09b760
* Move member definition back into .cxxStephan Bergmann2015-10-271-1/+4
| | | | Change-Id: Ie0698792c8785e0caee0e78222051451e5ebc65c
* Remove uses of osl/diagnose.h from jvmaccessStephan Bergmann2015-02-121-5/+5
| | | | Change-Id: Ic9cda5259db81dd921dd3fa891b1289b8283bf27
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
| | | | Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-3/+0
| | | | Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
* Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist2013-04-051-8/+0
| | | | | | | | | Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
* re-base on ALv2 code.Michael Meeks2012-06-271-23/+14
|
* WaE: unreferenced formal parameters in the !SOLAR_JAVA caseTor Lillqvist2011-10-031-0/+2
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+3
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* INTEGRATION: CWS changefileheader (1.4.56); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 07:24:39 rt 1.4.56.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGEDRüdiger Timm2005-09-071-47/+21
| | | | 2005/09/05 14:40:57 rt 1.3.4.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS sb33 (1.2.2); FILE MERGEDOliver Bolte2005-07-071-6/+7
| | | | 2005/06/29 13:54:08 sb 1.2.2.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.
* INTEGRATION: CWS sb31 (1.1.2); FILE ADDEDOliver Bolte2005-06-171-0/+129
2005/04/07 13:48:49 sb 1.1.2.2: #120220# Fixed copyright statement. 2005/04/07 12:17:07 sb 1.1.2.1: #120220# Added an encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader.