summaryrefslogtreecommitdiff
path: root/cppuhelper/source/interfacecontainer.cxx
AgeCommit message (Collapse)Author
2010-06-28sb126: #i111793# make cppuhelper/interfacecontainer strict aliasing safe ↵sb
(patch by cmc, with slight modifications)
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-07-10#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where ↵Mathias Bauer
possible
2008-04-11INTEGRATION: CWS changefileheader (1.18.28); FILE MERGEDRüdiger Timm
2008/03/28 15:25:25 rt 1.18.28.1: #i87441# Change license header to LPGL v3.
2007-09-06INTEGRATION: CWS mingwport06 (1.17.34); FILE MERGEDKurt Zenker
2007/08/27 12:04:57 vg 1.17.34.2: #i75499# single ifdef for MSVC 2007/08/24 12:58:07 vg 1.17.34.1: #i75499# pragma is for MSVC
2007-01-29INTEGRATION: CWS cppuhelpshrink (1.16.30); FILE MERGEDRüdiger Timm
2006/12/22 14:37:20 mmeeks 1.16.30.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map
2006-09-16INTEGRATION: CWS pchfix02 (1.15.14); FILE MERGEDOliver Bolte
2006/09/01 17:23:18 kaib 1.15.14.1: #i68856# Added header markers and pch files
2006-06-19INTEGRATION: CWS warnings01 (1.13.60); FILE MERGEDJens-Heiner Rechtien
2005/09/22 15:38:47 sb 1.13.60.2: RESYNC: (1.13-1.14); FILE MERGED 2005/09/07 11:05:30 sb 1.13.60.1: #i53898# Made code warning-free.
2005-09-08INTEGRATION: CWS ooo19126 (1.13.64); FILE MERGEDRüdiger Timm
2005/09/05 12:07:38 rt 1.13.64.1: #i54170# Change license header: remove SISSL
2004-04-21INTEGRATION: CWS ooo20040329 (1.12.8); FILE MERGEDSander Vesik
2004/03/17 11:50:32 waratah 1.12.8.1: #i1858# alter the order of some definitions to fix some -Wall warnings break up some if statements into two statements instead of assinging in if
2004-02-04INTEGRATION: CWS ooo20031216 (1.11.42); FILE MERGEDJens-Heiner Rechtien
2003/12/13 13:48:14 waratah 1.11.42.1: #i1858# test for previous definition of macro to remove warning
2003-04-23INTEGRATION: CWS uno2 (1.9.26); FILE MERGEDRüdiger Timm
2003/04/09 15:07:31 dbo 1.9.26.1: #108591# fixed assert()
2003-04-15INTEGRATION: CWS dbgmacros1 (1.9.34); FILE MERGEDVladimir Glazounov
2003/04/09 10:40:11 kso 1.9.34.1: #108413# - debug macro unification.
2002-10-04#103388# (done by fs, approved by jbu) realloc: don't realloc/copy the ↵Frank Schönheit
sequence (elements) ourself, rely on the Sequence's realloc method (which is more performant for a large number of consecutive addListener calls)
2001-12-14#88919# access controlDaniel Boelzle
2001-06-07#87052# no STL exports from cppuhelper libDaniel Boelzle
2001-05-17#87171# Calling OInterfaceContainerHelper::removeInterface with an empty ↵Jörg Budischewski
reference does not crash anymore(it's still asserted)
2001-03-12OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner
2001-03-09revised function throw () clauses, removed obsolete macros.hxxDaniel Boelzle
2001-02-05added a convenience method to remove the current iteration from the ↵Jörg Budischewski
interfaceiterator
2000-09-29catching runtimeexception during disposingJörg Budischewski
2000-09-18initial importJens-Heiner Rechtien