Commit Graph

119 Commits

Author SHA1 Message Date
Caolán McNamara
4a0b1361e3 use RTL_CONSTASCII_USTRINGPARAM 2011-01-04 13:39:08 +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
Ivo Hinkelmann
50f9ae5a90 CWS-TOOLING: integrate CWS sb109
2009-04-21 13:42:45 +0200 sb  r271035 : removed obsolete psprint dependency
2009-04-21 10:33:31 +0200 sb  r271024 : changes to previous -c270971 so that build does not break for USE_SHELL!=bash (but instead resulting bridgetest_xxx scripts are nonfunctional)
2009-04-21 08:56:48 +0200 sb  r271017 : merged in cws/sb107 -c 268250 (avoid warnings about format specifier and argument mismatch (on 64bit debug builds))
2009-04-20 16:42:27 +0200 sb  r270995 : #i98625# add make_xxx functions for C++ representations of UNO polystructs; fixed and adapted tests (patch by thb, slightly adapted)
2009-04-20 14:23:45 +0200 sb  r270981 : #i84751# selective performance improvements (patch by mmeeks, slightly adapted)
2009-04-20 13:39:50 +0200 sb  r270978 : #i99711# removed dead code (patch by cmc, slightly modified)
2009-04-20 11:59:39 +0200 sb  r270972 : #i97975# avoid crashes during shutdown (patch by cmc, slightly modified)
2009-04-20 11:57:52 +0200 sb  r270971 : made tests work again after LD_LIBRARY_PATH clean up
2009-04-20 09:49:32 +0200 sb  r270963 : #i95593# made tests work again after LD_LIBRARY_PATH cleanup
2009-04-17 13:52:33 +0200 sb  r270941 : merged in cws/sb107 -c 270023 (added svn:ignore)
2009-04-15 13:46:24 +0200 sb  r270841 : #i92131# dead code elimination (based on a patch by cmc)
2009-04-15 13:29:27 +0200 sb  r270839 : #i100743# use a FastLess for the Data map (based on a patch my mmeeks)
2009-04-15 13:12:11 +0200 sb  r270837 : #i100583# dead code elimination (patch by cmc)
2009-04-15 13:02:19 +0200 sb  r270835 : avoid bogus Solaris C++ compiler warning when building with debug=x
2009-04-15 11:49:46 +0200 sb  r270828 : adapted to cleared LD_LIBRARY_PATH
2009-04-15 10:49:48 +0200 sb  r270826 : #i101101# for performance reasons, do not put ComponentContext in unsafe appartment
2009-04-15 10:08:20 +0200 sb  r270824 : #i99113# removed duplicated stocservices.uno lib from basis layer
2009-04-28 18:00:14 +00:00
Ivo Hinkelmann
ce6b62881d CWS-TOOLING: integrate CWS sb107
2009-04-14 13:09:13 +0200 sb  r270758 : CWS-TOOLING: rebase CWS sb107 to trunk@270723 (milestone: DEV300:m46)
2009-04-06 14:11:54 +0200 sb  r270545 : #i100884# improve pagein effectiveness: wrap system libs in --as-needed on unxlngi6/unxlngx6 to avoid needing them where unneeded; link pagein as C program to avoid unneeded C++ runtime dependency; reorder pagein and javaldx in soffice startup script so that javaldx benefits from pagein
2009-03-31 16:40:23 +0200 sb  r270287 : decrease collisions in hashCode computation
2009-03-30 11:48:39 +0200 sb  r270207 : #i100668# corrected explicit template instantiation
2009-03-26 14:16:26 +0100 sb  r270078 : #i100408# inadvertently dropped libexslt dynamic library in previous rev 269789
2009-03-26 10:52:51 +0100 sb  r270058 : #i100576# fixed erroneous modification of RPM in previous rev 270057
2009-03-26 10:46:36 +0100 sb  r270057 : #i100576# Enable HAVE_LD_HASH_STYLE in sdev300.ini for unxlgni6 and unxlngx6; corrected unxlngx6.mk so that HAVE_LD_HASH_STYLE actually has an effect on ultimate LINKFLAGS value.
2009-03-25 16:53:39 +0100 sb  r270038 : #i85679# applied speed-symbolic-functions.diff provided by pmladek; re-ran autoconf; enabled HAVE_LD_BSYMBOLIC_FUNCTIONS for unxlngi6 and unxlngx6 in sdev300.ini
2009-03-25 15:29:12 +0100 sb  r270031 : #i100408# missing fixes in addition to -c 269789 (to actually only put single instances of certain libraries into installation sets)
2009-03-25 15:17:10 +0100 sb  r270029 : #i10084# revert masterfix additions of libraries to APPnSTDLIBs (during -r269000:269199) and instead use -rpath-link to avoid linker warnings on unxlngi6 and unxlngx6
2009-03-25 14:15:23 +0100 sb  r270023 : added svn:ignore
2009-03-25 10:25:08 +0100 sb  r270002 : #i10000# copied over trunk -c 269820
2009-03-23 10:16:00 +0100 sb  r269858 : CWS-TOOLING: rebase CWS sb107 to trunk@269781 (milestone: DEV300:m44)
2009-03-20 11:22:27 +0100 sb  r269789 : #i100408# reduce (multiple copies of) libraries delivered to solver; for that to work fine, deliver symlink feature got improved to only create a symlink if the original file exists
2009-03-20 09:21:32 +0100 sb  r269782 : #i100396# replace s(HTML|RTF)_xxx declarations with OOO_STRING_SVTOOLS_(HTML|RTF)_xxx macros to reduce symbolic relocations at load time (at least on ELF systems).
2009-03-19 11:34:56 +0100 sb  r269734 : #i100348# added VISIBILITY_HIDDEN=TRUE so that symbols from the resulting archive are not erroneously exported from dynamic libraries including the archive
2009-03-19 11:32:20 +0100 sb  r269733 : #i100348# as a prerequisite for following changes, brought jpeg-6b.patch into "dmake create_patch" format and removed application/octet-stream svn:mime-type
2009-03-12 10:39:08 +0100 sb  r269370 : duplicated cws/odfmetadata2/solenv/inc/target.mk -c 268831
2009-03-04 17:25:16 +0100 sb  r268849 : #i99880# missing AUGMENT_LIBRARY_PATH
2009-02-25 17:54:34 +0100 sb  r268459 : CWS-TOOLING: rebase CWS sb107 to trunk@268395 (milestone: DEV300:m42)
2009-02-25 09:23:15 +0100 sb  r268413 : #i99584# avoid undefined operations on nOffset (patch by cmc)
2009-02-23 10:02:25 +0100 sb  r268344 : #i99519 removed unnecessary library dependencies
2009-02-18 17:54:24 +0100 sb  r268250 : avoid warnings about format specifier and argument mismatch (on 64bit debug builds)
2009-02-18 17:50:34 +0100 sb  r268249 : avoid erroneous warning that control reaches end of non-void function
2009-02-18 17:33:53 +0100 sb  r268248 : sdext/source/pdfimport/misc/pdfihelper.cxx: #include <vcl/canvastools.hxx>
2009-04-27 11:24:10 +00:00
Release Engineers
0f89d2ab85 #i10000# STORELIB missing 2009-03-06 14:21:15 +00:00
Vladimir Glazounov
3b2b8f91ff CWS-TOOLING: integrate CWS sb93 2008-10-01 09:04:58 +00:00
Rüdiger Timm
c0d9e9058e INTEGRATION: CWS jsc21 (1.11.4); FILE MERGED
2008/04/30 11:39:04 jsc 1.11.4.1: #86121# correct linking for 3 layer office
2008-07-11 12:29:20 +00:00
Rüdiger Timm
1fb2401e5f INTEGRATION: CWS jsc21 (1.5.52); FILE MERGED
2008/04/23 09:48:45 jsc 1.5.52.2: RESYNC: (1.5-1.6); FILE MERGED
2008/02/13 08:54:57 jsc 1.5.52.1: #i72964# remove external header guards
2008-07-11 12:29:04 +00:00
Rüdiger Timm
b6c218dfc1 INTEGRATION: CWS jsc21 (1.7.34); FILE MERGED
2008/04/23 09:48:24 jsc 1.7.34.2: RESYNC: (1.7-1.8); FILE MERGED
2008/02/13 08:54:57 jsc 1.7.34.1: #i72964# remove external header guards
2008-07-11 12:28:48 +00:00
Rüdiger Timm
dfe5e24f40 INTEGRATION: CWS jsc21 (1.5.44); FILE MERGED
2008/04/23 09:48:27 jsc 1.5.44.2: RESYNC: (1.5-1.6); FILE MERGED
2008/02/13 08:54:57 jsc 1.5.44.1: #i72964# remove external header guards
2008-07-11 12:28:30 +00:00
Rüdiger Timm
09c498e9d2 INTEGRATION: CWS jsc21 (1.13.16); FILE MERGED
2008/04/23 09:48:42 jsc 1.13.16.2: RESYNC: (1.13-1.14); FILE MERGED
2008/02/13 08:54:57 jsc 1.13.16.1: #i72964# remove external header guards
2008-07-11 12:28:15 +00:00
Rüdiger Timm
2839c8a182 INTEGRATION: CWS jsc21 (1.44.16); FILE MERGED
2008/04/23 09:48:35 jsc 1.44.16.2: RESYNC: (1.44-1.45); FILE MERGED
2008/02/13 08:54:57 jsc 1.44.16.1: #i72964# remove external header guards
2008-07-11 12:28:01 +00:00
Rüdiger Timm
b818deb87c INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED
2008/03/31 07:22:53 rt 1.10.22.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:10:19 +00:00
Rüdiger Timm
08bb753ab6 INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED
2008/04/01 15:04:48 thb 1.5.56.3: #i85898# Stripping all external header guards
2008/04/01 12:26:07 thb 1.5.56.2: #i85898# Stripping all external header guards
2008/03/31 07:22:53 rt 1.5.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:09:59 +00:00
Rüdiger Timm
7d1f7a2647 INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED
2008/04/01 21:05:33 thb 1.7.38.2: #i85987# Remove external guard generation from cppumaker (to have idl-generated header clean as well)
2008/03/31 07:22:53 rt 1.7.38.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:09:37 +00:00
Rüdiger Timm
943687a5dd INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED
2008/03/31 07:22:53 rt 1.5.48.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:09:15 +00:00
Rüdiger Timm
998bc94777 INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED
2008/03/31 07:22:53 rt 1.6.38.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:08:55 +00:00
Rüdiger Timm
bbfc76f690 INTEGRATION: CWS changefileheader (1.13.20); FILE MERGED
2008/04/01 15:04:47 thb 1.13.20.3: #i85898# Stripping all external header guards
2008/04/01 12:26:07 thb 1.13.20.2: #i85898# Stripping all external header guards
2008/03/31 07:22:53 rt 1.13.20.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:08:35 +00:00
Rüdiger Timm
e5e76c1c3c INTEGRATION: CWS changefileheader (1.44.20); FILE MERGED
2008/04/01 21:05:33 thb 1.44.20.3: #i85987# Remove external guard generation from cppumaker (to have idl-generated header clean as well)
2008/04/01 19:55:22 thb 1.44.20.2: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage
2008/03/31 07:22:53 rt 1.44.20.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:08:15 +00:00
Rüdiger Timm
ee3375f1a5 INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED
2008/04/01 12:26:07 thb 1.3.56.2: #i85898# Stripping all external header guards
2008/03/31 07:22:53 rt 1.3.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:07:55 +00:00
Rüdiger Timm
b60a1965cc INTEGRATION: CWS changefileheader (1.12.38); FILE MERGED
2008/03/31 07:22:53 rt 1.12.38.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:07:32 +00:00
Rüdiger Timm
c7c1ff3839 INTEGRATION: CWS changefileheader (1.10.38); FILE MERGED
2008/03/31 07:22:53 rt 1.10.38.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:07:07 +00:00
Jens-Heiner Rechtien
9b1073d837 INTEGRATION: CWS jsc18 (1.12.32); FILE MERGED
2007/07/19 11:48:59 jsc 1.12.32.1: #i76838# use cppu::UnoType<...>::get() instead of getCppuType in cppu_detail_getUnoType
2007-07-31 12:48:15 +00:00
Jens-Heiner Rechtien
3d21ffd5ce INTEGRATION: CWS jsc18 (1.43.16); FILE MERGED
2007/07/19 11:48:59 jsc 1.43.16.1: #i76838# use cppu::UnoType<...>::get() instead of getCppuType in cppu_detail_getUnoType
2007-07-31 12:48:00 +00:00
Vladimir Glazounov
13d4915db9 INTEGRATION: CWS mingwport03 (1.9.18); FILE MERGED
2006/09/07 10:25:10 vg 1.9.18.1: #i53572# MinGW port
2007-03-26 13:03:28 +00:00
Oliver Bolte
6e1b526664 INTEGRATION: CWS sb59 (1.41.4); FILE MERGED
2006/07/19 11:25:45 sb 1.41.4.1: #i67545# Removed spurious ; from emitted code.
2006-10-12 10:33:25 +00:00
Oliver Bolte
05dd40f963 INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED
2006/09/01 17:19:22 kaib 1.6.8.1: #i68856# Added header markers and pch files
2006-09-17 02:37:21 +00:00
Oliver Bolte
6c96c8c9fd INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED
2006/09/01 17:19:22 kaib 1.5.8.1: #i68856# Added header markers and pch files
2006-09-17 02:37:08 +00:00
Oliver Bolte
5f0e6288d6 INTEGRATION: CWS pchfix02 (1.41.8); FILE MERGED
2006/09/01 17:19:22 kaib 1.41.8.1: #i68856# Added header markers and pch files
2006-09-17 02:36:54 +00:00
Oliver Bolte
e15eba513c INTEGRATION: CWS pchfix02 (1.11.8); FILE MERGED
2006/09/01 17:19:22 kaib 1.11.8.1: #i68856# Added header markers and pch files
2006-09-17 02:36:38 +00:00
Oliver Bolte
0490381347 INTEGRATION: CWS pchfix02 (1.9.16); FILE MERGED
2006/09/01 17:19:22 kaib 1.9.16.1: #i68856# Added header markers and pch files
2006-09-17 02:36:23 +00:00
Jens-Heiner Rechtien
6c95220ccb INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2006/04/20 08:10:11 sb 1.5.4.1: #i53898# Made code warning-free again after resync to SRC680m162.
2006-06-20 01:24:44 +00:00
Jens-Heiner Rechtien
9881efc2b7 INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2006/04/20 08:10:11 sb 1.4.4.1: #i53898# Made code warning-free again after resync to SRC680m162.
2006-06-20 01:24:33 +00:00
Jens-Heiner Rechtien
5dcedb0b3e INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2006/04/20 08:10:10 sb 1.4.4.1: #i53898# Made code warning-free again after resync to SRC680m162.
2006-06-20 01:24:21 +00:00
Jens-Heiner Rechtien
b765a90372 INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED
2006/04/20 08:14:41 sb 1.7.14.6: #i63543# Merged in 1.10.2.2.
2006/04/07 20:39:08 sb 1.7.14.5: RESYNC: (1.9-1.10); FILE MERGED
2006/01/25 21:02:56 sb 1.7.14.4: RESYNC: (1.8-1.9); FILE MERGED
2005/11/09 07:54:13 sb 1.7.14.3: #i53898# Made code warning-free.
2005/09/22 22:24:57 sb 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED
2005/09/05 13:32:27 sb 1.7.14.1: #i53898# Made code warning-free.
2006-06-20 01:24:11 +00:00
Jens-Heiner Rechtien
5695bbfe38 INTEGRATION: CWS warnings01 (1.34.14); FILE MERGED
2006/04/20 08:15:07 sb 1.34.14.12: #i63543# Merged in 1.39.2.1.
2006/04/20 08:10:10 sb 1.34.14.11: #i53898# Made code warning-free again after resync to SRC680m162.
2006/04/07 20:39:01 sb 1.34.14.10: RESYNC: (1.36-1.39); FILE MERGED
2006/02/01 15:16:27 sb 1.34.14.9: #i53898# Globally disabled -Wnon-virtual-dtor for unxlngi6.
2006/01/27 08:22:48 sb 1.34.14.8: #i53898# Made code warning-free.
2006/01/25 21:02:49 sb 1.34.14.7: RESYNC: (1.35-1.36); FILE MERGED
2005/11/28 08:32:05 sb 1.34.14.6: #i53898# Made code generated by cppumaker warning-free.
2005/11/09 07:53:48 sb 1.34.14.5: #i53898# Made code warning-free; switch off -Wnon-virtual-dtor (GCC) in generated code.
2005/09/22 22:24:48 sb 1.34.14.4: RESYNC: (1.34-1.35); FILE MERGED
2005/09/06 11:38:38 sb 1.34.14.3: #i53898# Made code warning-free.
2005/09/05 13:32:26 sb 1.34.14.2: #i53898# Made code warning-free.
2005/08/29 14:21:28 sb 1.34.14.1: #i53898# Made code warning-free.
2006-06-20 01:23:59 +00:00
Jens-Heiner Rechtien
dada37c989 INTEGRATION: CWS warnings01 (1.8.48); FILE MERGED
2006/04/07 20:38:39 sb 1.8.48.3: RESYNC: (1.9-1.10); FILE MERGED
2005/09/22 22:24:25 sb 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED
2005/09/05 13:32:25 sb 1.8.48.1: #i53898# Made code warning-free.
2006-06-20 01:23:45 +00:00
Jens-Heiner Rechtien
4e5c8d9ee0 INTEGRATION: CWS sb49 (1.10.2); FILE MERGED
2006/03/23 16:40:43 sb 1.10.2.2: #i63543# Removed dumpAmbiguousBaseInterfaces, as it is known to not work, and probably got committed by mistake.
2006/03/23 14:50:27 sb 1.10.2.1: #i63379# Dropped spurious qualification from member declaration (patch provided by maho).
2006-04-19 12:42:27 +00:00
Jens-Heiner Rechtien
d1777ab3a7 INTEGRATION: CWS sb49 (1.39.2); FILE MERGED
2006/03/23 16:40:43 sb 1.39.2.1: #i63543# Removed dumpAmbiguousBaseInterfaces, as it is known to not work, and probably got committed by mistake.
2006-04-19 12:42:14 +00:00
Vladimir Glazounov
a7b27d7c1a INTEGRATION: CWS jsc3 (1.8.10); FILE MERGED
2006/02/17 16:41:06 jsc 1.8.10.3: #i56247# refactor commonly used functions in static libs
2006/02/17 16:00:09 jsc 1.8.10.2: #i56247# refactoring and cosmetics
2006/01/20 13:02:23 jsc 1.8.10.1: #i56247# unify include guards
2006-03-15 08:15:30 +00:00
Vladimir Glazounov
0f0f97c548 INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/01/20 13:39:29 jsc 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED
2006/01/20 13:02:23 jsc 1.3.16.1: #i56247# unify include guards
2006-03-15 08:15:14 +00:00
Vladimir Glazounov
fa462b186e INTEGRATION: CWS jsc3 (1.4.4); FILE MERGED
2006/02/17 16:00:08 jsc 1.4.4.1: #i56247# refactoring and cosmetics
2006-03-15 08:14:58 +00:00
Vladimir Glazounov
21c3f92bee INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/02/17 16:00:08 jsc 1.3.16.2: #i56247# refactoring and cosmetics
2006/01/20 13:02:22 jsc 1.3.16.1: #i56247# unify include guards
2006-03-15 08:14:40 +00:00
Vladimir Glazounov
52206d14cf INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/02/17 16:00:07 jsc 1.3.16.1: #i56247# refactoring and cosmetics
2006-03-15 08:14:19 +00:00
Vladimir Glazounov
5134565fcb INTEGRATION: CWS jsc3 (1.8.14); FILE MERGED
2006/02/17 16:44:57 jsc 1.8.14.4: #i56247# exchange forward declaration with include
2006/02/17 15:58:18 jsc 1.8.14.3: #62183# re- declare ambiguous base interface methods
2006/01/20 13:39:08 jsc 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED
2006/01/20 13:01:46 jsc 1.8.14.1: #i53950# refactor translateIdentifier to translateUnoToCppIdentifer
2006-03-15 08:14:04 +00:00
Vladimir Glazounov
f14849d780 INTEGRATION: CWS jsc3 (1.35.14); FILE MERGED
2006/02/28 08:20:01 jsc 1.35.14.7: #i62183# change comment
2006/02/21 13:32:33 jsc 1.35.14.6: #i62183# resolve merge conflicts
2006/02/20 11:25:11 jsc 1.35.14.5: RESYNC: (1.36-1.37); FILE MERGED
2006/02/17 16:44:56 jsc 1.35.14.4: #i56247# exchange forward declaration with include
2006/02/17 15:58:17 jsc 1.35.14.3: #62183# re- declare ambiguous base interface methods
2006/01/20 13:39:00 jsc 1.35.14.2: RESYNC: (1.35-1.36); FILE MERGED
2006/01/20 13:01:47 jsc 1.35.14.1: #i53950# refactor translateIdentifier to translateUnoToCppIdentifer
2006-03-15 08:13:51 +00:00
Vladimir Glazounov
2eaa59ef4a INTEGRATION: CWS jsc3 (1.2.16); FILE MERGED
2006/01/20 13:02:22 jsc 1.2.16.1: #i56247# unify include guards
2006-03-15 08:13:20 +00:00
Vladimir Glazounov
32a8093d04 INTEGRATION: CWS jsc3 (1.9.14); FILE MERGED
2006/03/03 11:25:53 jsc 1.9.14.2: #i60691# adapt command line help for -L and -C
2006/01/20 13:02:21 jsc 1.9.14.1: #i56247# unify include guards
2006-03-15 08:13:03 +00:00
Vladimir Glazounov
eaf58ac096 INTEGRATION: CWS jsc3 (1.8.16); FILE MERGED
2006/01/20 13:02:20 jsc 1.8.16.1: #i56247# unify include guards
2006-03-15 08:12:44 +00:00