summaryrefslogtreecommitdiff
path: root/stoc/source/registry_tdprovider/tdservice.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-05-06fdo#62475 - remove ASCII artPhilipp Riemer1-24/+9
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-28/+15
In e2e2cc61144cb22227eebfadff0ea24b51ccfbd0 the method was removed automatically leaving several line breaks etc. as visual noise.
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-12/+6
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-11/+3
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+5
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-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-10/+5
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-1/+1
Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-01-12Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot1-2/+2
Part XXXV Modules stoc
2011-11-27remove include of pch header from stocNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-03Remove "using namespace ::rtl"Julien Nabet1-0/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.10.56); FILE MERGEDRüdiger Timm1-35/+18
2008/04/01 15:42:27 thb 1.10.56.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.10.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.10.56.1: #i87441# Change license header to LPGL v3.
2006-09-16INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:41:16 kaib 1.9.36.1: #i68856# Added header markers and pch files
2005-09-08INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:11:08 rt 1.8.42.1: #i54170# Change license header: remove SISSL
2004-08-12INTEGRATION: CWS unotlc (1.6.16); FILE MERGEDOliver Bolte1-9/+9
2004/08/03 15:08:08 dbo 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/12 13:30:07 dbo 1.6.16.1: #i20303# fixing resolve order: first tdmgr, then local provider
2004-07-23INTEGRATION: CWS sb20 (1.6.4); FILE MERGEDRüdiger Timm1-2/+19
2004/07/08 08:58:48 sb 1.6.4.1: #i31194# Use XServiceConstructorDescription for default constructors also (so that a service can now have no constructors at all).
2004-06-04INTEGRATION: CWS sb18 (1.5.4); FILE MERGEDOliver Bolte1-13/+18
2004/05/12 11:33:28 sb 1.5.4.2: #i21150# Missing includes. 2004/04/08 14:35:37 sb 1.5.4.1: #i21150# Fixed UNOIDL typedef support.
2004-03-31INTEGRATION: CWS sb14 (1.3.104); FILE MERGEDRüdiger Timm1-194/+283
2004/03/12 14:18:50 sb 1.3.104.3: #i21150# Adapted to modified registry type reader. 2004/03/05 12:36:51 sb 1.3.104.2: #i21150# Added support for service constructors; cleanup. 2004/02/19 14:23:59 sb 1.3.104.1: #i21150# Support for single-interface--based services and interface-based singletons.
2004-03-25INTEGRATION: CWS jl3 (1.3.82); FILE MERGEDKurt Zenker1-7/+7
2003/12/19 11:32:31 dbo 1.3.82.1: #114506# cleanup
2002-11-13#104677# - enumeration interface for Type Description Manager/ProviderKai Sommerfeld1-14/+104
2002-11-11#100000# exception specificationVladimir Glazounov1-2/+3
2002-11-11#104677# - Introduced/modified for Type Description Manager/Provider EnumerationKai Sommerfeld1-0/+406
Interface.