Commit Graph

40 Commits

Author SHA1 Message Date
345afe7b72 odk: adapt hyperlinks to IDL docs
Change-Id: I2b1874ff926c7510016919b9f11674a4746fa82c
2013-06-04 12:01:11 +02:00
6f17a2f66f Java cleanup, access static methods using correct syntax
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
2013-04-26 08:36:04 +02:00
fb39e71989 Java cleanup, call static methods statically
Change-Id: Ibe0454d490153f723a58c3c619be7f8d443639c8
2013-04-26 08:18:40 +02:00
5051209534 Adapt SDK to usage of msvcrtd for Windows --enable-dbgutil
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK.  Turns out
  this was explicitly included in ~all examples Makefiles, but only after
  settings.mk where it is now used, so include it in settings.mk now and dropped
  it from all the exmaples Makefiles.

* The old settings.mk was apparently confused with using /MT ("link with
  LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link
  command line (where it was ignored), and you apparently can't pass both
  together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp.
  /MTd).  No idea if that is exactly right, however.

* Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and
  msvcrt.lib vs. msvcrtd.lib on Windows.  Adapted examples Makefiles and
  /ure/source/uretest/Makefile accordingly.  Some examples Makefiles
  additionally use msvcprt.lib, no idea whether that still needs to be
  addressed.

Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
2013-04-19 14:02:18 +02:00
8d87758d65 Java cleanup, remove the rest of the unnecessary casts
Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa
Reviewed-on: https://gerrit.libreoffice.org/3432
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-19 07:52:08 +00:00
14a2413530 Adapt SDK to -B removed from cppumaker/javamaker
Change-Id: Ida4d11e0f8dfea201e0456cc54aa7f5af093d2ad
2013-04-11 14:24:08 +02:00
616c6924f1 s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22 09:58:19 +02:00
37a2fa5d5a fdo#51304: Remove the author of some java source files
This patch remove some '@author' for Java souce files, and removes some
commented code founded when removing the '@author'.

Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
2012-10-01 14:10:03 +02:00
6bf09ecf1d Java cleanup, remove unnecessary imports
I guess I missed some last time :-)

Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10 23:43:38 +02:00
3f62165fd4 replace api.openoffice.org to api.libreoffice.org 2011-09-07 10:27:56 +02:00
928af9414d jsc340: i114609: support passive component registration 2011-02-22 16:13:49 +01:00
134b85e8f8 jsc340: i114609: support passive component registration 2011-02-01 18:08:59 +01:00
1296914c84 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
6df63a0fa7 CWS-TOOLING: integrate CWS sdk31fix_DEV300
2009-04-03 15:43:49 +0200 jsc  r270492 : correct classpath
2009-04-02 16:27:49 +0200 jsc  r270416 : fix typo in run target and classpath
2009-04-02 16:27:14 +0200 jsc  r270415 : remove Inspector example, change docu to link into the wiki on the related project page
2009-04-01 14:07:33 +0200 jsc  r270327 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 11:57:53 +0200 jsc  r270315 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 11:47:59 +0200 jsc  r270314 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:33:10 +0200 jsc  r270304 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:30:39 +0200 jsc  r270303 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:29:19 +0200 jsc  r270301 : #i100712# change header image version number
2009-04-22 12:39:28 +00:00
8313cf4f21 INTEGRATION: CWS jsc21 (1.4.208); FILE MERGED
2008/02/13 13:47:27 jsc 1.4.208.1: #i72964# cleanup header guards
2008-07-11 13:32:23 +00:00
051c1012ec INTEGRATION: CWS jsc21 (1.9.74); FILE MERGED
2008/05/23 11:49:23 jsc 1.9.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:30:53 +00:00
1d2bec9e53 INTEGRATION: CWS jsc17 (1.8.124); FILE MERGED
2007/01/22 15:35:33 jsc 1.8.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:09:48 +00:00
59de97f6b9 INTEGRATION: CWS sdkbugfix02 (1.7.10); FILE MERGED
2005/03/03 15:42:09 jsc 1.7.10.1: #41142# replace make with internal MAKE variable
2005-03-29 11:17:54 +00:00
c401fd232f INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2004/08/05 15:15:48 jsc 1.4.40.2: #i29308# use System.err for error output
2004/06/07 15:54:55 jsc 1.4.40.1: #i29308# use new bootstrap feature
2005-01-31 16:16:38 +00:00
5fb8c7ed8a INTEGRATION: CWS sdksample (1.3.124); FILE MERGED
2004/06/25 15:48:03 jsc 1.3.124.1: #i29308# use of new UNO features
2005-01-31 16:16:24 +00:00
6256e4960b INTEGRATION: CWS sdksample (1.6.4); FILE MERGED
2005/01/28 10:06:27 jsc 1.6.4.12: #i29308# prepare path for del command (windows only)
2005/01/12 15:17:59 jsc 1.6.4.11: #i39890# change to new OpenDocument format
2004/10/29 07:33:56 jsc 1.6.4.10: #i29308# cleanup
2004/10/27 11:34:29 jsc 1.6.4.9: #i29308# change laoding of sample documents
2004/10/22 13:12:36 jsc 1.6.4.8: #i35871# adapt for Java 5.0
2004/10/08 13:58:45 jsc 1.6.4.7: #i29308# insert package manifest
2004/08/24 15:04:27 jsc 1.6.4.6: #i29308# use of new UNO package extension
2004/07/30 14:30:10 jsc 1.6.4.5: #i29308# use quotes for unopath option
2004/07/30 08:36:31 jsc 1.6.4.4: #i29308# adjust ECHOLINE for windows
2004/07/29 12:22:53 jsc 1.6.4.3: #i29308# insert ECHOLINE macro to dump an empty line in manifest files
2004/06/25 15:48:03 jsc 1.6.4.2: #i29308# use of new UNO features
2004/06/07 15:54:55 jsc 1.6.4.1: #i29308# use new bootstrap feature
2005-01-31 16:15:55 +00:00
14f4c4ae8a INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2004/08/05 15:15:47 jsc 1.4.40.2: #i29308# use System.err for error output
2004/06/07 15:54:54 jsc 1.4.40.1: #i29308# use new bootstrap feature
2005-01-31 16:15:41 +00:00
71d23b8d41 INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2004/06/07 15:54:53 jsc 1.4.40.1: #i29308# use new bootstrap feature
2005-01-31 16:15:29 +00:00
eff6333fec INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/12 15:26:44 jsc 1.1.2.1: #i39890# change to new OpenDocument format
2005-01-31 16:15:02 +00:00
2413ead050 INTEGRATION: CWS sdk13 (1.5.94); FILE MERGED
2004/05/05 09:31:46 jsc 1.5.94.1: #116658# merge cinnabar changes
2004-05-18 12:32:08 +00:00
a13a0f4db6 INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:54 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-03 10:33:20 +00:00
674d083474 INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:53 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 19:12:08 +00:00
72644e5438 INTEGRATION: CWS sdk06 (1.4.2); FILE MERGED
2003/07/03 14:54:21 jsc 1.4.2.1: #110588# insert subst command to correct slashes for Windows < XP
2003-07-09 09:41:44 +00:00
d5c8dcaa29 INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED
2003/06/24 11:16:02 jsc 1.2.20.1: #110313# insert source license header
2003-06-30 14:58:56 +00:00
4adc4ae6a6 INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED
2003/06/24 11:16:01 jsc 1.2.20.1: #110313# insert source license header
2003-06-30 14:58:44 +00:00
6524bd6d44 INTEGRATION: CWS sdk04 (1.3.6); FILE MERGED
2003/06/24 11:16:00 jsc 1.3.6.1: #110313# insert source license header
2003-06-30 14:58:32 +00:00
e79a2d3e2d INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED
2003/06/24 11:16:00 jsc 1.2.20.1: #110313# insert source license header
2003-06-30 14:58:20 +00:00
9032be4c79 INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED
2003/06/24 11:15:59 jsc 1.2.20.1: #110313# insert source license header
2003-06-30 14:58:09 +00:00
5ba35723bc INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED
2003/05/14 11:46:13 jsc 1.2.6.1: #109045# insert JAVAC_FLAGS option
2003-06-10 09:47:46 +00:00
aab4e5f8eb INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 14:59:14 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory
2003-04-17 08:50:32 +00:00
058d1f48d2 INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 14:59:11 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory
2003-04-17 08:50:22 +00:00
895e07550e INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/04/10 11:41:29 jsc 1.1.2.3: #108799# use new naming convention for uno components
2003/03/12 15:36:46 jsc 1.1.2.2: #108153# insert CalcAddins.sxc
2003/03/12 14:59:09 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory
2003-04-17 08:50:14 +00:00
c1ad1ef9c4 INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/04/10 11:41:31 jsc 1.1.2.2: #108799# use new naming convention for uno components
2003/03/12 14:59:13 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory
2003-04-17 08:50:03 +00:00
72cbca1e53 INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 14:59:16 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory
2003-04-17 08:49:53 +00:00
a46f93c44d INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 14:59:17 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory
2003-04-17 08:49:34 +00:00