Commit Graph

31 Commits

Author SHA1 Message Date
76f951dd4f Add an animated gif
Change-Id: Ifeeed4216275f944e61579408c77ae38945e60fa
2014-04-09 17:40:33 +03:00
3a912a626f Add a picture and a graphic
Change-Id: Ic58a0c6302b4bdac892ba1d9d019ae5b6f98e27d
2013-10-11 13:15:04 +03: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
742bb0ebe3 Use "optimal" zoom setting
Change-Id: Iaac4488aacf08525676dbfca0b747ea777c0d60a
2013-03-01 10:55:45 +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
20e027fdaa More pages
Change-Id: Ib89b2d30be207ea1664e688c3da608c2973f28a6
2012-06-20 15:14:49 +03:00
55e8343aef Grow to multiple pages, one in landscape
Change-Id: I3987c79caffaae4cd354a58c25711b0e08f63560
2012-06-14 22:03:46 +03:00
54b69a1f50 Add some coloured text
Change-Id: I2b8933294abf07dc9a7bd396e97e3a0ac617b548
2012-06-07 21:54:18 +03: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
9a517b5295 INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED
2005/03/03 15:42:06 jsc 1.6.10.1: #41142# replace make with internal MAKE variable
2005-03-29 11:15:57 +00:00
f87ffabdda INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/12 15:26:07 jsc 1.1.2.1: #i39890# change to new OpenDocument format
2005-01-31 16:09:37 +00:00
d6253c04d4 INTEGRATION: CWS sdksample (1.5.4); FILE MERGED
2005/01/12 15:17:57 jsc 1.5.4.7: #i39890# change to new OpenDocument format
2004/11/11 10:33:55 jsc 1.5.4.6: #i29308# adapted
2004/07/30 14:30:08 jsc 1.5.4.5: #i29308# use quotes for unopath option
2004/07/30 08:36:30 jsc 1.5.4.4: #i29308# adjust ECHOLINE for windows
2004/07/29 12:22:51 jsc 1.5.4.3: #i29308# insert ECHOLINE macro to dump an empty line in manifest files
2004/06/07 12:23:54 jsc 1.5.4.2: #i29308# modify dependcies
2004/06/04 14:51:36 jsc 1.5.4.1: #i29308# use of new bootstrap feature
2005-01-31 16:09:27 +00:00
dfc154eeee INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2005/01/12 15:17:57 jsc 1.4.40.4: #i39890# change to new OpenDocument format
2004/08/06 09:28:03 jsc 1.4.40.3: #i29308# use System.err for error output
2004/08/05 15:28:41 jsc 1.4.40.2: #i29308# use System.err for error output
2004/06/04 14:51:36 jsc 1.4.40.1: #i29308# use of new bootstrap feature
2005-01-31 16:09:12 +00:00
6eca06d1d5 INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2005/01/12 15:17:57 jsc 1.4.40.4: #i39890# change to new OpenDocument format
2004/08/06 09:28:03 jsc 1.4.40.3: #i29308# use System.err for error output
2004/08/05 15:28:41 jsc 1.4.40.2: #i29308# use System.err for error output
2004/06/04 14:51:35 jsc 1.4.40.1: #i29308# use of new bootstrap feature
2005-01-31 16:08:51 +00:00
21118f3ed9 INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2004/08/06 09:28:03 jsc 1.4.40.3: #i29308# use System.err for error output
2004/08/05 15:28:41 jsc 1.4.40.2: #i29308# use System.err for error output
2004/06/04 14:51:34 jsc 1.4.40.1: #i29308# use of new bootstrap feature
2005-01-31 16:08:37 +00:00
31c3a803fa INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2004/11/11 10:33:55 jsc 1.4.40.4: #i29308# adapted
2004/08/06 09:28:03 jsc 1.4.40.3: #i29308# use System.err for error output
2004/08/05 15:28:41 jsc 1.4.40.2: #i29308# use System.err for error output
2004/06/04 14:51:34 jsc 1.4.40.1: #i29308# use of new bootstrap feature
2005-01-31 16:08:23 +00:00
06b56daf9f INTEGRATION: CWS sdk13 (1.4.100); FILE MERGED
2004/05/05 09:31:43 jsc 1.4.100.1: #116658# merge cinnabar changes
2004-05-18 12:30:18 +00:00
00dd24fa5f INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:50 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 19:10:40 +00:00
a6522f461d INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:49 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 19:10:22 +00:00
de0dfe42c5 INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:48 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 19:09:48 +00:00
820a335f44 INTEGRATION: CWS sdk04 (1.3.6); FILE MERGED
2003/06/24 11:11:59 jsc 1.3.6.1: #110313# insert source license header
2003-06-30 14:55:01 +00:00
988ce802cf INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED
2003/06/24 11:11:58 jsc 1.2.20.1: #110313# insert source license header
2003-06-30 14:54:49 +00:00
6117fef947 INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED
2003/06/24 11:11:57 jsc 1.2.20.1: #110313# insert source license header
2003-06-30 14:54:38 +00:00
e9be129715 INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED
2003/06/24 11:11:56 jsc 1.2.20.1: #110313# insert source license header
2003-06-30 14:54:16 +00:00
570a901d58 INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED
2003/05/14 11:46:09 jsc 1.2.6.1: #109045# insert JAVAC_FLAGS option
2003-06-10 09:46:35 +00:00
9765e97d83 INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/04/11 13:42:28 jsc 1.1.2.3: #108153# remove brackets
2003/03/13 09:01:35 jsc 1.1.2.2: #107919# insert link to filter list
2003/03/12 13:55:23 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory
2003-04-17 08:45:26 +00:00
c0e18c92eb INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 13:55:23 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory
2003-04-17 08:45:17 +00:00
cb3f734b84 INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 13:55:21 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory
2003-04-17 08:45:08 +00:00
5fafd34aee INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 13:55:22 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory
2003-04-17 08:44:59 +00:00
3146b895d1 INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 13:55:20 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory
2003-04-17 08:44:51 +00:00