23a87a8622
Remove some obsolete makefile.mk
...
Change-Id: I47f1a72fac3e6678b5dfe880f2f189ffc436333b
2013-04-29 13:05:51 +02:00
64e85a4cc8
Java cleanup, remove unused imports
...
Change-Id: I697017f196a7f7e5684011ae23941e54051c45dd
2013-04-26 08:29:38 +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
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
743e22ec8b
Java cleanup, remove unnecessary imports
...
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
2012-09-06 17:13:58 +02:00
cdaddecc5e
java: printStackTrace always to stderr
...
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5
Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-07-13 12:45:57 +02:00
b6db3e3acc
re-base on ALv2 code.
...
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
3b8b6cef10
Change <file>.toURL() to <file>.toURI().toURL()
2011-05-03 23:02:44 +02: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
8eb910b592
INTEGRATION: CWS changefileheader (1.6.188); FILE MERGED
...
2008/03/31 15:52:46 rt 1.6.188.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:38:50 +00:00
a4ef011a10
INTEGRATION: CWS ooo19126 (1.5.2); FILE MERGED
...
2005/09/05 13:51:50 rt 1.5.2.1: #i54170# Change license header: remove SISSL
2005-09-07 19:05:55 +00:00
cfa27c7f7e
INTEGRATION: CWS mh19121 (1.4.26); FILE MERGED
...
2005/08/12 10:13:38 hjs 1.4.26.1: #i53238# avoid copying obsolete file
2005-08-18 11:02:17 +00:00
ac80ee6b3d
INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED
...
2005/03/03 15:41:54 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
2005-03-29 11:10:04 +00:00
d267e1c4a7
INTEGRATION: CWS sdksample (1.3.62); FILE MERGED
...
2005/01/13 15:23:47 jsc 1.3.62.1: #i39890# change to new doc extensions
2005-01-31 15:25:52 +00:00
2b474afb5d
INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
...
2004/06/16 08:49:17 jsc 1.4.40.2: #i29308# explicit imports
2004/06/10 10:05:55 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:25:38 +00:00
e863826c14
INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
...
2005/01/12 15:22:18 jsc 1.1.2.1: #i39890# change to new OpenDocument format
2005-01-31 15:25:08 +00:00
be40f8488f
INTEGRATION: CWS sdksample (1.3.124); FILE MERGED
...
2004/06/16 08:49:17 jsc 1.3.124.1: #i29308# explicit imports
2005-01-31 15:24:53 +00:00
4d4e7e85d4
INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
...
2004/06/16 08:49:16 jsc 1.4.40.2: #i29308# explicit imports
2004/06/10 10:05:54 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:24:11 +00:00
3f6949f3f0
INTEGRATION: CWS sdksample (1.4.4); FILE MERGED
...
2005/01/28 14:15:23 jsc 1.4.4.9: #i29308# prepare path for del command (windows only)
2005/01/12 15:17:47 jsc 1.4.4.8: #i39890# change to new OpenDocument format
2004/11/22 09:44:13 jsc 1.4.4.7: #i29308# export graphic in output directory instead of local dir - shared usage of SDK
2004/10/29 07:33:47 jsc 1.4.4.6: #i29308# cleanup
2004/07/30 14:30:03 jsc 1.4.4.5: #i29308# use quotes for unopath option
2004/07/30 08:36:25 jsc 1.4.4.4: #i29308# adjust ECHOLINE for windows
2004/07/29 12:22:45 jsc 1.4.4.3: #i29308# insert ECHOLINE macro to dump an empty line in manifest files
2004/06/16 08:49:16 jsc 1.4.4.2: #i29308# explicit imports
2004/06/10 10:05:54 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:23:34 +00:00
ba360d4a67
INTEGRATION: CWS sdksample (1.3.124); FILE MERGED
...
2004/06/16 08:49:16 jsc 1.3.124.2: #i29308# explicit imports
2004/06/10 10:05:53 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:23:08 +00:00
e29106b6cd
INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
...
2004/11/22 09:44:12 jsc 1.4.40.3: #i29308# export graphic in output directory instead of local dir - shared usage of SDK
2004/06/16 08:49:15 jsc 1.4.40.2: #i29308# explicit imports
2004/06/10 10:05:53 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:22:52 +00:00
65ca34a5ef
INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
...
2004/06/16 08:49:15 jsc 1.4.40.2: #i29308# explicit imports
2004/06/10 10:05:53 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:22:38 +00:00
bf9488b586
INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
...
2004/06/16 08:49:15 jsc 1.4.40.2: #i29308# explicit imports
2004/06/10 10:05:52 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:22:22 +00:00
02b002cf44
INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
...
2005/01/12 15:17:46 jsc 1.4.40.3: #i39890# change to new OpenDocument format
2004/06/16 08:49:15 jsc 1.4.40.2: #i29308# explicit imports
2004/06/10 10:05:52 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:22:05 +00:00
145431f4a3
INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
...
2004/06/16 08:49:14 jsc 1.4.40.2: #i29308# explicit imports
2004/06/10 10:05:52 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:21:33 +00:00
aba8925175
INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
...
2004/06/16 08:49:14 jsc 1.4.40.2: #i29308# explicit imports
2004/06/10 10:05:51 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:21:17 +00:00
0498f530f8
INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED
...
2004/05/05 09:31:23 jsc 1.3.100.1: #116658# merge cinnabar changes
2004-05-18 12:23:52 +00:00
a36a55464f
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
...
2004/01/30 13:11:19 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-03 10:28:56 +00:00
2114d3cf23
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
...
2004/01/30 13:11:21 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:57:37 +00:00
892a2869b0
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
...
2004/01/30 13:11:20 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:56:29 +00:00
226e053a4e
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
...
2004/01/30 13:11:19 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:55:22 +00:00
d61c0288e8
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
...
2004/01/30 13:11:18 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:54:36 +00:00
d4a3f44ca6
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
...
2004/01/30 13:11:17 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:53:27 +00:00
e21652edee
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
...
2004/01/30 13:11:16 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:52:33 +00:00
2af9cc241b
INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED
...
2003/08/27 15:05:49 hr 1.2.32.1: #111934#: join from CWS sdk07
2003-08-27 15:44:14 +00:00
97c7e5f757
INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
...
2003/06/24 13:34:22 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:25:42 +00:00
61e9a27308
INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
...
2003/06/24 13:34:21 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:25:31 +00:00
b16a3776e4
INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
...
2003/06/24 13:34:20 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:24:55 +00:00
b0bdaa30d8
INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
...
2003/06/24 13:34:19 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:24:27 +00:00
32452d21d8
INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
...
2003/06/24 13:34:18 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:23:48 +00:00
28095afc1b
INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
...
2003/06/24 13:34:17 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:23:25 +00:00
94e07a2e7b
INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
...
2003/06/24 13:34:16 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:22:52 +00:00
eb402f3fe3
INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
...
2003/06/24 13:34:15 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:22:16 +00:00
45592156df
INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
...
2003/05/14 10:35:18 jsc 1.1.2.1: #109045# new, used for copying examples into SDK
2003-06-10 09:23:05 +00:00
6083cc4f29
INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
...
2003/05/22 15:01:21 jsc 1.1.2.2: #109793# insert changes of SJ
2003/05/09 11:23:26 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:22:55 +00:00
b99caea965
INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
...
2003/05/22 15:01:19 jsc 1.1.2.2: #109793# insert changes of SJ
2003/05/09 11:23:25 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:22:44 +00:00
116d70327d
INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
...
2003/05/22 15:01:18 jsc 1.1.2.2: #109793# insert changes of SJ
2003/05/09 11:23:23 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:22:27 +00:00
db9b201507
INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
...
2003/05/22 15:01:17 jsc 1.1.2.2: #109793# insert changes of SJ
2003/05/09 11:23:22 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:22:19 +00:00
e56619eb1c
INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
...
2003/05/22 15:01:16 jsc 1.1.2.2: #109793# insert changes of SJ
2003/05/09 11:23:21 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:22:10 +00:00