2006/11/15 08:49:48 fs 1.15.8.1: #142997#
modified the double-click handling in the DBTreeListBox
various stack trace reports suggest there are scenarios where a double click
handler somehow destroys/corrupts the list box and/or its entries, but the
subsequent default handling in the SvListBox class accesses those corrupted
entities.
Since we're not able to reproduce any of those crashs, the handling in the
DBTreeListBox and its clients now is as follows:
If a double click is handled, then the DBTreeListBox::DoubleClickHdl will
return 0, this way causing the SvListBox to *not* process the double
click event further.
2006/05/12 13:46:59 fs 1.13.96.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)
2005/09/21 07:46:11 oj 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED
2005/07/20 10:12:50 fs 1.10.44.1: #i51255# use a ModelControllerConnector to connect ourself to the model, and to keep it alive as long as we ourself live
2005/03/08 10:16:33 oj 1.8.4.3: RESYNC: (1.8-1.9); FILE MERGED
2005/02/18 12:27:20 oj 1.8.4.2: #i42460# changes for the separation of datasource and database document(model)
2005/02/03 13:53:47 oj 1.8.4.1: #i41913# set suspended back to before if failed
2005/01/03 12:47:56 oj 1.7.4.4: #i39146# renable DnD in beamer
2004/12/21 10:38:21 fs 1.7.4.3: #i39203# when starting a wizard, do this asynchronously
2004/12/13 14:26:24 oj 1.7.4.2: #i38891# add listeners and hold them
2004/12/10 14:37:15 oj 1.7.4.1: #i29294# new class for uno based models and SendMail
2004/11/02 15:13:22 ssa 1.3.8.2: RESYNC: (1.3-1.5); FILE MERGED
2004/09/30 11:07:30 fs 1.3.8.1: #i33338# SupportedFeatures now also know which ::com::sun:⭐:frame::CommandGroup they belong to