Commit Graph

19 Commits

Author SHA1 Message Date
Thomas Arnhold
b1073d9fa2 WaE: silence some documentation errors 2012-02-21 23:16:31 +01:00
Alexander Bergmann
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
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.
2012-01-21 15:21:16 +01:00
Stephan Bergmann
58ab12acf5 Switch from autodoc to doxygen for SDK C++ documentation.
* New build prerequisite doxygen (controllable via --with-doxygen).
* Adapted various headers to slightly different doxygen documentation
  syntax, but much clean up still remains to be done (i.e., warnings
  emitted by doxygen fixed).
2012-01-05 19:43:14 +01:00
Caolán McNamara
da5cef0ab4 add modelines to .h and .c files as well 2010-10-27 16:04:46 +01: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
77e9e491a3 INTEGRATION: CWS changefileheader (1.12.108); FILE MERGED
2008/04/01 15:10:28 thb 1.12.108.3: #i85898# Stripping all external header guards
2008/04/01 12:28:00 thb 1.12.108.2: #i85898# Stripping all external header guards
2008/03/31 07:23:15 rt 1.12.108.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:13:02 +00:00
Rüdiger Timm
11596cc0c5 INTEGRATION: CWS sb41 (1.11.18); FILE MERGED
2005/11/24 08:18:07 sb 1.11.18.1: #i57855# Replaced getCppuType (which is still there for backwards compatibility) with new cppu::UnoType and helper cppu::getTypeFavourUnsigned, as GCC 4.1 started to complain about non-conforming uses of getCppuType in template code.
2006-01-10 14:52:55 +00:00
Rüdiger Timm
f61be3bff4 INTEGRATION: CWS ooo19126 (1.10.20); FILE MERGED
2005/09/05 13:54:10 rt 1.10.20.1: #i54170# Change license header: remove SISSL
2005-09-08 07:32:57 +00:00
Kurt Zenker
b7db5731f5 INTEGRATION: CWS impress23 (1.9.68); FILE MERGED
2005/01/03 11:18:59 dbo 1.9.68.3: #i38957# support for C++ bool
2004/12/30 09:29:16 dbo 1.9.68.2: #i38957# forgot defines for non-exception aware code
2004/12/29 11:57:38 dbo 1.9.68.1: #i38957# added Any <<= bool, Any::get<>(), Any::has<>(), tests
2005-01-21 15:47:35 +00:00
Oliver Bolte
f7b3d2b504 INTEGRATION: CWS cliuno01 (1.8.30); FILE MERGED
2003/08/08 07:00:42 dbo 1.8.30.1: adding >>=, ==, makeAny() for C++ bool
2003-09-04 09:51:16 +00:00
Daniel Boelzle
230d11f432 #102391# introducing some base type extensions 2002-08-19 06:18:50 +00:00
Daniel Boelzle
a46e111f65 #88337# documentation review 2001-11-09 08:14:31 +00:00
Daniel Boelzle
4e320a40b5 #88337# documentation review 2001-08-21 08:17:07 +00:00
Daniel Boelzle
b764246c68 #87190# avoid compiler warnings: pData (formal function parameter) <=> _uno_Any::pData 2001-08-02 14:13:46 +00:00
Daniel Boelzle
02836cba55 optimized inline implementation of UNO base types 2001-03-16 15:34:33 +00:00
Daniel Boelzle
fee2a34fc7 revised function throw () clauses 2001-03-09 11:10:57 +00:00
Daniel Boelzle
8c3c9f8b91 added throw () clauses 2000-12-21 13:35:28 +00:00
Jens-Heiner Rechtien
b525a3115f initial import 2000-09-18 14:29:57 +00:00