summaryrefslogtreecommitdiff
path: root/registry/tools
AgeCommit message (Collapse)AuthorFilesLines
2012-11-28re-base on ALv2 code. Includes:Michael Meeks1-0/+307
Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
2012-08-12do not print anything when the comparison succeededDavid Tardon1-13/+0
Change-Id: I09392985fbf2d8ef9f76f43fee1b5a711ae1bbab
2012-08-04Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini1-1/+1
Change-Id: I3c442b7c3743684f62cc5ffc3c4b0926ff0db999
2012-07-03re-base on ALv2 code.Michael Meeks4-92/+56
2012-06-21re-base on ALv2 code.Michael Meeks4-98/+62
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620
2012-05-06remove unused filesMatúš Kukan1-318/+0
Change-Id: I65ec941f72b9884d147f51939d592da313418329
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky1-92/+0
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
2012-04-14replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon1-1/+1
Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild.
2012-02-19Get rid of size() == 0Elton Chung1-2/+2
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2-15/+15
Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
2011-11-27remove include of pch header from registryNorbert Thiebaud5-10/+0
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky2-2/+2
2011-11-21regcompare: fix error reporting:Michael Stahl1-8/+10
Function checkField() is called from 2 different contexts, one of which must not report errors, but the other should.
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara5-0/+14
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-05-26Would be pointless to build tool executables for iOSTor Lillqvist1-0/+4
2011-04-18Fix a typo.Francois Tigeot1-1/+1
2011-04-18Remove OS/2 support.Francois Tigeot5-8/+8
2011-03-25WaE: consts the wrong way aroundCaolán McNamara1-5/+5
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky10-1485/+1570
Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk
2011-03-07CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann4-3/+329
Notes: split repo tag: ure_ooo/DEV300_m102
2011-02-24jsc340: i114847: fix nameJuergen Schmidt1-2/+4
2011-02-18#i115784# registry: Fix unreachable "return <result>; break;" statements.Matthias Huetsch [mhu]1-2/+2
2011-02-04#i115784# registry/tools: fix unreachable break statement after return.Matthias Huetsch [mhu]1-2/+2
2011-02-03#i115784# registry/tools: fix initOptions_Impl() commandline argument ↵Matthias Huetsch [mhu]2-7/+7
processing.
2011-01-03new helper toolJuergen Schmidt1-0/+318
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller2-3/+3
2010-11-30#i115784# registry: fixed std::vector<> usage.Matthias Huetsch [mhu]2-23/+23
2010-11-25#i115784# registry: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]9-1484/+1240
2010-11-15jsc340: i114887: remove old not used draft typesJuergen Schmidt1-1/+9
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth4-0/+8
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-01jsc340: i14847: clean up cmdline help fo devtoolsJuergen Schmidt2-4/+4
2010-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]5-21/+5
2010-03-04mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to ↵Matthias Huetsch [mhu]3-27/+22
avoid redundant closeKey()/flush() calls.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien5-21/+5
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-04-27CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann1-6/+0
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-03-06#i10000# STORELIB missingRelease Engineers1-0/+4
2009-02-12CWS-TOOLING: integrate CWS sb103Oliver Bolte2-6/+3
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)
2008-12-11CWS-TOOLING: integrate CWS jsc312Rüdiger Timm1-0/+1
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-04-11INTEGRATION: CWS changefileheader (1.5.42); FILE MERGEDRüdiger Timm1-38/+18
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-11INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm1-38/+18
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-11INTEGRATION: CWS changefileheader (1.26.14); FILE MERGEDRüdiger Timm1-41/+18
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-11INTEGRATION: CWS changefileheader (1.12.2); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:18 rt 1.12.2.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.12.8); FILE MERGEDRüdiger Timm1-43/+18
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-03-18INTEGRATION: CWS sb83 (1.10.4); FILE MERGEDVladimir Glazounov1-8/+2
2008/03/17 08:54:45 sb 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/08 16:37:52 sb 1.10.4.1: #i84200# changing LINKFLAGSRUNPATH superseded by APPnRPATH
2008-02-25INTEGRATION: CWS supdremove02 (1.10.12); FILE MERGEDOliver Bolte1-3/+3
2008/01/28 15:14:08 rt 1.10.12.1: #i85482# Remove UPD from library name
2008-02-04INTEGRATION: CWS gcc430two (1.11.10); FILE MERGEDIvo Hinkelmann1-2/+3
2008/01/28 09:53:10 rene 1.11.10.1: more gcc 4.3.0 things
2007-11-02INTEGRATION: CWS os2port02 (1.8.16); FILE MERGEDJens-Heiner Rechtien1-3/+3
2007/10/05 13:01:59 ydario 1.8.16.2: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30 11:47:19 ydario 1.8.16.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
2007-10-15INTEGRATION: CWS sb71 (1.25.2); FILE MERGEDVladimir Glazounov1-5/+4
2007/06/26 15:12:46 sb 1.25.2.1: #i75466# Droped reg shared lib loader stuff.