Commit Graph

30 Commits

Author SHA1 Message Date
Rüdiger Timm
720b8c1197 INTEGRATION: CWS changefileheader (1.30.12); FILE MERGED
2008/03/31 13:27:05 rt 1.30.12.1: #i87441# Change license header to LPGL v3.
2008-04-10 12:56:17 +00:00
Kurt Zenker
8bc0f28c50 INTEGRATION: CWS odbmacros2 (1.28.8); FILE MERGED
2008/03/04 12:00:51 fs 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED
2008/02/26 14:15:46 fs 1.28.8.1.2.2: during #i49133#: for consistency, renamed getdocumentinfo to getDocumentInfo
2008/02/20 13:28:00 fs 1.28.8.1.2.1: some DBG_UNHANDLED_EXCEPTIONs
2008/02/06 08:34:45 fs 1.28.8.1: #i49133#
2008-03-06 17:10:57 +00:00
Oliver Bolte
6565794eb9 INTEGRATION: CWS custommeta (1.27.68); FILE MERGED
2008/02/01 10:33:53 mst 1.27.68.2: RESYNC: (1.27-1.28); FILE MERGED
2008/01/29 13:14:58 mst 1.27.68.1: - dbaccess/source/ui/app/AppDetailPageHelper.cxx:
  + adapt to ODocumentInfoPreview interface change
  + use XDocumentProperties instead of XDocumentInfo
  + incidentally, fixes bug: document information was not displayed at all
- dbaccess/source/core/dataaccess/documentdefinition.{hxx,cxx}:
  + renamed ODocumentDefinition::onCommandGetDocumentInfo to
    onCommandGetDocumentProperties
2008-02-26 13:39:18 +00:00
Rüdiger Timm
5bdbf8614d INTEGRATION: CWS dba24d (1.27.28); FILE MERGED
2007/11/07 14:54:00 oj 1.27.28.1: #i78231# use treelistbox as drag window and not the parent
2008-01-30 07:42:02 +00:00
Jens-Heiner Rechtien
c16190f951 INTEGRATION: CWS dba24a (1.25.2); FILE MERGED
2007/08/30 07:00:58 oj 1.25.2.2: #i46395# enable toolbar for previewmode even when readonly
2007/08/03 06:14:17 oj 1.25.2.1: #i69740# implement the selection interface
2007-09-26 13:47:02 +00:00
Vladimir Glazounov
db23e39c3f INTEGRATION: CWS rpt23fix06_SRC680 (1.25.22); FILE MERGED
2007/08/29 14:00:53 as 1.25.22.1: #150518# disable layout manager for previews in general
2007-08-31 08:15:10 +00:00
Oliver Bolte
221426e24e INTEGRATION: CWS basemodelrefactoring (1.21.24); FILE MERGED
2007/05/29 20:17:12 mba 1.21.24.3: RESYNC: (1.22-1.23); FILE MERGED
2007/05/08 23:21:02 mba 1.21.24.2: RESYNC: (1.21-1.22); FILE MERGED
2007/04/16 21:48:30 mba 1.21.24.1: #i26672#: parameter changed
2007-07-17 12:21:33 +00:00
Rüdiger Timm
174e7378e6 INTEGRATION: CWS oj14 (1.9.4); FILE MERGED
2007/06/04 18:01:03 oj 1.9.4.9: RESYNC: (1.21-1.23); FILE MERGED
2007/02/20 15:46:40 oj 1.9.4.8: RESYNC: (1.20-1.21); FILE MERGED
2006/12/18 16:16:48 oj 1.9.4.7: RESYNC: (1.18-1.20); FILE MERGED
2006/11/07 09:09:48 oj 1.9.4.6: RESYNC: (1.13-1.18); FILE MERGED
2006/07/04 07:45:57 oj 1.9.4.5: RESYNC: (1.11-1.13); FILE MERGED
2006/04/25 13:00:32 oj 1.9.4.4: new include
2006/03/20 13:52:30 oj 1.9.4.3: RESYNC: (1.10-1.11); FILE MERGED
2006/01/03 13:18:42 oj 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED
2006/01/03 07:48:58 oj 1.9.4.1: changed module client
2007-07-06 06:58:46 +00:00
Kurt Zenker
1aa36199ea INTEGRATION: CWS dba23a (1.21.6); FILE MERGED
2007/02/22 09:05:50 fs 1.21.6.1: Issue number:  i74731
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
2007-05-10 09:16:52 +00:00
Ivo Hinkelmann
84a97d0ae3 INTEGRATION: CWS fwkdbdesign01 (1.21.10); FILE MERGED
2007/02/26 11:42:54 as 1.21.10.1: #i74541# create designer as sub frames of db-model-frame
2007-04-16 15:26:53 +00:00
Oliver Bolte
660a5f8df0 INTEGRATION: CWS dba22c (1.20.14); FILE MERGED
2007/01/08 10:55:53 oj 1.20.14.2: #137758# autotimer stoped when visible state changed
2007/01/04 11:17:07 oj 1.20.14.1: #137758# guess fix for timer problem
2007-01-25 11:00:00 +00:00
Rüdiger Timm
3187cb24c4 INTEGRATION: CWS dba22a (1.18.2); FILE MERGED
2006/11/15 08:49:48 fs 1.18.2.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-12-01 16:29:53 +00:00
Kurt Zenker
a13e242ba3 INTEGRATION: CWS dba21fini (1.18.4); FILE MERGED
2006/10/23 08:24:34 fs 1.18.4.1: #i70635#
2006-11-06 13:42:37 +00:00
Oliver Bolte
91811419f8 INTEGRATION: CWS sb59 (1.14.16); FILE MERGED
2006/08/29 11:44:26 sb 1.14.16.1: #i67487# Made code warning-free (wntmsci10).
2006-10-12 12:34:48 +00:00
Kurt Zenker
0418ad05c8 INTEGRATION: CWS hsqlcsvstage1 (1.16.2); FILE MERGED
2006/09/20 19:40:35 fs 1.16.2.3: #i10000#
2006/09/20 19:29:04 fs 1.16.2.2: #i10000#
2006/09/20 11:43:55 fs 1.16.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein
2006-10-05 11:59:59 +00:00
Oliver Bolte
73fca23a8b INTEGRATION: CWS pchfix02 (1.14.34); FILE MERGED
2006/09/01 17:24:19 kaib 1.14.34.1: #i68856# Added header markers and pch files
2006-09-17 05:54:31 +00:00
Ivo Hinkelmann
5e41fcf2d5 INTEGRATION: CWS dba205a (1.14.10); FILE MERGED
2006/07/28 13:03:08 oj 1.14.10.2: #i67014# replaceElement now uses the correct name for table/view
2006/07/27 12:28:37 oj 1.14.10.1: #i41826# check for schema was missing
2006-08-28 14:05:40 +00:00
Oliver Bolte
5ae7e129ca INTEGRATION: CWS qiq (1.12.18); FILE MERGED
2006/06/27 12:12:07 fs 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED
2006/05/24 06:49:22 fs 1.12.18.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006-07-10 14:23:24 +00:00
Jens-Heiner Rechtien
e5ec338f64 INTEGRATION: CWS warnings01 (1.11.22); FILE MERGED
2006/06/08 12:00:29 fs 1.11.22.3: no virtual root (introduced bug during recent fix for #i57457#)
2006/05/23 23:47:35 sb 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED
2006/03/24 15:35:59 fs 1.11.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 01:54:06 +00:00
Vladimir Glazounov
57a86dd04c INTEGRATION: CWS dba203b (1.11.54); FILE MERGED
2006/03/28 06:15:08 fs 1.11.54.1: (fixed copied herein from CWS dba30) #i46967# clear preview only when no entry is avail
2006-03-31 11:12:25 +00:00
Kurt Zenker
24e4483669 INTEGRATION: CWS dba202c (1.10.38); FILE MERGED
2005/12/01 13:23:19 oj 1.10.38.1: #i52615# datachanged overload
2006-01-03 15:15:32 +00:00
Kurt Zenker
e69e260149 INTEGRATION: CWS intptr (1.7.106); FILE MERGED
2005/09/13 14:50:23 kendy 1.7.106.1: #i54498#
Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer
2005-10-05 13:45:14 +00:00
Jens-Heiner Rechtien
75ea893947 INTEGRATION: CWS dba201b (1.7.38); FILE MERGED
2005/09/21 07:47:22 oj 1.7.38.2: RESYNC: (1.7-1.8); FILE MERGED
2005/07/11 13:37:10 fs 1.7.38.1: merging CWS dba201 into CWS dba201b
2005-09-23 11:15:34 +00:00
Rüdiger Timm
e0d73c1202 INTEGRATION: CWS ooo19126 (1.7.96); FILE MERGED
2005/09/05 17:33:07 rt 1.7.96.1: #i54170# Change license header: remove SISSL
2005-09-08 13:19:54 +00:00
Oliver Bolte
8e46146d4a INTEGRATION: CWS dba25 (1.5.38); FILE MERGED
2005/03/14 13:29:52 fs 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED
2005/03/04 08:04:54 oj 1.5.38.1: #i43915# only open a connection when preview is needed
2005-03-18 09:07:55 +00:00
Vladimir Glazounov
149e53c540 INTEGRATION: CWS dba24 (1.5.4); FILE MERGED
2005/02/21 08:27:08 oj 1.5.4.1: #i42994# clear preview if entry was deleted
2005-03-10 15:44:24 +00:00
Kurt Zenker
f70bdd0d4d INTEGRATION: CWS dba22 (1.4.28); FILE MERGED
2004/12/13 14:26:25 oj 1.4.28.1: #i38891# add listeners and hold them
2005-01-21 16:06:34 +00:00
Pascal Junck
cd14ac7d26 INTEGRATION: CWS dba17 (1.3.4); FILE MERGED
2004/09/29 15:27:24 fs 1.3.4.1: #i33571# also provide HC icons for tree list entries
2004-10-22 11:00:02 +00:00
Rüdiger Timm
eb0eae2a79 INTEGRATION: CWS insight02 (1.2.2); FILE MERGED
2004/08/13 08:52:06 oj 1.2.2.2: #i32563# toolbox changes
2004/08/11 12:26:35 oj 1.2.2.1: #i30379# click on preview correct
2004-09-09 08:39:13 +00:00
Jens-Heiner Rechtien
dab7a6e9f5 INTEGRATION: CWS insight01 (1.1.2); FILE ADDED
2004/07/26 09:42:25 oj 1.1.2.42: new Handler for Dropdown Toolbox Items
2004/07/09 13:14:13 oj 1.1.2.41: #i30416# move some code to UITools
2004/07/07 06:58:36 oj 1.1.2.40: #i30226# add controller, model behavior
2004/07/06 13:48:06 oj 1.1.2.39: #i30417# copy children as well
2004/07/05 10:36:02 oj 1.1.2.38: #i30382# hide preview when editing an object
2004/07/02 10:37:38 oj 1.1.2.37: isALeaf corrected
2004/07/02 10:04:44 oj 1.1.2.36: #i30226# add controller, model behavior
2004/06/30 11:23:43 oj 1.1.2.35: #i30413# disallow folder edit and open
2004/06/29 12:55:51 oj 1.1.2.34: #i30626# naming corrected
2004/05/27 14:25:27 oj 1.1.2.33: #i25624# check type info and save column name
2004/05/21 11:12:12 oj 1.1.2.32: press enter now opens the dsbrowser
2004/05/17 12:47:55 oj 1.1.2.31: ongoing work
2004/04/28 13:35:07 oj 1.1.2.30: disable input again for preview
2004/04/01 09:09:23 oj 1.1.2.29: impl disableControls
2004/03/31 11:33:23 oj 1.1.2.28: ongoing work
2004/03/31 06:47:55 oj 1.1.2.27: check if ds is readonly
2004/03/30 08:51:19 oj 1.1.2.26: disable preview when it could not be loaded
2004/03/29 08:22:10 oj 1.1.2.25: expand first entry
2004/03/18 11:38:47 oj 1.1.2.24: #111075# check if only a table was selected
2004/03/17 12:51:05 oj 1.1.2.23: #111075# renaming of objects
2004/03/15 07:11:41 oj 1.1.2.22: #111075# ongoing changes
2004/03/14 14:43:59 oj 1.1.2.21: ongoing work
2004/03/12 12:50:07 oj 1.1.2.20: #111075# implement commit
2004/03/11 11:22:04 oj 1.1.2.19: #111075# changes for closing
2004/03/11 08:56:32 oj 1.1.2.18: #111075# changes for closing docs
2004/03/05 13:56:53 oj 1.1.2.17: #111090# changes for the new prop dialogs
2004/02/18 14:47:47 oj 1.1.2.16: #111075# fix rfcount problem
2004/02/12 16:18:03 oj 1.1.2.15: #111075# fix refcount problem
2004/01/21 13:05:53 oj 1.1.2.14: #111075# ongoing work
2004/01/09 11:12:49 oj 1.1.2.13: #111075# ongoing work
2004/01/07 13:47:30 oj 1.1.2.12: #111075# ongoing work
2003/12/18 13:53:14 oj 1.1.2.11: #111075# ongoing work
2003/12/17 13:54:59 oj 1.1.2.10: #111075# ongoing work
2003/12/17 08:47:06 oj 1.1.2.9: #111075# ongoing work
2003/12/02 08:32:17 oj 1.1.2.8: #111075# ongoing work
2003/11/28 07:04:23 oj 1.1.2.7: #111075# ongoing work
2003/11/26 12:17:53 oj 1.1.2.6: #111075# ongoing work
2003/11/17 09:43:16 oj 1.1.2.5: #111075# ongoning work
2003/10/24 06:38:45 oj 1.1.2.4: #111075# further changes
2003/09/18 05:59:27 oj 1.1.2.3: #111075# ongoing work
2003/08/15 08:54:00 oj 1.1.2.2: #111075# ongoing new dbaapp work
2003/07/29 12:26:38 oj 1.1.2.1: #111075# new classes for the app controller
2004-08-02 14:28:48 +00:00