summaryrefslogtreecommitdiff
path: root/salhelper/test
AgeCommit message (Collapse)AuthorFilesLines
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-6/+6
which seem to have snuck back in since the great rounds of removals. Change-Id: I85f7f5f4801c0b48dae8b50f51f83595b286d6a1 Reviewed-on: https://gerrit.libreoffice.org/62229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-12-11loplugin:salcall fix functionsNoel Grandin2-8/+8
since cdecl is the default calling convention on Windows for such functions, the annotation is redundant. Change-Id: I1a85fa27e5ac65ce0e04a19bde74c90800ffaa2d Reviewed-on: https://gerrit.libreoffice.org/46164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2015-11-115th step to remove tools/rtti.hxxOliver Specht2-2/+0
tools/rtti.hxx removed completed the interface of some Sdr.* Items and removed pseudo items Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a Reviewed-on: https://gerrit.libreoffice.org/19837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-11-01Remove some stdio.h includes from salhelper moduleJulien Nabet2-2/+0
Change-Id: Ibd95d7b3b01e7003c5d4edb831534b19313e1c37
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-3/+3
ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
2014-06-06fixincludeguards: fix include guardsThomas Arnhold2-4/+4
Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b Reviewed-on: https://gerrit.libreoffice.org/9629 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2-4/+4
This is largely unnecessary when working with OUString Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
2013-01-16Get rid of GetVersionInfo and checkdllTor Lillqvist1-1/+0
With gbuildification neither was actually used anyway, as far as I could see. Change-Id: I00d914e6571aed3110226f91ac1685a838031c65
2012-06-27re-base on ALv2 code.Michael Meeks9-68/+145
2012-06-21re-base on ALv2 code.Michael Meeks4-8/+72
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton1-1/+1
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-02-14salhelper: remove unexisting mapsThomas Arnhold1-4/+0
2012-02-14remove gcc2 tracesThomas Arnhold1-2/+0
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2-2/+0
2011-03-03Remove "using namespace ::rtl"Julien Nabet2-2/+4
2011-02-04Clean up makefilesThomas Arnhold2-10/+0
2010-11-29get these tests to build againCaolán McNamara5-30/+2
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth9-0/+25
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-25sb118: merged in DEV300_m72sb3-15/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien3-15/+3
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb1-1/+1
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2008-04-11INTEGRATION: CWS changefileheader (1.6.22); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:47 rt 1.6.22.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.22); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:47 rt 1.7.22.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.62); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:47 rt 1.4.62.1: #i87441# Change license header to LPGL v3.
2007-03-09INTEGRATION: CWS ause076 (1.5.14); FILE MERGEDOliver Bolte1-9/+2
2007/02/23 12:32:58 hjs 1.5.14.1: #i74721# cleanup obsolete library variables
2007-03-09INTEGRATION: CWS ause076 (1.6.40); FILE MERGEDOliver Bolte1-11/+2
2007/02/23 12:32:58 hjs 1.6.40.1: #i74721# cleanup obsolete library variables
2006-10-05INTEGRATION: CWS ause068 (1.4.26); FILE MERGEDKurt Zenker1-12/+2
2006/09/21 14:45:34 hjs 1.4.26.1: #i69536# remove obsolete lines
2005-09-08INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 17:42:43 rt 1.3.82.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.5.132); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 17:42:42 rt 1.5.132.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 17:42:41 rt 1.3.88.1: #i54170# Change license header: remove SISSL
2003-10-06INTEGRATION: CWS rt02 (1.1.68); FILE MERGEDRüdiger Timm1-1/+1
2003/10/01 09:05:11 rt 1.1.68.1: #i19697# No newline at end of file
2003-10-06INTEGRATION: CWS rt02 (1.1.68); FILE MERGEDRüdiger Timm1-1/+1
2003/10/01 09:05:09 rt 1.1.68.1: #i19697# No newline at end of file
2003-06-12INTEGRATION: CWS mh11rc (1.2.54); FILE MERGEDVladimir Glazounov1-2/+6
2003/06/06 08:17:41 mh 1.2.54.1: join: from beta2
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-44/+11
2001-06-01#87052# change SALHELPER_MAJOR to UDK_MAJORJuergen Schmidt1-3/+3
2001-04-24*** empty log message ***Joachim Lingner1-1/+1
2001-04-24*** empty log message ***Joachim Lingner1-3/+3
2001-04-24*** empty log message ***Joachim Lingner1-3/+9
2001-04-23*** empty log message ***Joachim Lingner2-2/+3
2001-04-23*** empty log message ***Joachim Lingner2-1/+4
2001-04-23*** empty log message ***Joachim Lingner5-19/+40
2001-04-23*** empty log message ***Joachim Lingner7-12/+270
2001-04-19*** empty log message ***Joachim Lingner1-0/+22
2001-04-19newJoachim Lingner3-0/+239
2001-04-19newJoachim Lingner1-0/+22
2001-04-19lib for test with dynamic loaderJoachim Lingner1-0/+37
2001-04-19newJoachim Lingner2-50/+64
2001-03-29*** empty log message ***Joachim Lingner2-0/+188