summaryrefslogtreecommitdiff
path: root/cppuhelper/source/macro_expander.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-4/+3
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Ocke Janssen converted reportdesign. http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patch contributed by Oliver Rainer-Wittmann sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines http://svn.apache.org/viewvc?view=revision&revision=1172115
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann1-8/+2
...more to follow (easy hack?) Change-Id: Icb02626495701a3905c124c7368b98c3258e91b2
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann1-2/+24
...that no longer uses XSimpleRegistry structures for the service data and thus is potentially more performant. * Registry-based functions from cppuhelper/bootstrap are deprecated now, client code should always use defaultBootstrap_InitialComponentContext. * References to the obsolete UNO_WRITERDB have been removed. * Some of the functions in cppuhelper/source that are used from multiple .cxx but had not been properly placed into .hxx have been cleaned up. * css.lang.ServiceManager XSet insert/remove now support special sequence<NamedValue> to improve live deployment/removal of XML-based extension components data. * 09524d410bbaad2a0b9b39811cb5cc16621b1396 "stoc: accelerate opening of multiple XML .rdb files in a directory" and its follow-up cb5c881a7f179391ee853f76e159254c97d776a3 "avoid using the new rdb reading logic for empty/non-existent directories" have been obsoleted by this change and have been reverted again.
2012-04-18Put create_bootstrap_macro_expander_factory properly into a headerStephan Bergmann1-5/+3
...and fix the typo in its name.
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-5/+5
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-3/+3
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2011-11-27remove include of pch header in cppuhelperNorbert Thiebaud1-2/+0
2011-04-03use rtl::Static where double-locked pattern usedCaolán McNamara1-13/+22
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.12.22); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 15:25:26 rt 1.12.22.1: #i87441# Change license header to LPGL v3.
2007-10-15INTEGRATION: CWS sb71 (1.10.42); FILE MERGEDVladimir Glazounov1-70/+22
2007/05/30 12:47:47 sb 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2007/04/16 13:30:41 sb 1.10.42.1: #i75466# New bootstrap_expandUri helper; removed unused XInitialization support.
2007-05-09INTEGRATION: CWS bunoexttm (1.10.28); FILE MERGEDKurt Zenker1-6/+18
2007/01/30 15:45:29 kr 1.10.28.1: adapted: joined from UTF2 - add purposed env. support
2006-09-16INTEGRATION: CWS pchfix02 (1.9.14); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:23:18 kaib 1.9.14.1: #i68856# Added header markers and pch files
2006-06-19INTEGRATION: CWS warnings01 (1.7.42); FILE MERGEDJens-Heiner Rechtien1-35/+18
2005/09/22 15:38:58 sb 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/07 11:05:30 sb 1.7.42.1: #i53898# Made code warning-free.
2005-09-08INTEGRATION: CWS ooo19126 (1.7.46); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 12:07:39 rt 1.7.46.1: #i54170# Change license header: remove SISSL
2004-06-25INTEGRATION: CWS tune04 (1.5.28); FILE MERGEDHans-Joachim Lankenau1-7/+5
2004/06/15 08:53:11 cmc 1.5.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template
2004-06-04INTEGRATION: CWS sb18 (1.5.24); FILE MERGEDOliver Bolte1-2/+3
2004/05/14 12:54:27 sb 1.5.24.1: #i21150# Missing includes.
2004-02-02INTEGRATION: CWS geordi2q14 (1.4.40); FILE MERGEDJens-Heiner Rechtien1-8/+2
2004/01/29 15:10:12 hr 1.4.40.1: #111934#: merge CWS ooo111fix2
2003-07-16INTEGRATION: CWS ooo11rc2 (1.3.46); FILE MERGEDJens-Heiner Rechtien1-3/+3
2003/07/14 15:18:57 fa 1.3.46.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only. http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611 Dan fa@ooo
2002-12-06#105077# singleton order; minor changesDaniel Boelzle1-4/+4
2002-09-05#100000#Vladimir Glazounov1-2/+10
2002-06-14#100075# introducing macro expander; modifying bootstrap; modifying shared ↵Daniel Boelzle1-0/+281
lib loader function