Commit Graph

14 Commits

Author SHA1 Message Date
Rüdiger Timm
57202a7a1a INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED
2008/03/31 13:26:45 rt 1.14.36.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:36:46 +00:00
Rüdiger Timm
18208fdb29 INTEGRATION: CWS dba24d (1.13.28); FILE MERGED
2007/11/22 13:10:39 fs 1.13.28.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx
2008-01-30 07:31:08 +00:00
Jens-Heiner Rechtien
00322b976a INTEGRATION: CWS dba24a (1.12.56); FILE MERGED
2007/08/02 10:49:09 oj 1.12.56.1: #i65023# modify dswhen column width changed
2007-09-26 13:39:27 +00:00
Vladimir Glazounov
e7267dc4e9 INTEGRATION: CWS dba22b (1.11.56); FILE MERGED
2006/12/13 10:05:18 fs 1.11.56.1: #i72527# proper base class initialization
2007-01-15 13:31:06 +00:00
Oliver Bolte
4a8153e3f7 INTEGRATION: CWS pchfix02 (1.10.12); FILE MERGED
2006/09/01 17:24:07 kaib 1.10.12.1: #i68856# Added header markers and pch files
2006-09-17 05:37:23 +00:00
Ivo Hinkelmann
a94c3677b9 INTEGRATION: CWS dba204c (1.9.4); FILE MERGED
2006/07/21 11:14:14 fs 1.9.4.2: still #i67635#: ooops don't access a NULL m_pColumns in disposing ...
2006/07/21 11:03:37 fs 1.9.4.1: #i67635#
make m_pColumns an ::sdt::auto_ptr, again

Holding it as ImplementationReference is bad, since this would |acquire| it, but
it delegates all |acquire| and |release| calls to its parent (ourself)

Holding it as auto_ptr doesn't hurt: If we're in the dtor, then nobody can
have a reference to the columns, since this would have been delegated to
ourself, which means we could not be in the dtor.
2006-08-04 12:56:18 +00:00
Oliver Bolte
03645b4972 #i10000# syntax error 2006-07-17 12:08:59 +00:00
Oliver Bolte
eeb84b932e INTEGRATION: CWS dba204a (1.6.8); FILE MERGED
2006/07/13 07:10:06 fs 1.6.8.3: RESYNC: (1.6-1.7); FILE MERGED
2006/07/06 07:41:12 oj 1.6.8.2:  unused variable removed
2006/07/06 06:12:52 oj 1.6.8.1: #i66629# listen at documentmodelimpl and not any longer at the ds
2006-07-13 14:20:10 +00:00
Oliver Bolte
2281acbd6e INTEGRATION: CWS qiq (1.5.118); FILE MERGED
2006/06/27 11:59:49 fs 1.5.118.4: RESYNC: (1.5-1.6); FILE MERGED
2006/06/16 13:19:31 fs 1.5.118.3: added explanation for the previous change
2006/06/16 13:14:27 fs 1.5.118.2: ChildHelper_Impl did not work as expected (the parent of m_pColumns are we ourself, and we die earlier than the column descriptor which we put into m_pImpl
2006/06/16 11:47:38 fs 1.5.118.1: during #i51143#:

refactored VCollection:
- createEmptyObject now named createDescriptor
- cloneObject removed
- appendObject now returns the newly created object
  (previously done via a subsequent call to cloneObject)
2006-07-10 14:07:52 +00:00
Jens-Heiner Rechtien
335985d487 INTEGRATION: CWS warnings01 (1.5.74); FILE MERGED
2006/03/24 15:35:50 fs 1.5.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 01:42:33 +00:00
Jens-Heiner Rechtien
d0b05c0c7f INTEGRATION: CWS dba201b (1.3.118); FILE MERGED
2005/09/21 06:55:11 oj 1.3.118.2: RESYNC: (1.3-1.4); FILE MERGED
2005/07/11 13:37:00 fs 1.3.118.1: merging CWS dba201 into CWS dba201b
2005-09-23 11:04:05 +00:00
Rüdiger Timm
31fafbe5a4 INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED
2005/09/05 17:32:13 rt 1.3.176.1: #i54170# Change license header: remove SISSL
2005-09-08 09:13:11 +00:00
Rüdiger Timm
6727e83585 INTEGRATION: CWS dba16 (1.2.10); FILE MERGED
2004/10/11 11:38:22 oj 1.2.10.3: #i30220# enable having, group by for queries
2004/10/11 06:55:08 oj 1.2.10.2: #i32931# remove the weak interface, refcount handled by parent
2004/08/27 12:40:30 oj 1.2.10.1: #i33482# setParent and queryInterface corrected
2004-10-22 07:58:21 +00:00
Jens-Heiner Rechtien
137d54dcfa INTEGRATION: CWS insight01 (1.1.2); FILE ADDED
2004/04/01 11:37:01 oj 1.1.2.6: ongoing work
2004/02/20 11:36:29 oj 1.1.2.5: #i25414# extend the datadescriptor for database location and connection resource
2004/02/12 16:16:03 oj 1.1.2.4: #111075# fix refcount problem
2003/12/17 09:46:43 oj 1.1.2.3: #111075# ongoing work
2003/11/17 09:39:06 oj 1.1.2.2: #111075# ongoning work
2003/10/24 06:22:45 oj 1.1.2.1: #i21643# initial revision of the import filter
2004-08-02 14:05:39 +00:00