2006/03/15 16:21:31 sb 1.7.18.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.
2006/03/15 16:21:31 sb 1.5.20.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.
2006/03/15 16:21:31 sb 1.4.2.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.
2006/03/15 16:21:31 sb 1.4.20.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.
2006/03/22 10:15:19 sb 1.6.20.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.
2006/03/28 13:44:21 sb 1.18.32.2: #i63710# Avoid unbounded recursion in JNI_context::get_stack_trace (when it encounters an exception in find_class).
2006/03/16 15:55:35 sb 1.18.32.1: #i62429# Use Class.forName instead of ClassLoader.loadClass, as the latter is not specified to work for arrays.
2006/03/28 13:44:21 sb 1.7.34.2: #i63710# Avoid unbounded recursion in JNI_context::get_stack_trace (when it encounters an exception in find_class).
2006/03/16 15:55:35 sb 1.7.34.1: #i62429# Use Class.forName instead of ClassLoader.loadClass, as the latter is not specified to work for arrays.
2006/03/28 13:44:21 sb 1.14.34.2: #i63710# Avoid unbounded recursion in JNI_context::get_stack_trace (when it encounters an exception in find_class).
2006/03/16 15:55:35 sb 1.14.34.1: #i62429# Use Class.forName instead of ClassLoader.loadClass, as the latter is not specified to work for arrays.
2006/03/28 13:44:21 sb 1.12.34.2: #i63710# Avoid unbounded recursion in JNI_context::get_stack_trace (when it encounters an exception in find_class).
2006/03/16 15:55:35 sb 1.12.34.1: #i62429# Use Class.forName instead of ClassLoader.loadClass, as the latter is not specified to work for arrays.
2006/03/16 10:57:58 sb 1.4.28.2: #i62303# As a special case, let com.sun.star.lang.XEventListener extend java.utilEventListener.
2006/03/16 10:14:48 sb 1.4.28.1: #i62098# Adapted to tightened idlc rules about similar service constructors.
2006/03/30 13:09:19 sb 1.31.2.2: #i63812# Use checkcast instead of implicit downcasts (gij rejects to verify the resulting bytecode otherwise).
2006/03/16 10:57:58 sb 1.31.2.1: #i62303# As a special case, let com.sun.star.lang.XEventListener extend java.utilEventListener.
2006/03/23 16:40:43 sb 1.10.2.2: #i63543# Removed dumpAmbiguousBaseInterfaces, as it is known to not work, and probably got committed by mistake.
2006/03/23 14:50:27 sb 1.10.2.1: #i63379# Dropped spurious qualification from member declaration (patch provided by maho).
2005/09/29 13:15:19 ab 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED
2005/09/22 13:56:56 ab 1.9.14.1: #125948# Removed XLibraryContainer interfaces that will be moved to offapi
2006/03/23 18:02:59 ab 1.1.2.2: #125948# Replaced XStorage by target URL
2005/09/22 15:04:28 ab 1.1.2.1: #125948# New interface XLibraryContainerExport
2006/03/27 08:24:54 fs 1.23.30.1: #i63511# createInstanceWithArgumentsAndContext: always call initialize, even if the arguments sequence is empty (approved by SB)