Commit Graph

32 Commits

Author SHA1 Message Date
382b013275 Some ConfigurationProvider -> theDefaultProvider simplifications
Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d
2014-01-08 09:10:29 +01:00
6ea6a422fb s/wiki.services.openoffice.org/wiki.openoffice.org/g
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
2013-09-07 14:21:22 +02:00
587c59fbc9 Java cleanup, Convert Vector to ArrayList
Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f
2013-05-06 11:45:50 +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
c13802e009 Fix typo "persistant" -> "persistant"
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a
Reviewed-on: https://gerrit.libreoffice.org/2347
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-28 16:05:17 +00:00
2b4fd2c89a re-base on ALv2 code. Includes:
Patches contributed by Pedro Giffuni:
    Avoid some uses of non portable #!/bin/bash in shell scripts.
    http://svn.apache.org/viewvc?view=revision&revision=1235297
    Reduce the dependencies on non standard GNU copy.
    http://svn.apache.org/viewvc?view=revision&revision=1238684
    Correct /usr/bin/env path.
    http://svn.apache.org/viewvc?view=revision&revision=1235619

    Complex Toolbar Controls Extension from the SDK
    Patches contributed by Ariel Constenla-Haile
    http://svn.apache.org/viewvc?view=revision&revision=1190390
    i118615 - make epm more verbose
    http://svn.apache.org/viewvc?view=revision&revision=1204288

    Patches contributed by Mathias Bauer (and others)
    gnumake4 work variously
    http://svn.apache.org/viewvc?view=revision&revision=1394707
    http://svn.apache.org/viewvc?view=revision&revision=1394326

    Patches contributed by Juergen Schmidt:
    jsc341: i117327: take care if no dependency node in current
    description exists, create one
    http://svn.apache.org/viewvc?view=revision&revision=1172101
    jsc341: i117327: add extra extension dependency check
    http://svn.apache.org/viewvc?view=revision&revision=1172098
    make initial branding changes
    http://svn.apache.org/viewvc?view=revision&revision=1231878

    Patches contributed by Ingo Schmidt
    native373: #i117733# no linux jre installation on 64 bit systems
    http://svn.apache.org/viewvc?view=revision&revision=1167536
    native373: ##164464# improve debian support
    http://svn.apache.org/viewvc?view=revision&revision=1167537

    Patch contribtued by Armin Le-Grand:
    Changed various aspects concerning usages of old vendor names
    http://svn.apache.org/viewvc?view=revision&revision=1293313

fix for neon webdav, remove coinmp bits, improve odk script,
cleanup & remove OS/2 conditionals, system ucpp fixes,
remove OS/2 conditionals, restore our license filenames.
2012-11-12 11:46:43 +00:00
4c9e62c6e3 Java cleanup, convert ArrayList and Vector to use generics
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
2012-09-10 23:43:39 +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
cd0308ba9c Java cleanup, make package name match folder name
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
2012-09-05 21:01:48 +02:00
9dce74e930 Java cleanup, fix compile errors because of changes in UNO API
Some of the enums have obviously changed names at some point in the
past.
Note that the code still has more compile errors.

Change-Id: Ibb152fa0ee35a0580876e621e42d049541c088bb
2012-09-05 21:01:46 +02:00
2beba8f93e reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08 13:53:54 +02:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
e476a7632c .java files don't need executable bits 2012-03-23 21:58:12 +01:00
e8d177f301 drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:37 +01:00
33e2b11638 CWS-TOOLING: integrate CWS jsc340 2011-03-07 16:31:11 +01: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
cbe90db8b0 CWS-TOOLING: integrate CWS fwk114
2009-07-08 Mikhail Voytenko #i102448# fix typo
2009-07-08 Mikhail Voytenko #i102448# detect the document of new format correctly
2009-07-03 Mikhail Voytenko #i101418# adjust header
2009-07-02 Mikhail Voytenko #i103001# Integrate the patch
2009-07-01 Mikhail Voytenko rebase to DEV300_m51
2009-06-25 Mikhail Voytenko #i71512# integrate the patch
2009-06-19 Mikhail Voytenko #i102931# check whether the file was changed even in case of system file locking
2009-06-10 Mikhail Voytenko #i102448# allow to turn the office update dialog off
2009-06-10 Mikhail Voytenko #i102448# allow to turn the office update dialog off
2009-06-09 Mikhail Voytenko #i96091# the disposed frame should throw DisposedException
2009-06-09 Mikhail Voytenko #i100835# commit the patch
2009-05-26 Mikhail Voytenko #i89514# integrate the patch
2009-05-26 Mikhail Voytenko #i30373# integrate the patch
2009-05-26 Mikhail Voytenko #i101418# fix the error handling
2009-07-30 10:52:48 +00:00
e3a36366fd INTEGRATION: CWS xsltfilter10 (1.2.78); FILE MERGED
2008/07/09 23:40:53 sus 1.2.78.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2
2008-08-19 10:52:21 +00:00
deea48542c INTEGRATION: CWS jsc21 (1.2.54); FILE MERGED
2008/05/21 10:38:20 jsc 1.2.54.1: #i88797# extended with example document
2008-07-11 13:28:54 +00:00
0d603f0bdb INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED
2008/05/21 10:35:30 jsc 1.1.2.1: new
2008-07-11 13:28:38 +00:00
b2bb673a22 INTEGRATION: CWS mav21 (1.1.2); FILE ADDED
2007/05/03 14:42:43 mav 1.1.2.3: #i75252# remove unnecessary methods
2007/03/28 14:18:06 mav 1.1.2.2: #i75252# implement only the factory inteface
2007/03/09 10:24:28 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26 15:02:42 +00:00
4f2ef5d6c4 INTEGRATION: CWS mav21 (1.1.2); FILE ADDED
2007/05/03 15:31:35 mav 1.1.2.8: #i75252# fix deactivation
2007/05/03 15:26:15 mav 1.1.2.7: #i75252# fix activation
2007/05/03 15:19:18 mav 1.1.2.6: #i75252# fix size retrieving
2007/05/03 14:23:32 mav 1.1.2.5: #i75252# support resizing of the object
2007/04/05 14:54:42 mav 1.1.2.4: #i75252# fix repainting
2007/03/28 14:13:34 mav 1.1.2.3: #i75252# support resizing of the object
2007/03/09 11:02:10 mav 1.1.2.2: #75252# fix verbs
2007/03/09 10:24:37 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26 15:02:32 +00:00
abd0d3aa41 INTEGRATION: CWS mav21 (1.1.2); FILE ADDED
2007/03/09 10:24:06 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26 15:02:22 +00:00
2956dd1db6 INTEGRATION: CWS mav21 (1.1.2); FILE ADDED
2007/03/09 11:02:09 mav 1.1.2.2: #75252# fix verbs
2007/03/09 10:24:46 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26 15:02:12 +00:00
e9c42531a5 INTEGRATION: CWS mav21 (1.1.2); FILE ADDED
2007/05/03 15:19:18 mav 1.1.2.6: #i75252# fix size retrieving
2007/05/03 14:23:32 mav 1.1.2.5: #i75252# support resizing of the object
2007/03/28 14:13:33 mav 1.1.2.4: #i75252# support resizing of the object
2007/03/27 08:32:23 mav 1.1.2.3: #75252# fix windows problem
2007/03/09 10:28:09 mav 1.1.2.2: #75252# improve performance
2007/03/09 10:24:18 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26 15:02:01 +00:00
c5e5c80ed8 INTEGRATION: CWS sdkbugfix02 (1.3.46); FILE MERGED
2005/03/03 15:42:07 jsc 1.3.46.1: #41142# replace make with internal MAKE variable
2005-03-29 11:16:24 +00:00
67c3ae971f INTEGRATION: CWS sdk13 (1.2.30); FILE MERGED
2004/05/07 07:28:14 jsc 1.2.30.1: #116658# adapt changes
2004-05-18 12:30:43 +00:00
a43faaaee1 INTEGRATION: CWS mav07 (1.1.2); FILE ADDED
2003/09/29 11:23:55 mav 1.1.2.1: #110406# testing container for embedded object
2004-01-06 08:02:48 +00:00
bc0956666b INTEGRATION: CWS mav07 (1.1.2); FILE ADDED
2003/09/29 11:23:45 mav 1.1.2.1: #110406# testing container for embedded object
2004-01-06 08:02:34 +00:00
ab9f3ab826 INTEGRATION: CWS mav07 (1.1.2); FILE ADDED
2003/09/29 15:14:14 mav 1.1.2.2: #110406# update local information about object linking
2003/09/29 11:23:44 mav 1.1.2.1: #110406# testing container for embedded object
2004-01-06 08:02:17 +00:00