Commit Graph

25 Commits

Author SHA1 Message Date
Stephan Bergmann
4730b58d99 loplugin:nullptr (automatic rewrite)
Change-Id: I17eb40b2923793280ea220e519f97563c8490a19
2015-11-10 10:31:20 +01:00
Stephan Bergmann
1777f6fedb Clean up C-style casts from pointers to void
Change-Id: I834eb4ecd0fa71caf6fa746901367fac8b538305
2015-03-28 19:09:18 +01:00
Stephan Bergmann
9193a15fc5 Some more loplugin:cstylecast: cppu
Change-Id: Iec1251648031afa9eddd7445135fb08dc74821bd
2015-01-20 09:06:46 +01:00
Noel Grandin
41e3515978 cppu: remove SAL_THROW macro
Change-Id: I2f1909f953846f0d0b6fb402b4beb373bba8b2a8
2014-06-05 08:17:49 +02:00
Thomas Arnhold
ed81c7fb25 fixincludeguards.sh: cppu 2014-04-19 11:10:06 +02:00
Alexander Wilms
f480f26e61 Remove visual noise from cppu
Change-Id: Ib776a6e5397eb9731cf908c4015642c29b320ff6
Reviewed-on: https://gerrit.libreoffice.org/8247
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27 06:12:56 -06:00
Stephan Bergmann
a2c464868a [API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppu
This leaves only aborting stubs (for SONAME stability) for

  typelib_static_array_type_init
  typelib_typedescription_newArray
  typelib_typedescription_newUnion

and completely removes corresponding

  typelib_ArrayTypeDescription
  typelib_UnionTypeDescription

structs and C++ inline

  getCppuArrayType*

functions.  None of this should ever have been called by client code anyway, so
while technically an API change it should not matter for practical purposes.

Change-Id: I23769d104d545533bf578762b79994e269d78c22
2014-01-31 10:18:17 +01:00
Arnaud Versini
b8d5620181 Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppu
Change-Id: I88976b215bc23ce5001916ccf123bc3561c2a33a
2012-07-24 20:35:21 +02:00
Michael Meeks
c3a6a57fc2 re-base on ALv2 code. 2012-06-13 14:18:29 +01:00
Alexander Bergmann
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
Sebastian Spaeth
a715e1b3d0 Add vim/emacs modelines to all source files
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-14 17:04:31 +02:00
Jens-Heiner Rechtien
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Rüdiger Timm
e9b267c40a INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED
2008/03/31 07:23:22 rt 1.12.84.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:38:51 +00:00
Jens-Heiner Rechtien
28b35a7822 INTEGRATION: CWS warnings01 (1.10.80); FILE MERGED
2005/09/22 20:45:00 sb 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED
2005/08/29 14:03:52 sb 1.10.80.1: #i53898# Made code warning-free.
2006-06-19 12:13:51 +00:00
Rüdiger Timm
2d3d9c3870 INTEGRATION: CWS ooo19126 (1.10.84); FILE MERGED
2005/09/05 13:54:31 rt 1.10.84.1: #i54170# Change license header: remove SISSL
2005-09-08 07:50:56 +00:00
Oliver Bolte
5d6aef92fe INTEGRATION: CWS cliuno01 (1.9.2); FILE MERGED
2003/07/24 15:19:03 dbo 1.9.2.1: - sequence reallocation fix
- more code cleanup
- test code
2003-09-04 09:52:55 +00:00
Vladimir Glazounov
f24aa4d9d9 INTEGRATION: CWS uno1 (1.8.18); FILE MERGED
2003/02/25 16:41:30 dbo 1.8.18.1: #107762# avoid use of generated headers; minor modifications
2003-03-20 11:28:39 +00:00
Daniel Boelzle
d8344847a2 #102391# cleaning up __ symbols 2002-08-21 08:19:40 +00:00
Daniel Boelzle
cf0cf8d73a #88593# any opt: avoiding heap allocation for any sizeof(type) <= sizeof(void *) 2001-06-29 10:10:47 +00:00
Philipp Lohmann
928779d153 rtl string api changes 2001-05-10 19:12:55 +00:00
Juergen Schmidt
9d46c93ef0 insert/modify for handling of array types 2001-03-30 12:41:39 +00:00
Joachim Lingner
40b79cab48 OSL_ENSHURE replaced by OSL_ENSURE 2001-03-12 12:28:14 +00:00
Daniel Boelzle
fee2a34fc7 revised function throw () clauses 2001-03-09 11:10:57 +00:00
Daniel Boelzle
61193f586b empty throw () clauses 2000-12-21 13:39:29 +00:00
Jens-Heiner Rechtien
b525a3115f initial import 2000-09-18 14:29:57 +00:00