Commit Graph

14 Commits

Author SHA1 Message Date
Tor Lillqvist
97593ae24a Handle lack of module loading/unloading API when DISABLE_DYNLOADING
There are basicically two classes of cases:

1) Where the code is for obscure historical reasons or what I see as
misguided "optimization" split into a more libraries than necessary,
and these then are loaded at run-time. Instead, just use direct
linking.

2) Where dynamic loading is part of the functionality offered to some
upper (scripting etc) layer, or where some system-specific non-LO
library is loaded dynamically, as it is not necessarily present on
end-user machines. Can't have such in the DISABLE_DYNLOADING case.

Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
2012-10-07 07:59:15 +03:00
Michael Stahl
e2004b2039 sw: remove #undef SW_DLLIMPLEMENTATION nonsense
obsolete remnant of obsolete dmake build system

Change-Id: Ief3f6bde9bbaeac5fe9b25d025b9b076b9a6ef3e
2012-08-23 14:32:55 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Caolán McNamara
f9ee230ba9 duplicate SwDialogsResMgr definition and unused macros
Change-Id: Ib7188a98230345557187b00826f33a2ad39a4f83
2012-04-30 11:22:09 +01:00
Norbert Thiebaud
dff7e08711 remove include of pch header from sw 2011-11-27 13:25:10 -06:00
Sebastian Spaeth
61355e51b8 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:16:56 +02:00
Jens-Heiner Rechtien
1a359bd2a8 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
c58b4e8001 INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED
2008/03/31 16:57:41 rt 1.7.242.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:54:42 +00:00
Jens-Heiner Rechtien
fe68f5a56b INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED
2007/04/13 11:15:26 tl 1.6.222.1: #i69287# warning-free code
2007-09-27 10:38:30 +00:00
Oliver Bolte
78f9a98495 INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED
2006/09/01 17:53:01 kaib 1.5.2.1: #i68856# Added header markers and pch files
2006-09-16 21:50:38 +00:00
Jens-Heiner Rechtien
b84393391f INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED
2005/09/13 16:41:23 tra 1.3.462.3: RESYNC: (1.3-1.4); FILE MERGED
2005/06/07 14:15:29 fme 1.3.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2005/06/06 09:29:27 tra 1.3.462.1: Unnecessary includes removed #i50348#
2006-08-14 16:33:27 +00:00
Rüdiger Timm
ed05243ead INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED
2005/09/05 13:43:59 rt 1.3.596.1: #i54170# Change license header: remove SISSL
2005-09-09 06:15:56 +00:00
Rüdiger Timm
559178476b INTEGRATION: CWS tune03 (1.2.82); FILE MERGED
2004/07/19 19:11:07 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
2004-08-23 07:49:49 +00:00
Jens-Heiner Rechtien
d2bf06642f INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED
2004/03/26 09:28:10 mwu 1.1.2.1: sw model converted. 20040326
2004-05-10 15:22:18 +00:00