Commit graph

321 commits

Author SHA1 Message Date
Caolán McNamara
da5cef0ab4 add modelines to .h and .c files as well 2010-10-27 16:04:46 +01: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
Petr Mladek
334bef4563 remove include guards using fixguard.py 2010-10-05 18:12:51 +02:00
Matthias Huetsch [mhu]
6d03994e21 mhu22: resync to master repository (DEV300_m73). 2010-03-04 19:36:24 +01:00
Matthias Huetsch [mhu]
709ee7e9b0 mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to avoid redundant closeKey()/flush() calls. 2010-03-04 15:19:41 +01: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
Matthias Huetsch [mhu]
ffca8743e1 #i108349# Removed remaining redundant store.flush() calls. 2010-01-21 18:50:03 +01:00
Mathias Bauer
699ebff65d merge commit for m65 2009-11-23 17:39:22 +01:00
Mathias Bauer
de0938bc20 performance bug in build system caused by too many flushed 2009-11-17 14:58:44 +01:00
Caolán McNamara
3ed563cc42 cmcfixes66: #i106674# fix remaining new[]/delete mismatches 2009-11-06 11:03:40 +00:00
Kurt Zenker
78a8eaf882 CWS-TOOLING: integrate CWS fwk121
2009-09-30 11:20:33 +0200 mav  r276548 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2
2009-09-30 10:54:46 +0200 mav  r276545 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2
2009-09-30 10:02:12 +0200 mav  r276543 : #i105082# integrating the fix from fwk117, since it is necessary for some scenarios fixed in this cws
2009-09-30 07:33:48 +0200 jsc  r276537 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed
2009-09-29 14:15:09 +0200 jsc  r276528 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed
2009-09-29 09:45:28 +0200 dr  r276507 : #i105325# set correct format while opening zip package
2009-09-28 18:46:45 +0200 mav  r276500 : CWS-TOOLING: rebase CWS fwk121 to trunk@276429 (milestone: DEV300:m60)
2009-10-14 16:58:08 +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
68c871c9c0 #i10000# STORELIB missing 2009-03-06 14:26:39 +00:00
Oliver Bolte
e591a08dc3 CWS-TOOLING: integrate CWS sb103
2009-01-15 15:28:08 +0100 sb  r266375 : #i97629# set UNO_PATH in python start program and use it in bootstrap function in officehelper.py (and do not erroneously encode a vnd.sun.star.pathname URE_BOOTSTRAP value in tools::extendApplicationEnvironment)
2009-01-15 10:40:17 +0100 sb  r266338 : #i97424# explicit shut down of ImplImageTree singleton in DeInitVCL still required
2009-01-14 12:07:15 +0100 sb  r266276 : CWS-TOOLING: rebase CWS sb103 to trunk@265758 (milestone: DEV300:m38)
2009-01-14 08:53:02 +0100 sb  r266266 : #i96284# remove implementation of unused (but expensive) link feature; plus some general cleanup
2009-01-08 14:42:59 +0100 sb  r266010 : #i96683# enable dlclose for GCC 3 (based on a patch by cmc)
2009-01-06 14:18:23 +0100 sb  r265920 : #i97424# spurious unreferenced local variables
2008-12-19 15:33:39 +0100 sb  r265727 : #i57359# no need for a special glibc 2.2.4 based libgcc_s.so.1 for URE any more as the general one used for OOo is guaranteed to be based on at least glibc 2.2.4, anyway
2008-12-19 13:54:37 +0100 sb  r265724 : #i97424# clean up and speed up vcl ImplImageTree
2008-12-18 14:28:10 +0100 sb  r265690 : #i97132# spread usage of the rtl::Static pattern (patch by cmc)
2008-12-15 14:33:00 +0100 sb  r265499 : #i90492# generate UTF-8 encoded output (patch by tora)
2008-12-15 11:45:05 +0100 sb  r265469 : #i95593# -Djava.library.path to find libtest_javauno_any.so
2008-12-15 11:23:14 +0100 sb  r265468 : #i93769# it appears that Java nowadays expects file URIs in UTF-8, so ExternalUriReferenceTranslator.toExternal must not be called
2008-12-10 12:02:50 +0100 sb  r265164 : #i93219# use (corrected) signal handling instead of forking again (to avoid unintended generation of core files)
2009-02-12 09:18:09 +00:00
Rüdiger Timm
6298104cef CWS-TOOLING: integrate CWS jsc312
2008-12-04 17:08:20 +0100 jsc  r264858 : #i96902# update reference rdb
2008-12-04 17:06:34 +0100 jsc  r264857 : #i96902# update reference rdb
2008-11-28 14:54:24 +0100 jsc  r264556 : #i96671# correct location of generated scripts
2008-11-28 14:29:30 +0100 jsc  r264554 : #92661# minor changes
2008-11-28 09:36:27 +0100 jsc  r264527 : #92661# minor optimizations
2008-11-27 11:32:24 +0100 jsc  r264470 : #92661# retrieve lib path and load related library full qualified
2008-11-18 09:08:22 +0100 jsc  r263745 : #i93980# change docu, insert note that regview and regmerge are part of the ure
2008-11-18 09:05:12 +0100 jsc  r263744 : #i93980# remove regview and regmerge
2008-11-18 08:57:09 +0100 jsc  r263743 : #i93981# insert SDK rpath link option for regcompare
2008-11-18 08:55:08 +0100 jsc  r263742 : #i93981# insert SDK rpath link option
2008-11-17 16:26:25 +0100 jsc  r263727 : #i96055# correct brackets
2008-12-11 13:10:39 +00:00
Oliver Bolte
1a784f6768 CWS-TOOLING: integrate CWS cmcfixes49 2008-10-10 13:02:43 +00:00
Vladimir Glazounov
4ca5c503bc CWS-TOOLING: integrate CWS jsc311 2008-10-01 08:05:58 +00:00
Rüdiger Timm
a1aa0ae761 No old windows def files needed any more. 2008-09-19 11:05:48 +00:00
Rüdiger Timm
67713f24ed INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED
2008/03/31 07:25:19 rt 1.3.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:00:34 +00:00
Rüdiger Timm
03546d8018 INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED
2008/04/01 15:23:09 thb 1.4.42.2: #i85898# Stripping all external header guards
2008/03/31 07:25:19 rt 1.4.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:00:17 +00:00
Rüdiger Timm
8d3fb1cc15 INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED
2008/04/01 15:23:09 thb 1.5.42.2: #i85898# Stripping all external header guards
2008/03/31 07:25:19 rt 1.5.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:59:46 +00:00
Rüdiger Timm
b56a856a3d INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED
2008/03/31 07:25:19 rt 1.7.4.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:59:23 +00:00
Rüdiger Timm
c90618ad3c INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED
2008/03/31 07:25:19 rt 1.9.14.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:59:04 +00:00
Rüdiger Timm
45d5774c13 INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED
2008/04/01 15:23:08 thb 1.5.42.2: #i85898# Stripping all external header guards
2008/03/31 07:25:18 rt 1.5.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:58:48 +00:00
Rüdiger Timm
9454d429fd INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED
2008/04/01 15:23:08 thb 1.6.42.2: #i85898# Stripping all external header guards
2008/03/31 07:25:18 rt 1.6.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:58:26 +00:00
Rüdiger Timm
ccd83848ab INTEGRATION: CWS changefileheader (1.26.14); FILE MERGED
2008/04/01 15:23:08 thb 1.26.14.3: #i85898# Stripping all external header guards
2008/04/01 12:32:41 thb 1.26.14.2: #i85898# Stripping all external header guards
2008/03/31 07:25:18 rt 1.26.14.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:58:04 +00:00
Rüdiger Timm
5962f0bbfb INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED
2008/03/31 07:25:18 rt 1.12.2.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:56:34 +00:00
Rüdiger Timm
2e807f2116 INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED
2008/04/01 15:23:08 thb 1.12.8.3: #i85898# Stripping all external header guards
2008/04/01 12:32:41 thb 1.12.8.2: #i85898# Stripping all external header guards
2008/03/31 07:25:18 rt 1.12.8.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:56:10 +00:00
Rüdiger Timm
3297ad37c9 INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED
2008/03/31 07:25:18 rt 1.4.30.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:55:36 +00:00
Rüdiger Timm
3ac5f6d932 INTEGRATION: CWS changefileheader (1.8.42); FILE MERGED
2008/04/01 15:23:08 thb 1.8.42.2: #i85898# Stripping all external header guards
2008/03/31 07:25:18 rt 1.8.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:55:08 +00:00
Rüdiger Timm
0c03781b80 INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED
2008/03/31 07:25:18 rt 1.7.4.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:52:55 +00:00
Rüdiger Timm
d147291426 INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED
2008/04/01 15:23:08 thb 1.5.66.2: #i85898# Stripping all external header guards
2008/03/31 07:25:18 rt 1.5.66.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:52:38 +00:00
Rüdiger Timm
e87fdad30d INTEGRATION: CWS changefileheader (1.2.54); FILE MERGED
2008/04/01 15:23:07 thb 1.2.54.3: #i85898# Stripping all external header guards
2008/04/01 12:32:41 thb 1.2.54.2: #i85898# Stripping all external header guards
2008/03/31 07:25:18 rt 1.2.54.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:52:21 +00:00
Rüdiger Timm
486845c95d INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED
2008/04/01 15:23:07 thb 1.6.42.3: #i85898# Stripping all external header guards
2008/04/01 12:32:41 thb 1.6.42.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.6.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:52:06 +00:00
Rüdiger Timm
7c30bd316e INTEGRATION: CWS changefileheader (1.19.14); FILE MERGED
2008/04/01 15:23:07 thb 1.19.14.3: #i85898# Stripping all external header guards
2008/04/01 12:32:40 thb 1.19.14.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.19.14.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:50:37 +00:00
Rüdiger Timm
6ac3b975b9 INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED
2008/04/01 15:23:07 thb 1.4.54.3: #i85898# Stripping all external header guards
2008/04/01 12:32:40 thb 1.4.54.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.4.54.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:50:09 +00:00
Rüdiger Timm
6a632061ff INTEGRATION: CWS changefileheader (1.27.14); FILE MERGED
2008/04/01 15:23:07 thb 1.27.14.3: #i85898# Stripping all external header guards
2008/04/01 12:32:40 thb 1.27.14.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.27.14.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:49:44 +00:00
Rüdiger Timm
b1136ae22d INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED
2008/04/01 15:23:07 thb 1.14.18.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.14.18.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:49:17 +00:00
Rüdiger Timm
cd8c354f30 INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED
2008/04/01 15:23:07 thb 1.5.66.3: #i85898# Stripping all external header guards
2008/04/01 12:32:40 thb 1.5.66.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.5.66.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:48:32 +00:00
Rüdiger Timm
a35191f4a6 INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED
2008/03/31 07:25:17 rt 1.7.28.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:48:13 +00:00
Rüdiger Timm
7972edbd2c INTEGRATION: CWS changefileheader (1.3.54); FILE MERGED
2008/04/01 15:23:07 thb 1.3.54.3: #i85898# Stripping all external header guards
2008/04/01 12:32:40 thb 1.3.54.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.3.54.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:47:56 +00:00
Rüdiger Timm
2b23cae12f INTEGRATION: CWS changefileheader (1.8.42); FILE MERGED
2008/04/01 15:23:07 thb 1.8.42.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.8.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:47:37 +00:00
Rüdiger Timm
6edb0b1988 INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED
2008/03/31 07:25:17 rt 1.6.66.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:47:19 +00:00
Rüdiger Timm
0e07b93a40 INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED
2008/03/31 07:25:17 rt 1.5.66.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:46:45 +00:00
Rüdiger Timm
9082eda8f5 INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED
2008/04/01 15:23:06 thb 1.6.66.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.6.66.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:46:08 +00:00
Rüdiger Timm
ed109c42dc INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED
2008/04/01 15:23:06 thb 1.10.14.3: #i85898# Stripping all external header guards
2008/04/01 12:32:40 thb 1.10.14.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.10.14.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:45:52 +00:00
Rüdiger Timm
3e1506e3e5 INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED
2008/04/01 15:23:06 thb 1.3.66.3: #i85898# Stripping all external header guards
2008/04/01 12:32:40 thb 1.3.66.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.3.66.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:45:33 +00:00
Rüdiger Timm
83da272c1f INTEGRATION: CWS changefileheader (1.9.66); FILE MERGED
2008/04/01 15:23:06 thb 1.9.66.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.9.66.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:44:54 +00:00
Rüdiger Timm
2e4ba7df1c INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED
2008/04/01 15:23:06 thb 1.11.14.3: #i85898# Stripping all external header guards
2008/04/01 12:32:39 thb 1.11.14.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.11.14.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:44:38 +00:00
Rüdiger Timm
3eb59417c5 INTEGRATION: CWS changefileheader (1.8.50); FILE MERGED
2008/03/31 07:25:16 rt 1.8.50.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:44:22 +00:00