Commit Graph

113 Commits

Author SHA1 Message Date
Vladimir Glazounov
37edb30ceb INTEGRATION: CWS dba24e_SRC680 (1.112.4); FILE MERGED
2007/12/19 12:27:43 oj 1.112.4.1: #i84339# some code cleanups for the wizards
2008-01-29 07:52:22 +00:00
Ivo Hinkelmann
427dd0a54a INTEGRATION: CWS dba24c (1.110.40); FILE MERGED
2007/10/29 22:44:11 fs 1.110.40.8: merging changes from CWS dba24b herein, to not wait for later resync
2007/09/18 20:06:43 fs 1.110.40.7: oop. Re-enabled saving queries
2007/09/17 11:41:34 fs 1.110.40.6: #i10000#
2007/09/17 10:21:03 fs 1.110.40.5: #i49183# adjusted ERROR_PARSING_STATEMENT and INFO_OPENING_IN_SQL_VIEW to also apply when we open a view
2007/09/17 09:14:39 fs 1.110.40.4: #i49183# don't auto-close designer if we created a new view, which supports XAlterView
2007/09/14 21:31:40 fs 1.110.40.3: #i49183#
2007/09/13 11:36:42 fs 1.110.40.2: #i49183# also allow to edit a view's command, if it supports the XAlterView interface
2007/09/12 09:06:24 fs 1.110.40.1: #i77492# when designing an independent SQL command, also allow for direct SQL, and expose this setting as property EscapeProcessing
2007-11-21 16:12:55 +00:00
Jens-Heiner Rechtien
36a0292931 INTEGRATION: CWS dba24b (1.110.28); FILE MERGED
2007/08/22 11:41:59 oj 1.110.28.2: #i76374# handle cross join as natural join now in query design
2007/08/16 06:14:44 oj 1.110.28.1: #i56898# clean up of the class structure
2007-11-01 14:34:59 +00:00
Rüdiger Timm
5fc7d19d68 INTEGRATION: CWS oj14 (1.102.4); FILE MERGED
2007/06/04 18:57:13 oj 1.102.4.8: RESYNC: (1.108-1.109); FILE MERGED
2007/02/20 20:44:17 oj 1.102.4.7: mere conflict
2007/02/20 15:51:45 oj 1.102.4.6: RESYNC: (1.107-1.108); FILE MERGED
2006/12/21 12:30:03 oj 1.102.4.5: impl selectionSupplier
2006/12/18 16:24:53 oj 1.102.4.4: RESYNC: (1.106-1.107); FILE MERGED
2006/11/07 09:46:54 oj 1.102.4.3: RESYNC: (1.104-1.106); FILE MERGED
2006/07/04 08:21:10 oj 1.102.4.2: RESYNC: (1.102-1.104); FILE MERGED
2006/01/03 07:49:25 oj 1.102.4.1: changed module client
2007-07-06 07:40:51 +00:00
Rüdiger Timm
74f7264a28 INTEGRATION: CWS residcleanup (1.108.12); FILE MERGED
2007/02/26 22:58:51 pl 1.108.12.1: #i74635# no more ResMgr default
2007-04-26 07:02:57 +00:00
Vladimir Glazounov
3f3e693cb0 INTEGRATION: CWS dba22b (1.106.54); FILE MERGED
2006/12/09 22:46:47 fs 1.106.54.4: #i72432# PropertyContainer and PropertyArrayUsageHelper not inherited from SingleDocController anymore, own implementations now
2006/12/09 21:50:18 fs 1.106.54.3: #i72428# NamedValueCollection API changes
2006/12/09 21:23:19 fs 1.106.54.2: #i72428# properly determine whether we're independent
2006/12/04 22:41:16 fs 1.106.54.1: #i72252# parseNodeTo*/getColumnRange: use XConnection instead of XDatabaseMetaData
2007-01-15 13:37:14 +00:00
Kurt Zenker
3c2aa77e65 INTEGRATION: CWS dba22ui (1.106.12); FILE MERGED
2006/12/05 09:47:58 fs 1.106.12.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006-12-13 15:55:02 +00:00
Oliver Bolte
0eceb3c0bf INTEGRATION: CWS pchfix02 (1.105.36); FILE MERGED
2006/09/01 17:24:39 kaib 1.105.36.1: #i68856# Added header markers and pch files
2006-09-17 06:26:55 +00:00
Oliver Bolte
b8a53722b8 INTEGRATION: CWS qiq (1.103.4); FILE MERGED
2006/07/03 19:48:01 fs 1.103.4.12: #i51143# don't allow to add queries to the designer which do not produce a result set
2006/06/28 10:31:11 fs 1.103.4.11: #i10000#
2006/06/27 12:57:09 fs 1.103.4.10: RESYNC: (1.103-1.104); FILE MERGED
2006/06/19 10:46:28 fs 1.103.4.9: during #i51143#: describeSupportedFeatures:  DBAddTable is unnecessary, base class already adds (equivalent) AddTable
2006/06/19 09:27:52 fs 1.103.4.8: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState
2006/05/24 06:49:29 fs 1.103.4.7: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006/05/18 09:18:35 fs 1.103.4.6: #i51143# when creating/pasting/saving a table/query, care for name collisions with both tables and queries (usign a DynamicTableOrQueryNameCheck), if the database supports queries in queries
2006/05/17 11:48:47 fs 1.103.4.5: refactored OSaveAsDlg in preparation of #i51143#
2006/05/17 04:30:56 fs 1.103.4.4: #i51143# changed signature of OSQLParseTreeIterator
2006/05/12 13:45:50 fs 1.103.4.3: #i51143# don't allow sub queries if we're creating a view
2006/05/12 11:10:16 fs 1.103.4.2: #i51143# +allowViews/+allowQueries
2006/05/10 11:08:50 fs 1.103.4.1: #i51143# allow for queries in queries
2006-07-10 14:45:08 +00:00
Jens-Heiner Rechtien
21c4a44b8b INTEGRATION: CWS warnings01 (1.102.74); FILE MERGED
2006/05/24 00:00:47 sb 1.102.74.2: RESYNC: (1.102-1.103); FILE MERGED
2006/03/24 15:36:28 fs 1.102.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 02:29:57 +00:00
Rüdiger Timm
ee56b7b863 INTEGRATION: CWS dba203c (1.102.104); FILE MERGED
2006/03/29 11:35:43 fs 1.102.104.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess
2006-05-04 07:46:35 +00:00
Jens-Heiner Rechtien
468701da8d INTEGRATION: CWS dba201b (1.99.44); FILE MERGED
2005/09/21 10:20:11 oj 1.99.44.3: RESYNC: (1.100-1.101); FILE MERGED
2005/07/26 13:14:41 fs 1.99.44.2: RESYNC: (1.99-1.100); FILE MERGED
2005/07/11 13:37:27 fs 1.99.44.1: merging CWS dba201 into CWS dba201b
2005-09-23 11:44:40 +00:00
Rüdiger Timm
5aa45ce165 INTEGRATION: CWS ooo19126 (1.100.28); FILE MERGED
2005/09/05 17:35:39 rt 1.100.28.1: #i54170# Change license header: remove SISSL
2005-09-08 15:33:27 +00:00
Oliver Bolte
02a756bc02 INTEGRATION: CWS dba20v2 (1.99.82); FILE MERGED
2005/07/19 13:45:59 fs 1.99.82.1: #i52166# close preview frame with XCloseable::close, not with XComponent::dispose (this was a bug which was revealed by a previous change in framework code)
2005-07-22 08:00:17 +00:00
Vladimir Glazounov
b40a587844 INTEGRATION: CWS dba24 (1.97.28); FILE MERGED
2005/03/08 10:21:58 oj 1.97.28.2: RESYNC: (1.97-1.98); FILE MERGED
2005/02/03 13:52:59 oj 1.97.28.1: #i41913# define adjusted
2005-03-10 15:53:56 +00:00
Kurt Zenker
1e17284fab INTEGRATION: CWS removedrafts (1.97.40); FILE MERGED
2005/02/17 12:40:54 cd 1.97.40.1: #i42557# move UNOIDL types from drafts to com
2005-03-01 18:17:26 +00:00
Oliver Bolte
c9a6baa64a INTEGRATION: CWS docking4 (1.94.8); FILE MERGED
2004/11/02 15:29:26 ssa 1.94.8.2: RESYNC: (1.94-1.95); FILE MERGED
2004/09/30 11:07:06 fs 1.94.8.1: #i33338# SupportedFeatures now also know which ::com::sun::frame::CommandGroup they belong to
2004-11-16 13:32:49 +00:00
Oliver Bolte
f27cd47eee INTEGRATION: CWS dba19 (1.94.12); FILE MERGED
2004/11/09 08:09:54 oj 1.94.12.3: #i36540# add forma letter again to supported features
2004/11/04 10:27:46 oj 1.94.12.2: RESYNC: (1.94-1.95); FILE MERGED
2004/11/04 08:43:47 oj 1.94.12.1: #i36537# return type instead of NULL for ?: operator
2004-11-16 08:30:18 +00:00
Pascal Junck
4abd32580f INTEGRATION: CWS dba17 (1.94.4); FILE MERGED
2004/10/14 11:03:51 fs 1.94.4.4: #i35517# ensure the proper toolbar layout when initially connected to a frame
2004/09/27 15:06:27 fs 1.94.4.3: during #i34681#: loadSubToolbar is not needed. It was hacky to switch the design mode therein, anyway ...
2004/09/27 08:27:30 fs 1.94.4.2: #i34590# doLayout at the layout manager after toggling the toolbars
2004/09/27 06:22:14 fs 1.94.4.1: #i34583# DBAddTable is a SupportedFeature
2004-10-22 11:07:34 +00:00
Rüdiger Timm
b3aa4a0675 INTEGRATION: CWS insight02 (1.93.2); FILE MERGED
2004/08/24 07:49:16 oj 1.93.2.4: #i32563# disable .uno:ConfigureDialog until the dialog is not more sfx based
2004/08/16 13:11:01 oj 1.93.2.3: #i32563# toolbar changes
2004/08/13 14:28:22 oj 1.93.2.2: #i32563# toolbox changes
2004/08/13 09:01:09 oj 1.93.2.1: #i32563# toolbox changes
2004-09-09 08:49:48 +00:00
Jens-Heiner Rechtien
08ae8c3d7c INTEGRATION: CWS insight01 (1.90.44); FILE MERGED
2004/07/20 13:23:15 oj 1.90.44.16: #i20125# change title
2004/07/19 12:45:24 oj 1.90.44.15: new method updateTitle
2004/07/15 14:26:33 oj 1.90.44.14: solarmutex corrected
2004/07/14 10:22:20 oj 1.90.44.13: #i30603# corret frame loading
2004/07/02 10:04:41 oj 1.90.44.12: #i30226# add controller, model behavior
2004/06/03 09:09:15 oj 1.90.44.11: merge to m40
2004/06/01 09:02:45 oj 1.90.44.10: RESYNC: (1.91-1.92); FILE MERGED
2004/04/21 13:48:09 oj 1.90.44.9: enable catalog and schema disabling
2004/03/11 15:08:40 oj 1.90.44.8: #111075# ongoing fixes
2004/03/11 09:03:58 oj 1.90.44.7: #111075# changes for closing
2004/03/08 07:27:01 oj 1.90.44.6: change to new menu layout
2003/12/17 09:16:10 oj 1.90.44.5: #111075# ongoing work
2003/11/05 11:31:59 oj 1.90.44.4: #111075# ongoing work
2003/10/24 06:41:19 oj 1.90.44.3: #111075# further changes
2003/08/25 10:39:12 oj 1.90.44.2: RESYNC: (1.90-1.91); FILE MERGED
2003/07/29 12:21:07 oj 1.90.44.1: #111075# new virtual method
2004-08-02 15:16:32 +00:00
Oliver Bolte
2f0a130e35 INTEGRATION: CWS formdesign01 (1.91.28); FILE MERGED
2004/03/09 09:07:46 fs 1.91.28.3: #i26156#
2003/12/05 08:59:04 fs 1.91.28.2: #i23190# doSaveAsDoc optimized for case of editing an independent SQL command
2003/12/04 14:37:51 fs 1.91.28.1: #i23190# allow to edit an 'independent' SQL command (which is no stored/to-be-created query or view)
2004-03-19 11:12:55 +00:00
Hans-Joachim Lankenau
eb1a75365a INTEGRATION: CWS geordi2q01 (1.90.68); FILE MERGED
2003/08/18 14:15:03 hr 1.90.68.1: #111861#: join changes from CWS oj01parser
2003-08-18 14:05:54 +00:00
Vladimir Glazounov
75ba3f75e6 INTEGRATION: CWS dbgmacros1 (1.89.14); FILE MERGED
2003/04/09 10:44:16 kso 1.89.14.1: #108413# - debug macro unification.
2003-04-15 15:04:18 +00:00
Jens-Heiner Rechtien
2facbebb88 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-19 16:57:12 +00:00
Ocke Janssen
167b3dbf8d #i4082# impl debug feature for parse nodes 2002-12-12 12:44:48 +00:00
Ocke Janssen
9ac5325285 #105653# lock solar mutex 2002-11-27 08:38:38 +00:00
Ocke Janssen
e9a4b3660f #100737# change title when saved 2002-10-31 13:59:53 +00:00
Ocke Janssen
cd5a563da2 #100737# change title of query design 2002-10-24 07:57:11 +00:00
Ocke Janssen
b26142c582 #103805# lock SolarMutex 2002-10-08 06:26:17 +00:00
Ocke Janssen
58b26608a7 #i3289# correct table name quoting so that in every situation the correct schema, catalog is used 2002-10-07 12:09:48 +00:00
Ocke Janssen
2d8d2de1b1 #i4082# extra slot only for debug enabled 2002-10-04 11:32:24 +00:00
Ocke Janssen
b48832df0f #97230# new interface for ParseContext 2002-09-27 10:26:33 +00:00
Ocke Janssen
1c744a13fa #99473# change string resource files 2002-08-19 07:01:32 +00:00
Ocke Janssen
02a4b8e5d6 #99921# check if datasource allows to check names 2002-07-09 11:48:40 +00:00
Andreas Schlüns
80b715fa00 #91939# top level fix 2002-06-24 09:29:26 +00:00
Jens-Heiner Rechtien
feeb2ab364 #65293#: GCC needs temporary 2002-05-15 09:15:12 +00:00
Ocke Janssen
ac0da42adc #96363# change return type of switchView 2002-05-06 09:02:23 +00:00
Carsten Driesner
42ff22ce66 #98419# Use global defined .uno command strings 2002-04-22 07:53:02 +00:00
Frank Schönheit
8a6d1cb79e #98181# renamed the OQueryParseContext (more abstract now) 2002-04-09 14:06:28 +00:00
Jens-Heiner Rechtien
cb08e54ccd #65293#: syntax 2002-04-03 12:57:14 +00:00
Ocke Janssen
b173512c75 show more precise error messages 2002-04-02 06:09:02 +00:00
Ocke Janssen
e4f4f75909 #97747# do not open beamer when error occured 2002-04-02 05:40:36 +00:00
Jens-Heiner Rechtien
d64ba97005 #65293#: typo 2002-02-19 13:27:47 +00:00
Ocke Janssen
ebc9a575fc #96957# new handling inserted for context menu and accessibility 2002-02-06 06:57:18 +00:00
Frank Schönheit
9eb2ed5416 #97214# in translateStatement, use the proper international flag 2002-02-04 12:46:56 +00:00
Frank Schönheit
655518502b incorporate the improvements suggested during code review of genericcontroller.* 2002-01-24 16:43:35 +00:00
Ocke Janssen
1b25cc46cf #94391# exclude tablefilter and enable schema name again 2001-11-12 09:34:55 +00:00
Ocke Janssen
0b84508ca2 #93950# set filter 2001-10-30 10:05:07 +00:00
Jens-Heiner Rechtien
558672eb1f #92924# gcc-3.0.1 needs lvalue 2001-10-26 13:24:46 +00:00