Commit Graph

156 Commits

Author SHA1 Message Date
Sebastian Spaeth
8694d2bc19 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:57:58 +02:00
Petr Mladek
facd86ef9c remove include guards using fixguard.py 2010-10-05 18:11:20 +02:00
Joachim Lingner
86e2dc0dcb jl152 import 263452 from native0jl:#i77196# fixed bundled extension help tree view, scripts in shared extensions... 2010-05-03 11:51:05 +02:00
Jens-Heiner Rechtien
82b1d381cd 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
Jens-Heiner Rechtien
0416c98d43 CWS-TOOLING: integrate CWS sb102
2008-12-11 16:18:12 +0100 sb  r265332 : #i95065# cleanup, to make Windows linking work
2008-12-11 16:16:03 +0100 sb  r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT
2008-12-09 17:40:28 +0100 sb  r265122 : #i94469# move CJK specific configuration data to brand layer
2008-12-09 16:09:08 +0100 sb  r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms
2008-12-09 15:54:31 +0100 sb  r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC
2008-12-09 15:40:51 +0100 sb  r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab
2008-12-09 15:36:21 +0100 sb  r265102 : #i95501# updated SDK_HOME
2008-12-09 15:31:46 +0100 sb  r265099 : typo (temppath vs. tmppath)
2008-12-08 11:48:08 +0100 sb  r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory)
2008-12-07 19:41:07 +0100 sb  r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X
2008-12-06 23:54:49 +0100 sb  r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS
2008-12-05 20:29:23 +0100 sb  r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file
2008-12-05 15:37:23 +0100 sb  r264908 : #i95315# removed obsolete jut
2008-12-05 15:34:59 +0100 sb  r264907 : #i95531# removed empty obsolete directories
2008-12-05 10:09:23 +0100 sb  r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37)
2008-12-04 14:50:20 +0100 sb  r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does
2008-12-03 11:29:38 +0100 sb  r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all)
2008-12-02 17:18:31 +0100 sb  r264724 : #i96809# silenced GCC 4.3.2 warning
2008-12-02 13:29:34 +0100 sb  r264695 : #i96797# make get_tmp_dir fail less often
2008-11-28 17:19:24 +0100 sb  r264566 : #i95691# inadvertently missing from -c 264564
2008-11-28 17:07:50 +0100 sb  r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers
2008-11-25 13:28:08 +0100 sb  r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np)
2008-11-21 14:45:22 +0100 sb  r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE
2008-11-19 13:19:37 +0100 sb  r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties
2008-12-30 13:32:01 +00:00
Rüdiger Timm
5cfe5254ba CWS-TOOLING: integrate CWS sb101
2008-12-08 16:52:06 +0100 sb  r265009 : #i95330# python23.dll needs to be copied to brand layer, not just moved there
2008-11-24 18:15:54 +0100 sb  r264259 : #i95022# tools::extendApplicationEnvironment gets URE_BOOTSTRAP value from outside bootstrap.cxx, so needs to operate in LOOKUP_MODE_URE_BOOTSTRAP, too
2008-11-20 21:12:31 +0100 jbu  r264103 : deactivated debug log
2008-11-20 21:09:03 +0100 jbu  r264102 : #i95331# ld_library_path now contains ure/lib directory
2008-11-20 21:05:37 +0100 jbu  r264101 : #i95330# python.dll is now installed in the brand-program directory (unix remains unchanged)
2008-11-20 20:46:57 +0100 jbu  r264099 : #i95118# + #i93994# Python scripts in share and user uno packages now work again
2008-11-20 20:38:23 +0100 jbu  r264098 : #i95037# python wrapper now waits for completion of python executable and currectly returns the exit state
2008-11-20 10:46:28 +0100 sb  r264034 : #i95028# import socket, since on Windows sal3.dll no longer calls WSAStartup (and import socket does)
2008-11-18 17:01:09 +0100 sb  r263784 : #i96314# fixed encode()
2008-11-18 15:59:17 +0100 sb  r263779 : #i95024# missing vnd.sun.star.pathname: in URE_BOOTSTRAP
2008-11-18 13:51:36 +0100 sb  r263765 : #i95022# treat \ and $ verbatim in URE_BOOTSTRAP=vnd.sun.star.pathname values
2008-12-11 12:57:12 +00:00
Jens-Heiner Rechtien
1c20d7b53d CWS-TOOLING: integrate CWS ab64_DEV300 2008-11-20 14:05:36 +00:00
Rüdiger Timm
3f11fc7c09 INTEGRATION: CWS ab53 (1.11.12); FILE MERGED
2008/06/06 12:39:58 ab 1.11.12.1: #i90005# Removed unused code
2008-07-07 10:57:41 +00:00
Rüdiger Timm
9fb2cec81c INTEGRATION: CWS ab53 (1.15.12); FILE MERGED
2008/06/06 12:39:58 ab 1.15.12.1: #i90005# Removed unused code
2008-07-07 10:56:48 +00:00
Rüdiger Timm
6fa7c15eac INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED
2008/03/31 13:36:02 rt 1.10.84.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:37:45 +00:00
Rüdiger Timm
92f4612316 INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED
2008/03/31 13:36:02 rt 1.4.84.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:37:28 +00:00
Rüdiger Timm
cc27727b59 INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED
2008/03/31 13:36:02 rt 1.5.2.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:37:12 +00:00
Rüdiger Timm
37853b8c01 INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED
2008/03/31 13:36:02 rt 1.7.84.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:36:54 +00:00
Rüdiger Timm
67377e0aef INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED
2008/03/31 13:36:01 rt 1.8.72.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:36:36 +00:00
Rüdiger Timm
b4704e04e0 INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED
2008/03/31 13:36:01 rt 1.2.108.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:36:10 +00:00
Rüdiger Timm
8bdde5c82d INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED
2008/03/31 13:36:01 rt 1.4.72.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:35:54 +00:00
Rüdiger Timm
148890377c INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED
2008/03/31 13:36:01 rt 1.8.84.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:35:37 +00:00
Rüdiger Timm
bd6c7a04fa INTEGRATION: CWS changefileheader (1.12.4); FILE MERGED
2008/03/31 13:36:01 rt 1.12.4.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:35:19 +00:00
Rüdiger Timm
b149630481 INTEGRATION: CWS changefileheader (1.6.108); FILE MERGED
2008/03/31 13:36:01 rt 1.6.108.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:35:01 +00:00
Rüdiger Timm
ea03e63068 INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED
2008/03/31 13:36:01 rt 1.10.4.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:34:41 +00:00
Rüdiger Timm
7c65db9e17 INTEGRATION: CWS changefileheader (1.14.4); FILE MERGED
2008/03/31 13:36:01 rt 1.14.4.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:34:24 +00:00
Rüdiger Timm
a2d223070b INTEGRATION: CWS changefileheader (1.22.4); FILE MERGED
2008/03/31 13:36:01 rt 1.22.4.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:34:05 +00:00
Rüdiger Timm
f4c8cfb4e4 INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED
2008/03/31 13:36:01 rt 1.5.84.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:33:06 +00:00
Rüdiger Timm
de82b76f62 INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED
2008/03/31 13:36:01 rt 1.13.4.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:32:47 +00:00
Vladimir Glazounov
550a7d5168 INTEGRATION: CWS sb83 (1.4.64); FILE MERGED
2008/01/23 15:32:45 sb 1.4.64.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions
2008-03-18 11:13:04 +00:00
Kurt Zenker
72c850077e INTEGRATION: CWS odbmacros2 (1.11.54); FILE MERGED
2007/12/17 12:43:37 fs 1.11.54.1: #i49133#
allow to create script providers for documents which do not support
embedded scripts themselves (i.e. don't have the XEmbeddedScripts
interface), but are able to point to such a do cument (via
XScriptInvocationContext) whose scripts they can execute
2008-03-06 15:30:55 +00:00
Kurt Zenker
1b15d686bf INTEGRATION: CWS odbmacros2 (1.9.54); FILE MERGED
2007/12/17 12:43:37 fs 1.9.54.2: #i49133#
allow to create script providers for documents which do not support
embedded scripts themselves (i.e. don't have the XEmbeddedScripts
interface), but are able to point to such a do cument (via
XScriptInvocationContext) whose scripts they can execute
2007/12/10 11:08:56 fs 1.9.54.1: #i49133# don't use an SfxObjectShell, there's UNO equivalents nowadays, which also includes non-SFX documents then
2008-03-06 15:29:42 +00:00
Kurt Zenker
a043d16097 INTEGRATION: CWS odbmacros2 (1.13.66); FILE MERGED
2007/12/17 12:43:37 fs 1.13.66.1: #i49133#
allow to create script providers for documents which do not support
embedded scripts themselves (i.e. don't have the XEmbeddedScripts
interface), but are able to point to such a do cument (via
XScriptInvocationContext) whose scripts they can execute
2008-03-06 15:29:00 +00:00
Kurt Zenker
b2601a17c9 INTEGRATION: CWS odbmacros2 (1.21.10); FILE MERGED
2007/12/17 12:43:37 fs 1.21.10.2: #i49133#
allow to create script providers for documents which do not support
embedded scripts themselves (i.e. don't have the XEmbeddedScripts
interface), but are able to point to such a do cument (via
XScriptInvocationContext) whose scripts they can execute
2007/12/10 21:31:05 fs 1.21.10.1: #i49133# don't create script providers for documents which do not support the XEmbeddedScripts interface
2008-03-06 15:28:16 +00:00
Kurt Zenker
6be6953378 INTEGRATION: CWS odbmacros2 (1.11.54); FILE MERGED
2008/02/04 13:05:02 fs 1.11.54.4: RESYNC: (1.11-1.12); FILE MERGED
2007/12/20 09:38:18 fs 1.11.54.3: getAllBrowseNodes: check for XembeddedScripts only, not for XScriptInvocationContext
2007/12/17 12:43:37 fs 1.11.54.2: #i49133#
allow to create script providers for documents which do not support
embedded scripts themselves (i.e. don't have the XEmbeddedScripts
interface), but are able to point to such a do cument (via
XScriptInvocationContext) whose scripts they can execute
2007/12/11 22:48:59 fs 1.11.54.1: #i49133# don't create a provider for a document which is not able to contain macros/scripts
2008-03-06 15:27:13 +00:00
Kurt Zenker
715dba8993 INTEGRATION: CWS odbmacros2 (1.9.66); FILE MERGED
2007/12/17 12:43:37 fs 1.9.66.2: #i49133#
allow to create script providers for documents which do not support
embedded scripts themselves (i.e. don't have the XEmbeddedScripts
interface), but are able to point to such a do cument (via
XScriptInvocationContext) whose scripts they can execute
2007/12/10 21:31:05 fs 1.9.66.1: #i49133# don't create script providers for documents which do not support the XEmbeddedScripts interface
2008-03-06 15:26:08 +00:00
Kurt Zenker
fb34c990c2 INTEGRATION: CWS odbmacros2 (1.13.54); FILE MERGED
2007/12/18 07:34:02 fs 1.13.54.3: #i10000#
2007/12/17 12:43:37 fs 1.13.54.2: #i49133#
allow to create script providers for documents which do not support
embedded scripts themselves (i.e. don't have the XEmbeddedScripts
interface), but are able to point to such a do cument (via
XScriptInvocationContext) whose scripts they can execute
2007/12/10 21:31:05 fs 1.13.54.1: #i49133# don't create script providers for documents which do not support the XEmbeddedScripts interface
2008-03-06 15:25:22 +00:00
Vladimir Glazounov
1142acabd6 INTEGRATION: CWS ab42 (1.11.56); FILE MERGED
2008/01/07 12:06:34 ab 1.11.56.1: #i79156# getChildNodes(): Check xBrowseNode
2008-01-28 12:58:06 +00:00
Kurt Zenker
412bdef3da INTEGRATION: CWS basmgr03 (1.20.44); FILE MERGED
2007/09/24 12:40:51 fs 1.20.44.1: #i81786# xModelToTDocTitle removed (superseded by ::comphelper::DocumentInfo::getDocumentTitle in the course of #i73331#, just forgot to remove it here)
2007-10-09 14:02:44 +00:00
Oliver Bolte
ee6f87f90d INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED
2006/09/01 17:35:36 kaib 1.3.36.1: #i68856# Added header markers and pch files
2006-09-16 11:29:29 +00:00
Oliver Bolte
d9dab8e19b INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED
2006/09/01 17:35:36 kaib 1.7.36.1: #i68856# Added header markers and pch files
2006-09-16 11:29:15 +00:00
Oliver Bolte
6b93b36081 INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED
2006/09/01 17:35:36 kaib 1.10.10.1: #i68856# Added header markers and pch files
2006-09-16 11:28:44 +00:00
Oliver Bolte
ad32be3b4e INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED
2006/09/01 17:35:36 kaib 1.8.36.1: #i68856# Added header markers and pch files
2006-09-16 11:28:29 +00:00
Oliver Bolte
d07e6d9637 INTEGRATION: CWS pchfix02 (1.19.10); FILE MERGED
2006/09/01 17:35:35 kaib 1.19.10.1: #i68856# Added header markers and pch files
2006-09-16 11:28:15 +00:00
Oliver Bolte
9ffe308f61 INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED
2006/09/01 17:35:35 kaib 1.10.10.1: #i68856# Added header markers and pch files
2006-09-16 11:27:46 +00:00
Oliver Bolte
feef9500ba INTEGRATION: CWS pchfix02 (1.12.36); FILE MERGED
2006/09/01 17:35:35 kaib 1.12.36.1: #i68856# Added header markers and pch files
2006-09-16 11:27:31 +00:00
Jens-Heiner Rechtien
aacefa223b INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2005/12/22 14:40:54 ab 1.3.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
2006-06-19 09:22:16 +00:00
Jens-Heiner Rechtien
275ed76d0a INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED
2005/12/22 14:40:54 ab 1.6.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
2006-06-19 09:22:05 +00:00
Jens-Heiner Rechtien
e79c206e9e INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED
2005/12/22 14:40:53 ab 1.7.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
2006-06-19 09:21:53 +00:00
Jens-Heiner Rechtien
e3b27f1b51 INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED
2005/12/22 14:40:53 ab 1.9.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
2006-06-19 09:21:34 +00:00
Jens-Heiner Rechtien
b8459f318f INTEGRATION: CWS warnings01 (1.12.14); FILE MERGED
2005/12/22 14:40:53 ab 1.12.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
2006-06-19 09:21:21 +00:00
Jens-Heiner Rechtien
f5d97ef423 INTEGRATION: CWS warnings01 (1.18.14); FILE MERGED
2006/01/06 08:58:27 ab 1.18.14.2: #i53898# Removed warnings for unxsols4/unxsols4.pro
2005/12/22 14:40:52 ab 1.18.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
2006-06-19 09:21:07 +00:00
Jens-Heiner Rechtien
35f3eb36ff INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED
2005/12/22 14:40:52 ab 1.4.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
2006-06-19 09:20:39 +00:00
Jens-Heiner Rechtien
bd9afb64e7 INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED
2005/12/22 14:40:51 ab 1.9.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
2006-06-19 09:20:27 +00:00
Jens-Heiner Rechtien
f380cf06c4 INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED
2005/12/22 14:40:51 ab 1.8.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
2006-06-19 09:20:14 +00:00