Commit graph

75 commits

Author SHA1 Message Date
Matúš Kukan
7e9a597202 Revert "cppcheck reduce scope of var in odk/..unoapploader.c"
This reverts commit 595de860c7.
MSVC couldn't handle this.
2011-10-08 10:44:28 +02:00
Pierre-André Jacquod
595de860c7 cppcheck reduce scope of var in odk/..unoapploader.c 2011-10-07 15:57:46 +02:00
Fridrich Štrba
bb5bdbbdca Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4f.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f Trying to chop out the uwinapi library 2011-09-16 15:52:40 +02:00
Julien Nabet
3ea396c8d2 Some cppcheck cleaning 2011-05-08 14:54:29 +02:00
Julien Nabet
3b8b6cef10 Change <file>.toURL() to <file>.toURI().toURL() 2011-05-03 23:02:44 +02:00
Francois Tigeot
13b487277a dragonfly stuff 2011-02-15 12:12:28 +00:00
Takeshi Abe
91a0a53e0c Replace all occured, occurance etc. 2010-12-05 20:19:49 +00:00
Giuseppe Castagno
4d823780b5 Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice. 2010-11-03 16:31:32 +01:00
Thomas Klausner
c503a41fb6 There is no libdl on NetBSD, just like on FreeBSD, so don't use it there. 2010-11-02 15:21:29 +01:00
Gert Faller
e6c68c3eed fix cppcheck warnings 2010-10-31 20:38:51 +00:00
Caolán McNamara
8cad7d1947 add modelines to .hxx files as well 2010-10-27 13:05:40 +01:00
Caolán McNamara
b09ac477d2 tweak this for AIX 2010-10-13 14:36:49 +01:00
Sebastian Spaeth
e9a59da46a Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:58:04 +02:00
Fridrich Štrba
d3c455c0f9 Look for LibreOffice and not OpenOffice.org from java 2010-10-05 15:36:53 +02:00
Petr Mladek
a5f00c67dc Use the fetched 185d60944ea767075d27247c3162b3bc-unowinreg.dll 2010-09-21 15:42:27 +02:00
Rene Engelhard
e91dde17f2 kfreebsdport01: remove .IF "$(JDK)" != gcj, we need JAVA_INCLUDES for gcj, too 2010-04-17 02:49:49 +02:00
Jens-Heiner Rechtien
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
sb
b1c385870a sb116: #i106845# removed obsolete IRIX port 2009-11-13 11:04:06 +01:00
Jens-Heiner Rechtien
be29d7f7e5 CWS-TOOLING: integrate CWS sb113
2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012
2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;)
2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012
2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph)
2009-08-26 sb merged in DEV300_m56
2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc)
2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora)
2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader
2009-08-17 Juergen Schmidt #i103749# integrate patch
2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8")
2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter
2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec
2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc)
2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc)
2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2)
2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly
2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH)
2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")
2009-09-16 14:37:52 +00:00
Vladimir Glazounov
6743faf872 CWS-TOOLING: integrate CWS mingwport22
2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54)
2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static"
2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread
2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section
2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope
2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include
2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path
2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge
2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging
2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo
2009-08-26 06:36:38 +00:00
Release Engineers
4fbb6a8a25 CWS-TOOLING: integrate CWS cmcfixes58
2009-05-04 13:51:10 +0200 cmc  r271450 : #i101533# latest sw warnings
2009-05-04 00:02:46 +0200 cmc  r271436 : #i101517# silence new warnings
2009-05-03 23:13:53 +0200 cmc  r271435 : #i101305# add that one back in
2009-05-02 16:30:42 +0200 cmc  r271431 : #i101493# get it to build, and remove some warnings
2009-05-02 16:12:37 +0200 cmc  r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47)
2009-04-23 13:19:33 +0200 cmc  r271163 : #i101305# remove annoying import foo is unused warnings
2009-04-21 17:10:34 +0200 cmc  r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again
2009-04-21 17:07:41 +0200 cmc  r271047 : #i86323# remove xml2cmp unused methods
2009-05-07 06:54:56 +00:00
Oliver Bolte
de305da090 CWS-TOOLING: integrate CWS sb104
2009-01-27 13:09:06 +0100 sb  r266986 : #i97992# cws rebase: merged cws/sb104/config_office/set_soenv.in with moved tags/DEV300_m40/set_soenv.in
2009-01-27 10:56:40 +0100 sb  r266966 : CWS-TOOLING: rebase CWS sb104 to trunk@266944 (milestone: DEV300:m40)
2009-01-20 14:37:00 +0100 sb  r266581 : #i97992# missing treatment of Solaris-only adjustvisibility as build-internal tool
2009-01-20 09:32:38 +0100 sb  r266554 : CWS-TOOLING: rebase CWS sb104 to trunk@266428 (milestone: DEV300:m39)
2009-01-14 13:40:45 +0100 sb  r266296 : #i97992# do not pass comment lines to shell
2009-01-14 12:50:34 +0100 sb  r266290 : #i97992# avoid problems with checkdll not finding AWTLIB and its dependents
2009-01-14 12:49:20 +0100 sb  r266289 : #i97992# on Linux and Solaris, regxpcom apparently needs to be called with the libxpcom.so directory on the LD_LIBRARY_PATH
2009-01-13 09:41:37 +0100 sb  r266196 : #i97992# fixed AUGMENT_LIBRARY_PATH definitions
2009-01-12 18:02:03 +0100 sb  r266177 : #i97992# get rid of LD_LIBRARY_PATH in build environment
2009-02-19 11:42:47 +00:00
Oliver Bolte
9aa7fc7b25 CWS-TOOLING: integrate CWS unowinregfix_DEV300 2008-10-16 14:06:02 +00:00
Rüdiger Timm
630e43f19c INTEGRATION: CWS jsc21 (1.6.2); FILE MERGED
2008/06/27 08:49:55 jsc 1.6.2.1: #i90032# adapt link flags and linking for MacOS
2008-07-11 13:41:18 +00:00
Rüdiger Timm
fe8740a04d #i90609# SIZE_MAX undeclared for .Net2003 compiler, take SAL_MAX_SIZE instead. 2008-06-12 06:40:56 +00:00
Rüdiger Timm
5433e8263d INTEGRATION: CWS sb87 (1.4.148); FILE MERGED
2008/05/06 11:54:21 sb 1.4.148.3: #88687# finished off previous commit
2008/04/24 13:10:35 sb 1.4.148.2: RESYNC: (1.4-1.5); FILE MERGED
2008/04/24 11:56:00 sb 1.4.148.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation
2008-06-09 12:09:30 +00:00
Rüdiger Timm
4bb270975f INTEGRATION: CWS sb87 (1.4.76); FILE MERGED
2008/05/07 11:24:41 sb 1.4.76.3: #i88687# unoapploader is not linked against any OOo libs, hence RPATH=NONE
2008/04/24 13:10:32 sb 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED
2008/04/24 11:56:00 sb 1.4.76.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation
2008-06-09 12:09:13 +00:00
Rüdiger Timm
37babcbfd8 INTEGRATION: CWS sb87 (1.4.148); FILE MERGED
2008/05/06 11:53:05 sb 1.4.148.3: #88687# off by one error
2008/04/24 13:10:29 sb 1.4.148.2: RESYNC: (1.4-1.5); FILE MERGED
2008/04/24 11:56:00 sb 1.4.148.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation
2008-06-09 12:09:01 +00:00
Rüdiger Timm
28a6919b64 INTEGRATION: CWS sb87 (1.6.162); FILE MERGED
2008/05/07 11:24:40 sb 1.6.162.3: #i88687# unoapploader is not linked against any OOo libs, hence RPATH=NONE
2008/04/24 13:10:26 sb 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED
2008/04/24 11:56:00 sb 1.6.162.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation
2008-06-09 12:08:45 +00:00
Rüdiger Timm
e2b7ea631a INTEGRATION: CWS sb87 (1.5.10); FILE MERGED
2008/05/07 11:34:25 sb 1.5.10.1: #i88687# let Loader call new unoinfo instead of old juh.jar UnoInfo.getJars
2008-06-09 12:08:33 +00:00
Rüdiger Timm
bb487123e8 INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED
2008/03/31 15:52:56 rt 1.3.118.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:03:43 +00:00
Rüdiger Timm
83300d62e2 INTEGRATION: CWS changefileheader (1.11.60); FILE MERGED
2008/03/31 15:52:56 rt 1.11.60.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:03:22 +00:00
Rüdiger Timm
cdbb3e0757 INTEGRATION: CWS changefileheader (1.4.144); FILE MERGED
2008/03/31 15:52:56 rt 1.4.144.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:03:06 +00:00
Rüdiger Timm
8f3bde4205 INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED
2008/03/31 15:52:56 rt 1.4.72.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:02:37 +00:00
Rüdiger Timm
2f96069d38 INTEGRATION: CWS changefileheader (1.6.158); FILE MERGED
2008/03/31 15:52:55 rt 1.6.158.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:02:00 +00:00
Rüdiger Timm
d32193a6eb INTEGRATION: CWS changefileheader (1.4.188); FILE MERGED
2008/03/31 15:52:55 rt 1.4.188.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:01:44 +00:00
Rüdiger Timm
e04479b14d INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED
2008/03/31 15:52:55 rt 1.3.188.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:01:30 +00:00
Jens-Heiner Rechtien
b1e048a23b INTEGRATION: CWS ause081 (1.10.16); FILE MERGED
2007/06/22 12:30:41 hjs 1.10.16.1: #i78393# remove now obsolete setting to avoid description
2007-06-26 16:01:11 +00:00
Vladimir Glazounov
7a1eb6d698 INTEGRATION: CWS mingwport03 (1.4.64); FILE MERGED
2007/03/19 15:31:45 vg 1.4.64.3: RESYNC: (1.7-1.9); FILE MERGED
2006/11/08 12:44:33 vg 1.4.64.2: RESYNC: (1.4-1.7); FILE MERGED
2006/09/06 15:40:25 vg 1.4.64.1: #i53572# MinGW port
2007-03-26 12:28:13 +00:00
Vladimir Glazounov
7686f9893a INTEGRATION: CWS mingwport03 (1.3.74); FILE MERGED
2006/09/06 15:40:24 vg 1.3.74.1: #i53572# MinGW port
2007-03-26 12:27:49 +00:00
Vladimir Glazounov
8b16430c10 INTEGRATION: CWS ause074 (1.8.2); FILE MERGED
2007/02/02 10:27:25 hjs 1.8.2.1: #i74085# avoid useless shell calls
2007-02-06 12:23:00 +00:00
Oliver Bolte
7c31a07d66 INTEGRATION: CWS ause069 (1.7.6); FILE MERGED
2006/10/18 17:12:05 hjs 1.7.6.1: #i70359# remove forced shell calls
2007-01-25 11:29:41 +00:00
Hans-Joachim Lankenau
03ab341da1 #i70246# add pch include path to custom compile line 2006-10-09 15:00:13 +00:00
Oliver Bolte
acfcb5f738 INTEGRATION: CWS pchfix02 (1.2.28); FILE MERGED
2006/09/01 17:32:28 kaib 1.2.28.1: #i68856# Added header markers and pch files
2006-09-16 23:17:32 +00:00
Ivo Hinkelmann
561486d0a3 INTEGRATION: CWS unowinregcross2_SRC680 (1.5.8); FILE MERGED
2006/08/21 11:02:14 rene 1.5.8.2: thinko
2006/08/21 10:35:19 rene 1.5.8.1: #i68813# fix build with sun/blackdown Java
2006-08-28 10:29:52 +00:00
Ivo Hinkelmann
0c7a5d64aa INTEGRATION: CWS unowinregcross (1.4.56); FILE MERGED
2006/07/16 15:46:24 rene 1.4.56.1: #i49718# make unowinreg.dll rebuildable
2006-08-03 14:12:11 +00:00
Jens-Heiner Rechtien
a929e608fb INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED
2006/03/01 14:13:07 sb 1.1.2.1: #i53898# Moved unowinreg.c to unowinreg.cxx to help make code waring-free.
2006-06-19 12:08:07 +00:00
Jens-Heiner Rechtien
d5e331f2be INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2006/03/01 14:11:30 sb 1.3.14.1: #i53898# Made code waring-free.
2006-06-19 12:07:45 +00:00
Jens-Heiner Rechtien
83bef9c904 INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2006/01/27 12:08:05 sb 1.3.14.2: #i53898# Made code warning-free.
2005/11/10 09:50:23 pl 1.3.14.1: #i53898# removed warnings
2006-06-19 12:07:33 +00:00