Commit Graph

23 Commits

Author SHA1 Message Date
7cba598a7d Java cleanup, delete some dead code
Change-Id: I4423cc7ec49769e256f73d9b7fba7b78f84f932f
2013-05-06 11:45:55 +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
9b0198b244 package: convert internal ZIP handling data-types to 64bit
Prepare for a ZIP64 implementation.
Audit all "Size" property fetches through Anys.
Audit all uses of nSize, nCompressedSize, nOffset through the code.
Add FIXME64: comments to all points requiring future work.
2012-09-21 15:37:17 +01: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
eb4be23d47 Java cleanup, make package name match folder name
Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec
2012-09-05 21:01:46 +02:00
97b5851e97 Java cleanup, update code for changes in UNO encryption API
Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5
2012-09-05 21:01:46 +02:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
263dbc6726 INTEGRATION: CWS sdkbugfix02 (1.3.46); FILE MERGED
2005/03/03 15:42:10 jsc 1.3.46.1: #41142# replace make with internal MAKE variable
2005-03-29 11:18:13 +00:00
2a061abbc3 INTEGRATION: CWS sdk13 (1.2.46); FILE MERGED
2004/05/07 07:28:14 jsc 1.2.46.1: #116658# adapt changes
2004-05-18 12:32:23 +00:00
8bc0e86aba INTEGRATION: CWS mav08 (1.2.10); FILE MERGED
2003/10/15 08:31:12 mav 1.2.10.1: #i21121# substorages must implement transacted mode
2003-10-30 08:17:45 +00:00
a3dbcf68ce INTEGRATION: CWS mav08 (1.2.10); FILE MERGED
2003/10/15 08:31:11 mav 1.2.10.1: #i21121# substorages must implement transacted mode
2003-10-30 08:17:35 +00:00
172c5a4bc8 INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/09/04 11:47:52 mav 1.1.2.2: #i15929# WrongPasswordException is moved to packages
2003/07/22 15:10:41 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:37:15 +00:00
f10ef0d4eb INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:10:40 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:37:06 +00:00
c4226d8049 INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:10:39 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:36:57 +00:00
7c6ea627ca INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:10:38 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:36:48 +00:00
92a02335ac INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:10:37 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:36:31 +00:00
c137b0ee7b INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:10:36 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:36:22 +00:00
7cc48dd0b8 INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:10:35 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:36:12 +00:00
6cbb4f417e INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:10:34 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:35:49 +00:00
d4c36333ad INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:10:33 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:35:37 +00:00
8d02781665 INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:10:32 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:35:28 +00:00
5a3851e199 INTEGRATION: CWS mav05 (1.1.2); FILE ADDED
2003/07/22 15:11:00 mav 1.1.2.1: #i15929# new storage api testing
2003-09-11 09:35:17 +00:00