summaryrefslogtreecommitdiff
path: root/registry/inc
AgeCommit message (Collapse)AuthorFilesLines
2019-02-15tdf#42949 Fix IWYU warnings in registry/Gabor Kelemen1-1/+0
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I819bb44e36bdb6ec671cf11bd779085767d82fd0 Reviewed-on: https://gerrit.libreoffice.org/67697 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2017-10-31loplugin:constantparam in oox,registry,reportdesignNoel Grandin1-4/+2
Change-Id: I914fa6c6ef2f660eb6b8570c9c5f86cef477be80 Reviewed-on: https://gerrit.libreoffice.org/44093 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2015-10-01loplugin:unusedmethodsNoel Grandin1-331/+0
- improvements to the plugin to find more method calls - improvements to python script to remove more false+ - fix the FORCE_COMPILE_ALL build flag to include code in the $WORKDIR Change-Id: I4d6015dcb9b9d60c26f0bcee8abad807177a7836 Reviewed-on: https://gerrit.libreoffice.org/19064 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-30Fix typosAndrea Gelmini1-1/+1
Change-Id: I42c0ab2012553e11f8c1372103488ba1d291d5a9 Reviewed-on: https://gerrit.libreoffice.org/18965 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-8/+0
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
2015-07-08Fix typosAndrea Gelmini1-1/+1
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-07-03No need for a C API hereStephan Bergmann1-14/+6
Change-Id: Ie453a7c97a762932884c5c41b13607a170368107
2015-07-03Move module-private includes from include/registry/ to registry/Stephan Bergmann1-0/+440
Change-Id: I72bdd6627a191a65d5c3b479c100e30442a8bb9e
2013-04-23execute move of global headersBjoern Michaelsen13-5040/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-15fdo#60724 informations -> informationThomas Arnhold2-2/+2
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-201/+201
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-18cleanup doxygen warningsPeter Foley2-30/+45
Change-Id: I9181cad5bfa93f9e8b3d944b2b50a3ccc0b42595
2013-02-28Unused LIBRARY_VERSION macroStephan Bergmann1-5/+0
Change-Id: I4adea5036eaba5186faa8faa3d56bde338e8913a
2012-07-03re-base on ALv2 code.Michael Meeks10-207/+144
2012-06-21re-base on ALv2 code.Michael Meeks3-69/+42
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-05-06fix linkage inconsistency on windows (cont.)David Tardon1-1/+2
Change-Id: I10f97a1750499411450170947aaef5a7e052580d
2012-05-06fix linkage inconsistency on windowsDavid Tardon3-38/+39
Change-Id: I677a5fe8dc5c91b96fe299b06a5f2dc767120a1d
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky6-77/+57
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
2012-03-29UNO BYTE is signedStephan Bergmann1-1/+1
This is hopefully a better fix for c589fa17b8f3e6ded0d1e04120781eb5d6735bc7 "Dalvik enforces byte constants being in range (-128..127)."
2012-02-27some doxygen warnings cleanupKorrawit Pruegsanusak1-3/+3
2012-02-21WaE: silence some documentation errorsThomas Arnhold4-6/+5
2012-02-18registry: remove obsolete methodsThomas Arnhold1-29/+0
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot1-1/+1
Part XLIV many modules(inc's)
2012-01-20kill some doxygen warningsNorbert Thiebaud2-3/+3
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann7-22/+11
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed).
2011-12-15Additional fix for EasyHack FDO43058, remove extra semicolonsGustavo Buzzatti Pacheco1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from registryNorbert Thiebaud2-2/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2010-12-06Replace all occured, occurance etc.Takeshi Abe1-2/+2
2010-10-27add modelines to .h and .c files as wellCaolán McNamara6-0/+17
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth8-0/+22
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-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]15-61/+15
2010-03-04mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to ↵Matthias Huetsch [mhu]1-14/+22
avoid redundant closeKey()/flush() calls.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien15-61/+15
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-02-12CWS-TOOLING: integrate CWS sb103Oliver Bolte3-49/+45
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-10-10CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte1-3/+3
2008-04-11INTEGRATION: CWS changefileheader (1.6.66); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 07:25:17 rt 1.6.66.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.66); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 07:25:17 rt 1.5.66.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.6.66); FILE MERGEDRüdiger Timm1-28/+18
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-11INTEGRATION: CWS changefileheader (1.10.14); FILE MERGEDRüdiger Timm2-56/+36
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-11INTEGRATION: CWS changefileheader (1.3.66); FILE MERGEDRüdiger Timm1-28/+18
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-11INTEGRATION: CWS changefileheader (1.9.66); FILE MERGEDRüdiger Timm1-26/+18
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-11INTEGRATION: CWS changefileheader (1.11.14); FILE MERGEDRüdiger Timm1-29/+18
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-11INTEGRATION: CWS changefileheader (1.8.50); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:25:16 rt 1.8.50.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.6.66); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:25:16 rt 1.6.66.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.42); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 07:25:16 rt 1.2.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.38); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:16 rt 1.2.38.1: #i87441# Change license header to LPGL v3.
2007-10-15INTEGRATION: CWS sb71 (1.9.14); FILE MERGEDVladimir Glazounov1-83/+20
2007/06/22 09:34:22 sb 1.9.14.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
2007-10-15INTEGRATION: CWS sb71 (1.9.46); FILE MERGEDVladimir Glazounov1-102/+14
2007/06/22 09:34:22 sb 1.9.46.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.