Commit Graph

29 Commits

Author SHA1 Message Date
41e3515978 cppu: remove SAL_THROW macro
Change-Id: I2f1909f953846f0d0b6fb402b4beb373bba8b2a8
2014-06-05 08:17:49 +02:00
ed81c7fb25 fixincludeguards.sh: cppu 2014-04-19 11:10:06 +02:00
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
34a44156b3 cppu: sal_Bool -> bool
Change-Id: I1288f1f6f38d1475b4eb5272509e479bd9f2552d
2014-02-17 17:55:18 +01:00
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
195f17ee40 migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic
Change-Id: I0e6992afbeffaf3b993e6630fb396d93012890e0
Reviewed-on: https://gerrit.libreoffice.org/632
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-17 14:26:12 +00:00
c3a6a57fc2 re-base on ALv2 code. 2012-06-13 14:18:29 +01:00
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
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
bcdb4cc866 more removed include guards using fixguard.py 2010-10-05 18:12:52 +02:00
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
8ffdc35dee INTEGRATION: CWS changefileheader (1.17.84); FILE MERGED
2008/04/01 15:10:35 thb 1.17.84.3: #i85898# Stripping all external header guards
2008/04/01 12:28:03 thb 1.17.84.2: #i85898# Stripping all external header guards
2008/03/31 07:23:22 rt 1.17.84.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:42:31 +00:00
9f570f7d9a INTEGRATION: CWS warnings01 (1.15.60); FILE MERGED
2005/09/22 20:46:28 sb 1.15.60.2: RESYNC: (1.15-1.16); FILE MERGED
2005/08/31 13:43:22 sb 1.15.60.1: #i53898# Made code warning-free.
2006-06-19 12:15:15 +00:00
f873c8ff90 INTEGRATION: CWS ooo19126 (1.15.64); FILE MERGED
2005/09/05 13:54:34 rt 1.15.64.1: #i54170# Change license header: remove SISSL
2005-09-08 07:54:17 +00:00
a1cf31c531 INTEGRATION: CWS ooo20031216 (1.14.2); FILE MERGED
2003/12/23 10:26:11 waratah 1.14.2.1: #i1858#  initialise an unitialised variable
2004-02-04 13:00:50 +00:00
7360b40768 INTEGRATION: CWS ooo20031110 (1.13.8); FILE MERGED
2003/11/10 10:17:10 waratah 1.13.8.1: #i22301# resolve for scope issues
2003-12-01 15:03:16 +00:00
5d2fcc0167 INTEGRATION: CWS cliuno01 (1.12.6); FILE MERGED
2003/07/24 15:19:05 dbo 1.12.6.1: - sequence reallocation fix
- more code cleanup
- test code
2003-09-04 09:53:33 +00:00
51bcdaa465 INTEGRATION: CWS dbgmacros1 (1.11.4); FILE MERGED
2003/04/09 10:38:54 kso 1.11.4.1: #108413# - debug macro unification.
2003-04-15 15:38:04 +00:00
14d61f6cb3 INTEGRATION: CWS uno1 (1.10.18); FILE MERGED
2003/02/25 16:49:39 dbo 1.10.18.2: #107762# typo
2003/02/25 16:41:33 dbo 1.10.18.1: #107762# avoid use of generated headers; minor modifications
2003-03-20 11:30:00 +00:00
d8344847a2 #102391# cleaning up __ symbols 2002-08-21 08:19:40 +00:00
004aa810e1 #88337# current context; header doc 2001-08-22 10:03:23 +00:00
cf0cf8d73a #88593# any opt: avoiding heap allocation for any sizeof(type) <= sizeof(void *) 2001-06-29 10:10:47 +00:00
bc9d134c5e #88532# default initialize empty any with non-null data pointer 2001-06-25 07:32:01 +00:00
fee2a34fc7 revised function throw () clauses 2001-03-09 11:10:57 +00:00
27e01ccc9a #65293# syntax error 2001-03-05 12:19:47 +00:00
e6e54c6dea debug cases 2001-02-28 14:36:21 +00:00
780a743ea8 init of uno_Any::pData; minor modifications 2001-02-20 09:16:11 +00:00
61193f586b empty throw () clauses 2000-12-21 13:39:29 +00:00
b525a3115f initial import 2000-09-18 14:29:57 +00:00