Commit Graph

54 Commits

Author SHA1 Message Date
Arnaud Versini
36a2db3722 Replace usage of rtl_*Memory with equivalent from string.h
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159
Reviewed-on: https://gerrit.libreoffice.org/734
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-01 18:48:05 +00:00
Arnaud Versini
f6acb53bb1 Replace usage of rtl/memory.h in registry with equivalent from string.h
Change-Id: I3c442b7c3743684f62cc5ffc3c4b0926ff0db999
2012-08-04 17:46:59 +02:00
Michael Meeks
ec54c0c45f re-base on ALv2 code. 2012-07-03 13:10:11 +01:00
Stephan Bergmann
66a88dc17e UNO BYTE is signed
This is hopefully a better fix for c589fa17b8
"Dalvik enforces byte constants being in range (-128..127)."
2012-03-29 12:07:36 +02:00
Michael Stahl
aeb56b2ba1 registry: print error messages on stderr 2012-01-17 15:49:01 +01:00
Olivier Hallot
85d1ce27ad Fix for fdo43460 Part XXVII getLength() to isEmpty()
Please find attached a partial fix for Easy Hack FDO43460

Part XXVII
Modules
padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
2012-01-02 19:17:17 +01:00
Norbert Thiebaud
ab407ad866 remove include of pch header from registry 2011-11-27 13:16:40 -06:00
Pierre-André Jacquod
7cec8f6208 cppcheck reduce scope of var in registry/...regimpl.cxx 2011-10-07 15:57:46 +02:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Caolán McNamara
8b56cbf38f tidy indent 2011-09-23 09:02:23 +01:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Francois Tigeot
35e1b53c7e Remove OS/2 support. 2011-04-18 16:59:48 +02:00
Caolán McNamara
e9e3bdfe8c WaE: rework to avoid warnings 2011-04-04 16:01:51 +01:00
Petr Mladek
e2c5c4ec0a warning-return-values-registry.diff: avoid warning (i#58979)
the code was correct; it was wrongly detected by some gcc versions;
the warning was considered as an error in openSUSE build service;
the change does not cause any harm;
2011-03-30 19:38:30 +02:00
Julien Nabet
389bc73b5f Remove "using namespace ::rtl" 2011-03-02 22:15:02 +01:00
Thomas Arnhold
83fade2fa0 Remove SCO support 2011-02-16 16:31:45 +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
de0938bc20 performance bug in build system caused by too many flushed 2009-11-17 14:58:44 +01: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
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
Vladimir Glazounov
4ca5c503bc CWS-TOOLING: integrate CWS jsc311 2008-10-01 08:05:58 +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
Vladimir Glazounov
d4e73e9074 INTEGRATION: CWS sb71 (1.24.2); FILE MERGED
2007/10/02 09:08:27 sb 1.24.2.3: RESYNC: (1.25-1.26); FILE MERGED
2007/08/23 17:02:15 sb 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED
2007/06/22 09:34:22 sb 1.24.2.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
2007-10-15 11:28:03 +00:00
Vladimir Glazounov
d4f025b0eb INTEGRATION: CWS os2port01 (1.22.12); FILE MERGED
2007/09/05 08:36:11 obr 1.22.12.3: RESYNC: (1.24-1.25); FILE MERGED
2007/07/18 07:17:23 obr 1.22.12.2: RESYNC: (1.22-1.24); FILE MERGED
2006/12/28 15:03:32 ydario 1.22.12.1: OS/2 initial import.
2007-09-20 13:48:15 +00:00
Jens-Heiner Rechtien
608730da67 INTEGRATION: CWS jsc18 (1.24.4); FILE MERGED
2007/06/29 11:32:14 jsc 1.24.4.1: #i78460# integrate patch
2007-07-31 13:03:01 +00:00
Vladimir Glazounov
b04765f2c1 INTEGRATION: CWS mingwport03 (1.22.8); FILE MERGED
2006/11/08 12:50:38 vg 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED
2006/09/07 09:38:04 vg 1.22.8.1: #i53572# MinGW port
2007-03-26 12:54:08 +00:00
Oliver Bolte
466a58a85b INTEGRATION: CWS pchfix02 (1.22.6); FILE MERGED
2006/09/01 17:33:09 kaib 1.22.6.1: #i68856# Added header markers and pch files
2006-09-17 00:53:32 +00:00
Kurt Zenker
fcedb964bc INTEGRATION: CWS warningfixes02 (1.21.2); FILE MERGED
2006/06/30 12:32:58 sb 1.21.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
2006-07-19 16:19:57 +00:00
Jens-Heiner Rechtien
6574e21b2a INTEGRATION: CWS warnings01 (1.19.28); FILE MERGED
2005/11/21 13:37:37 sb 1.19.28.4: #i53898# Made code warning-free.
2005/09/22 22:04:20 sb 1.19.28.3: RESYNC: (1.19-1.20); FILE MERGED
2005/09/05 10:06:50 sb 1.19.28.2: #i53898# Made code warning-free.
2005/08/29 14:09:43 sb 1.19.28.1: #i53898# Made code warning-free.
2006-06-19 13:27:52 +00:00
Rüdiger Timm
60e1eb8f39 INTEGRATION: CWS ooo19126 (1.19.30); FILE MERGED
2005/09/05 14:08:32 rt 1.19.30.1: #i54170# Change license header: remove SISSL
2005-09-09 04:16:14 +00:00
Oliver Bolte
d8914bad46 INTEGRATION: CWS sb18 (1.18.4); FILE MERGED
2004/05/18 15:35:26 sb 1.18.4.2: #i21150# Added new feature: published.
2004/04/08 14:33:49 sb 1.18.4.1: #i21150# Reworked dumpType.
2004-06-04 01:44:25 +00:00
Rüdiger Timm
8ee9b023c1 INTEGRATION: CWS sb14 (1.17.20); FILE MERGED
2004/03/05 12:34:14 sb 1.17.20.1: #i21150# Added support for rest parameters.
2004-03-30 15:35:14 +00:00
Hans-Joachim Lankenau
f560330ba8 INTEGRATION: CWS geordi2q01 (1.16.22); FILE MERGED
2003/08/18 13:05:45 hr 1.16.22.1: #i18350#: join changes from CWS ooo11rc3
2003-08-18 14:00:03 +00:00
Jens-Heiner Rechtien
243a97038b MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-26 14:44:58 +00:00
Jörg Budischewski
002cc26502 #105028# ORegKey initially has a refcount of 1, so acquiring after creation is wrong, this has been fixed 2002-11-12 15:22:19 +00:00
Jörg Budischewski
f0079260c4 #104452# added optimistic link lookup, which results in better performance, when the underlying registry does not use links 2002-10-23 14:27:51 +00:00
Daniel Boelzle
feef1b3466 #101138# using memory registry if no url given && create flag set 2002-07-30 11:00:48 +00:00
Juergen Schmidt
5aa27a9a6c #100439# modify hyper support 2002-06-18 16:28:00 +00:00
Juergen Schmidt
8e7ff9d28e #94545# dump optional flag for servicemembers 2001-11-09 09:51:38 +00:00
Juergen Schmidt
45401bca08 #89618# change text encoding 2001-07-23 14:43:28 +00:00
Juergen Schmidt
f3097d7b52 #87233# insert singleton 2001-05-18 14:38:10 +00:00
Philipp Lohmann
3444b58404 removed an of by one issue 2001-05-10 18:48:22 +00:00
Philipp Lohmann
7937b1c2ec new string api 2001-05-10 09:59:09 +00:00
Philipp Lohmann
61123ae95e new string api 2001-05-10 09:49:31 +00:00
Juergen Schmidt
57728cd1eb change vos::ORealDynamicLoader to salhelepr::ORealDynamicLoader 2001-03-16 15:34:02 +00:00