Commit graph

8938 commits

Author SHA1 Message Date
Ocke Janssen [oj]
8c16873399 Merge 2009-12-02 12:34:00 +01:00
Ocke Janssen [oj]
008baf79d5 merge 2009-11-30 14:04:28 +01:00
Frank Schoenheit [fs]
34d0e10be2 merge 2009-11-30 10:44:05 +01:00
Frank Schoenheit [fs]
935b7dc7fc merge 2009-11-30 10:22:42 +01:00
Ocke Janssen [oj]
68fa66ca83 dba33b: remove typeinfo.h 2009-11-30 09:18:43 +01:00
Ocke Janssen [oj]
090aec9e59 dba33d: #i107279# set numberformat with old one 2009-11-30 09:11:46 +01:00
Ocke Janssen [oj]
05bb4138d2 dba33d: #i106772# check if update and refetching works otherwise set iter to end and some resource handling for error messages 2009-11-27 10:17:16 +01:00
Ocke Janssen [oj]
8a3694e8aa dba33d: #i69262# allow functions to be grouped 2009-11-26 12:56:23 +01:00
Ocke Janssen [oj]
9bc02eaf9c dba33d: #i104869# use the interaction handler to delegate UI 2009-11-25 13:48:21 +01:00
Ocke Janssen [oj]
293d8aa998 dba33d: #i107104# error in where <> having 2009-11-23 10:33:17 +01:00
Ocke Janssen [oj]
63edc51ac3 dba33d: #i104844# check name and do not close when name is wrong 2009-11-19 13:25:39 +01:00
Ocke Janssen [oj]
39968da918 dba33d: #i105101# get table filter and type filter from ds when it is needed 2009-11-18 15:49:50 +01:00
Ocke Janssen [oj]
1579846c3e dba33d: #i106998# check if entzry is null 2009-11-18 13:15:51 +01:00
Ocke Janssen [oj]
509ebb8ba9 dba33d: #i97096# use column label when given 2009-11-18 13:06:25 +01:00
Frank Schoenheit [fs]
1a8ab84d21 merge 2009-11-17 10:27:21 +01:00
Frank Schoenheit [fs]
2241dfcdf0 ooops, broke the removal of registrations with the previous changed, fixed that 2009-11-16 14:59:34 +01:00
Frank Schoenheit [fs]
13d3aea01f in the course of #i84012#: separate the display name of a database registration from the node name in der underlying configuration (the config structure for this was already there, it was just never used) 2009-11-16 14:45:02 +01:00
Frank Schoenheit [fs]
01fc8084c8 #i84012# respect data source registrations which are read-only 2009-11-16 13:37:25 +01:00
Frank Schoenheit [fs]
2ffbef2953 merge 2009-11-16 12:04:39 +01:00
Frank Schoenheit [fs]
8890bc1944 in preparation of #i84012#:
introduced a dedicated interface (css.sdb.XDatabaseRegistrations) for dealing with data source registrations, this way
hiding the concrete configuration details.
2009-11-16 12:01:50 +01:00
Ocke Janssen [oj]
f53e28b8a3 dba33d: pull from dba33b 2009-11-16 09:59:12 +01:00
Ocke Janssen [oj]
d9f5f2dd4a dba33b: #i106875# JavaDriverClassPath will now be read inside the JDBC driver 2009-11-13 13:50:51 +01:00
Ocke Janssen [oj]
470c053675 #i105086# fix blob handling, map to bytes when possible 2009-11-13 13:30:51 +01:00
Ocke Janssen
6bdb421ad0 Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo 2009-11-11 14:29:22 +01:00
Ocke Janssen
b5d6022b0e #i105086# impl clob and blob 2009-11-11 14:16:42 +01:00
Ocke Janssen
b008a8ac98 #i105086# impl clob and blob 2009-11-11 14:09:11 +01:00
Ocke Janssen
373cc84bba #i105086# impl clob and blob 2009-11-11 14:07:55 +01:00
Ocke Janssen
4330cde0b9 #i105086# impl clob and blob 2009-11-11 14:03:52 +01:00
Ocke Janssen
213f722450 #i105086# impl clob and blob 2009-11-11 14:02:49 +01:00
Ocke Janssen
834027b53d #i105086# impl clob and blob 2009-11-11 14:01:37 +01:00
Frank Schoenheit [fs]
4da06b6914 #i100764# better heuristics for determining whether or not to participate in the ThisComponent game 2009-11-05 11:52:26 +01:00
Frank Schoenheit [fs]
ff2241ab5c diagnostics 2009-11-05 10:35:18 +01:00
Frank Schoenheit [fs]
7c5b2130b6 a little less deadlock-prone ... 2009-11-04 14:40:44 +01:00
Frank Schoenheit [fs]
73b50374f9 moved complex.dbaccess.CRMDatabase.java to connectivity.tools, to be able to use it outside of dbaccess 2009-11-04 10:26:31 +01:00
Philipp Lohmann [pl]
5efd3c588b #i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482) 2009-11-03 18:12:19 +01:00
Frank Schönheit [fs]
717303aae4 removed some XUnoTunnel usage (unused in one case, and unnecessary in another) 2009-11-03 15:26:31 +01:00
Frank Schönheit [fs]
7d04c34fe0 final step for #i67020# 2009-11-03 14:53:24 +01:00
Frank Schönheit [fs]
b6b8881b12 one step towards fixing issue #i67022#:
query columns now use the ColumnSettings of the underlying table column, if
- this table column can be determined
- the query column doesn't have own settings (which would overrule the table col settings)

However, we're not there, yet: Changing the settings of the table column is not reflected
in the query column until closing and re-opening the database document. That's up to a next
implementation step.
2009-11-03 10:43:12 +01:00
Frank Schönheit [fs]
70d7ac8e49 more column class refactoring in preparation of #i67202#. Removed unneeded classes, consolidated the property handling of the various Column classes 2009-11-02 14:41:02 +01:00
Frank Schönheit [fs]
61e054fe66 properly determine the ControlDefault 2009-11-02 14:37:19 +01:00
Frank Schönheit [fs]
00b312f334 removed wrong assertion 2009-11-02 13:23:27 +01:00
Frank Schoenheit [fs]
75cff37d22 re-factoring, in preparation of fixing issue #i67020# 2009-10-30 15:06:20 +01:00
Ocke Janssen
9878284ec3 Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo 2009-10-29 13:49:22 +01:00
Ocke Janssen
78bd99da50 check if sequence exists 2009-10-29 13:47:21 +01:00
Frank Schoenheit [fs]
7916755956 step 2 of the FormController UNOization: UNOized all the incoming and outgoing calls, now the interface is completely UNO-based 2009-10-29 11:59:44 +01:00
Frank Schoenheit
7f776df954 #i10000# 2009-10-23 22:03:53 +02:00
Frank Schönheit
c5000fe63b step 1 of the FormController UNOization: base the outgoing calls in the FormController implementation on (new) UNO API, instead of using implementation classes 2009-10-23 16:03:52 +02:00
Frank Schoenheit
cd1a3e5ddc #i10000# 2009-10-23 13:13:48 +02:00
Frank Schoenheit
66b2cfe28c #i10000# 2009-10-23 13:08:43 +02:00
Frank Schönheit
18ee839ce2 step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form 2009-10-23 09:46:03 +02:00