Commit Graph

34 Commits

Author SHA1 Message Date
Stephan Bergmann
f9d2bfec02 fprintf -> SAL_INFO
Change-Id: I4808e89cf5b90c99df3d4c4474c578a8c8f611a6
2015-05-27 17:24:02 +02:00
Caolán McNamara
6d8b06224c callcatcher: update unused code
Change-Id: I3cd65d112339fa9c67ed462fe39acbbef91d4d8d
2014-12-08 10:09:01 +00:00
Caolán McNamara
f4d03933dc callcatcher: update unused code
Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
2014-12-04 10:44:36 +00:00
Stephan Bergmann
45ca1bfc22 Fold URE: Linux ure/lib/* -> program/
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge
(and juh.jar had lacked adaption for Mac OS X).

Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
2014-11-28 11:57:28 +01:00
Tor Lillqvist
6492c8576e Make the "Mac-like" or "canonical" app bundle structure always used on OS X
In other words, only executable files go in the MacOS folder. Dynamic
libraries and bundled frameworks (i.e., LibreOfficePython), and
nothing else, go in the Frameworks folder, and all other files go in
the Resources folder.

Especially, note that Java class files and rc (.ini) files also go in
Resources.

Such an app bundle structure is what Apple strongly suggests one
should use, and it has been hinted that future versions of code
signing and/or Gatekeeper will require such a structure.

There is still some ugliness thanks to traces of the historical
separation of URE from "the office". Like there are two separate
"unorc" files, one for URE, one for the LibreOffice application. IMHO,
this should be cleaned up, but is probably controversial.

(Eek! I now see there are actually *three* unorc files in the app
bundle. Not intentional. Need to fix that later.)

Change-Id: Idcf235038deb5b8e1d061734993e9f31869b7606
2014-09-09 13:55:23 +03:00
Stephan Bergmann
e4b7da8da8 Dead declarations
Change-Id: I43e388df118b9e08ab8c05cad31871ef0af35164
2014-06-27 08:59:59 +02:00
Thomas Arnhold
2bd7767d01 Resolves fdo#70681: fixincludeguards.pl: all that's left
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5
Reviewed-on: https://gerrit.libreoffice.org/9360
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-15 12:50:46 +00:00
Tor Lillqvist
01e1a2465e URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE case
Change-Id: I5019cce2172db7b3ac74e25f5ea9dc62e9fd03f8
2013-10-05 21:10:42 +03:00
Tor Lillqvist
c6a7300974 Use subfolder names from <config_folders.h>
Change all instances of hardcoded "program", "share" etc subfolder names to
use those from <config_folders.h> instead. In normal builds, the end result
will not change.

Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-18 21:11:16 +03:00
Luboš Luňák
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
Thomas Arnhold
1340890ccd simplify include guards
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14 05:44:15 +02:00
Michael Meeks
2c47c9989e re-base on ALv2 code. Includes:
cws mba34issues01: #i117709#: make sure that parent of error message box is visible
    Patch contributed by Mathias Bauer
    http://svn.apache.org/viewvc?view=revision&revision=1172346
    i#119036 - improve user experience of certification dialog - only shown once
    Patch contributed by Oliver-Rainer Wittmann
    http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-07-13 21:38:47 +01:00
Takeshi Abe
eecb5ac9a4 removed useless forward declarations of class
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
2012-07-05 19:08:02 +09:00
Takeshi Abe
b406c51330 removed dead code; fix a comment 2011-03-04 01:41:18 +09:00
Takeshi Abe
36e2296bf8 Replace all occured, occurance etc. 2010-12-06 09:16:29 +00:00
Sebastian Spaeth
a715e1b3d0 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-14 17:04:31 +02:00
Jens-Heiner Rechtien
7c80db2eb3 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
Rüdiger Timm
6370fb1ac0 INTEGRATION: CWS hunspellexternal (1.13.12); FILE MERGED
2008/04/21 09:31:26 rene 1.13.12.3: RESYNC: (1.14-1.15); FILE MERGED
2008/01/04 19:41:11 rene 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED
2007/10/08 11:06:51 rene 1.13.12.1: #i82270# missing stdio.h include for fprintf
2008-06-13 13:12:18 +00:00
Rüdiger Timm
04b4760367 INTEGRATION: CWS jl101 (1.15.10); FILE MERGED
2008/05/28 14:55:53 jl 1.15.10.1: #i89584# patch - remove unused code.
2008-06-06 07:38:53 +00:00
Rüdiger Timm
873888d2a0 INTEGRATION: CWS changefileheader (1.14.30); FILE MERGED
2008/03/31 07:24:51 rt 1.14.30.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:28:20 +00:00
Vladimir Glazounov
4af0de922d INTEGRATION: CWS sb71 (1.12.78); FILE MERGED
2007/06/15 08:16:42 sb 1.12.78.2: RESYNC: (1.12-1.13); FILE MERGED
2007/04/16 13:50:05 sb 1.12.78.1: #i75466# Support vnd.sun.star.expand URLs in javavendors.xml.
2007-10-15 11:07:53 +00:00
Oliver Bolte
ce33a15311 INTEGRATION: CWS jl64 (1.12.80); FILE MERGED
2007/06/07 07:52:58 jl 1.12.80.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE
2007/06/04 08:05:45 jl 1.12.80.1: #i76390 do not create user installation when installing java extensions during setup
2007-06-13 06:58:34 +00:00
Rüdiger Timm
1771738c93 INTEGRATION: CWS ooo19126 (1.11.6); FILE MERGED
2005/09/05 17:12:29 rt 1.11.6.1: #i54170# Change license header: remove SISSL
2005-09-07 18:35:48 +00:00
Oliver Bolte
fb6a7a5877 INTEGRATION: CWS sb31 (1.10.24); FILE MERGED
2005/04/18 14:30:01 sb 1.10.24.1: #121392# Changed findPlugin to first search the plugin library relative to a base URL that is set to the location of the javavendors.xml file itself.
2005-06-17 09:12:55 +00:00
Jens-Heiner Rechtien
a11075a90f INTEGRATION: CWS jl13 (1.9.10); FILE MERGED
2004/10/20 13:30:39 jl 1.9.10.3: #i29390#
2004/10/08 17:31:04 jl 1.9.10.2: #29930#
2004/09/29 13:43:50 jl 1.9.10.1: #i29390# using framework in other applications
2004-11-09 13:01:18 +00:00
Jens-Heiner Rechtien
92c996a8e5 INTEGRATION: CWS jl8 (1.8.4); FILE MERGED
2004/07/06 16:03:15 jl 1.8.4.2: #i30342#
2004/06/24 13:02:03 jl 1.8.4.1: #i30342#
2004-07-23 10:55:20 +00:00
Joachim Lingner
84d390d0d4 #i20052# 2004-05-18 11:51:54 +00:00
Joachim Lingner
6807414a23 #i20052# 2004-05-17 14:53:49 +00:00
Joachim Lingner
a917e5f730 #i20052# 2004-05-17 12:55:32 +00:00
Joachim Lingner
4078f3b82f #i20052# 2004-05-14 13:44:10 +00:00
Joachim Lingner
f17a9b4b44 #i20052# 2004-04-26 14:54:23 +00:00
Joachim Lingner
052f4cf6e4 #i20052# user/config/javasettings.xml is now platform dependent 2004-04-26 13:47:39 +00:00
Joachim Lingner
cab7aaaaae #i20052# ../user/config/javasettings.xml is now generated 2004-04-26 10:20:34 +00:00
Joachim Lingner
49614181e5 #i20052# plugin lib for java framework 2004-04-19 14:57:02 +00:00