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/01 10:33:44 mst 1.24.26.2: RESYNC: (1.24-1.26); FILE MERGED
2008/01/29 13:14:59 mst 1.24.26.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/01 10:33:41 mst 1.50.26.2: RESYNC: (1.50-1.53); FILE MERGED
2008/01/29 13:14:59 mst 1.50.26.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
2007/12/05 15:46:11 fs 1.1.2.17: #i81658# ConnectionInfo
2007/11/26 14:23:46 fs 1.1.2.16: #i81658# allow to throw SQLExceptions from the ctors
2007/11/19 10:55:04 fs 1.1.2.15: #i81658# if the user cancelled the parameter request, return RET_CANCEL as overall execution result
2007/11/19 09:49:49 fs 1.1.2.14: #i81658# re-use the prepared statement already created by the CopyTableSource implementation, instead of creating a new one
2007/11/19 08:55:13 fs 1.1.2.13: more settings which are not allowed (read: not yet implemented) in the copy source descriptor
2007/11/19 08:39:01 fs 1.1.2.12: don't allow result sets as copy source, this is not yet supported
2007/11/19 08:32:25 fs 1.1.2.11: don't overwrite an externally-provided interaction handler with the one from the destination document
2007/11/17 21:12:51 fs 1.1.2.10: #i81658# disallow views when target connection does not support creating them / load some error strings from resource
2007/11/15 15:17:51 fs 1.1.2.9: #i81658# also allow to copy a table from an SDBC level connection
2007/11/15 10:08:01 fs 1.1.2.8: #i81658# in preparation of supporting SDBC-level source objects (DataAccessDescriptor::ConnectionResource), the wizard dialog has been re-worked to take an abstract ICopyTableSourceObject interface describing the to-be-copied object
2007/11/14 10:37:55 fs 1.1.2.7: #i81658# some dtor safety
2007/11/14 10:30:25 fs 1.1.2.6: #i81658# some dtor safety
2007/11/14 10:21:07 fs 1.1.2.5: #i81658# consistent interaction handler usage
2007/11/12 16:14:57 fs 1.1.2.4: #i81658# use an InteractionHandler for asking the user whether to continue copying
2007/11/12 12:14:45 fs 1.1.2.3: #i81658# call the listeners
2007/11/08 21:30:20 fs 1.1.2.2: some resource ids for the strings which are to be put into a resource (which happens in CWS dba24lms)
2007/11/08 14:18:16 fs 1.1.2.1: #i81658# UNO wrapper for the Copy Table wizard
2007/11/26 15:14:16 oj 1.26.70.3: #i49703# copy table settings
2007/11/15 15:17:33 fs 1.26.70.2: #i81658# copy-ctor: properly initialize m_nType / also init the TypeName when constructing from a property set
2007/11/15 10:06:31 fs 1.26.70.1: #i81658# also obtain the type name in ctor
2007/11/26 07:31:07 oj 1.88.2.2: #i83810# parse statement and compress it
2007/11/22 13:20:23 oj 1.88.2.1: #i83769# check for the same column in the search_condition
2007/12/05 14:37:03 fs 1.53.28.10: #i81658# m_aColumnInfo should not be sorted by name
2007/12/05 13:42:17 fs 1.53.28.9: impl_ensureColumnInfo throws now, to detect wrong table names at construction time
2007/11/26 15:14:16 oj 1.53.28.8: #i49703# copy table settings
2007/11/26 12:05:07 fs 1.53.28.7: #i81658# fix setting the PK after the wizard dialog has been created
2007/11/19 09:49:10 fs 1.53.28.6: #i81658# NamedTableCopySource: fill the field description from a ResultSetMetaData instance, this allows for more information (such as the auto-increment flag)
2007/11/18 12:48:20 fs 1.53.28.5: don't allow creating views if source and target DB differ
2007/11/17 21:13:41 fs 1.53.28.4: #i81658# disallow views when target connection does not support creating them
2007/11/15 15:16:46 fs 1.53.28.3: #i81658# also allow to copy a table from an SDBC level connection
2007/11/15 10:04:59 fs 1.53.28.2: #i81658# removed m_xSourceObject, hide it behind some ICopyTableSourceObject, to allow copying tables at SDBC level where we cannot describe the source as object, but as table name only
2007/11/08 14:25:11 fs 1.53.28.1: #i81658# re-factoring of the Copy Table wizard
2007/11/22 13:11:01 fs 1.10.28.3: #i81658# DataAccessDescriptor is no service anymore, instead there is a (singleton) DataAccessDescriptorFactory which can create it
2007/11/15 10:05:27 fs 1.10.28.2: #i81658# insertTable: properly set the source connection
2007/11/08 14:23:05 fs 1.10.28.1: #i81658# now using the UNO version of the Copy Table wizard, which does what we previously did herein
2007/12/05 14:36:57 fs 1.22.28.9: #i81658# m_aColumnInfo should not be sorted by name
2007/12/05 13:41:48 fs 1.22.28.8: impl_ensureColumnInfo throws now
2007/12/01 13:41:08 fs 1.22.28.7: RESYNC: (1.22-1.23); FILE MERGED
2007/11/26 15:14:17 oj 1.22.28.6: #i49703# copy table settings
2007/11/19 09:48:30 fs 1.22.28.5: #i81658# +ICopyTableSourceObject::getPreparedSelectStatement, to re-use the statement already created by some implementations
2007/11/17 21:13:15 fs 1.22.28.4: #i81658#
2007/11/15 15:16:41 fs 1.22.28.3: #i81658# also allow to copy a table from an SDBC level connection
2007/11/15 10:04:51 fs 1.22.28.2: #i81658# removed m_xSourceObject, hide it behind some ICopyTableSourceObject, to allow copying tables at SDBC level where we cannot describe the source as object, but as table name only
2007/11/08 14:21:04 fs 1.22.28.1: #i81658# re-factoring of the Copy Table wizard
2007/11/26 12:05:06 fs 1.7.28.2: #i81658# fix setting the PK after the wizard dialog has been created
2007/11/08 14:21:04 fs 1.7.28.1: #i81658# re-factoring of the Copy Table wizard
2007/12/01 13:40:55 fs 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED
2007/11/19 11:16:38 fs 1.19.2.1: #i83593# filter embedded HSQL from the list of database types to connect to
2007/12/01 13:40:52 fs 1.52.2.2: RESYNC: (1.52-1.53); FILE MERGED
2007/11/19 11:16:37 fs 1.52.2.1: #i83593# filter embedded HSQL from the list of database types to connect to
2007/11/22 11:47:45 oj 1.28.28.2: #i83805# new command to suspend and shutdown the emebedded object
2007/11/08 14:13:49 fs 1.28.28.1: during #i81658#: string cleanup
2007/12/01 13:40:24 fs 1.48.2.4: RESYNC: (1.48-1.50); FILE MERGED
2007/11/29 08:50:12 oj 1.48.2.3: #i84051# return title when state is asked for OpenURL
2007/11/08 14:14:39 fs 1.48.2.2: #i81658# re-factoring of the Copy Table wizard
2007/11/07 14:54:00 oj 1.48.2.1: #i78231# use treelistbox as drag window and not the parent