Commit graph

2301 commits

Author SHA1 Message Date
Ivo Hinkelmann
3a9fa417bc CWS-TOOLING: integrate CWS dba33f 2010-06-04 14:23:34 +02:00
Frank Schoenheit [fs]
52520fa07c slidecopy: merged latest DEV300.m80 changes 2010-06-03 14:33:05 +02:00
Vladimir Glazunov
5efa0aa501 CWS-TOOLING: integrate CWS fwk138 2010-05-27 15:06:45 +02:00
Frank Schoenheit [fs]
722ba95a21 slidecopy: what a stupid idea to hard-code numeric resource IDs in Java files - this *cries* for breakage ... 2010-05-03 09:56:53 +02:00
Mikhail Voytenko
e95f57d0e1 Merge to DEV300_m77 2010-04-27 12:15:15 +02:00
Frank Schoenheit [fs]
516ced0992 dba33f: post-rebase build problems fixed 2010-04-17 15:37:08 +02:00
Frank Schoenheit [fs]
69929004c6 dba33f: merge with m76-branch 2010-04-16 13:55:24 +02:00
sb
4f1af49037 sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118 2010-04-07 14:09:12 +02:00
sb
55d474d853 sb118: merged in re/DEV300_next towards DEV300_m76 2010-04-07 13:14:23 +02:00
Mikhail Voytenko
f59e563680 fwk138: #i110177# fix typo 2010-04-06 09:50:17 +02:00
Frank Schoenheit [fs]
6c07c7cad4 dba33f: #i110036#: when creating new controls or grid columns, set MouseWheelBehavior to NEVER 2010-03-15 14:07:56 +01:00
sb
70a334670b sb120: #i109978# removed --disable-qadevooo 2010-03-09 17:31:37 +01:00
sb
d11e7c65af merged in re/DEV300_next towards DEV300_m74 2010-03-04 23:05:27 +01:00
sb
734cc0d532 sb111: merged in DEV300_m72 2010-02-25 13:53:42 +01:00
sb
87ec9c993b sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
Vladimir Glazunov
97412488d9 CWS-TOOLING: integrate CWS changefileheader2 2010-02-17 10:32:35 +01:00
Jens-Heiner Rechtien
36de66bdf0 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
sb
91fa813aab sb118: #i109112# re-purpose EXTRAJARFILES 2010-02-11 11:07:17 +01:00
sb
ab58550cee sb111: merged in DEV300_m71 2010-02-05 09:17:48 +01:00
Mathias Bauer
2f533ec6d5 CWS svxsplit: merge with m71 2010-02-04 17:59:58 +01:00
Mathias Bauer
91bd9fc237 #i107450#: some fixes for problems found in CAT0 test 2010-02-02 23:59:20 +01:00
Frank Schoenheit [fs]
e9de8ab515 autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore. 2010-03-11 11:26:05 +01:00
Frank Schoenheit [fs]
4fa9df70fc autorecovery: allow for a human-readable DocumentServiceName instead of this strange class ID when creating a document definition 2010-02-05 22:03:01 +01:00
Frank Schoenheit [fs]
5a6a877ad0 autorecovery: use a human-readable media type instead of this strange class ID 2010-02-05 14:11:36 +01:00
Frank Schoenheit [fs]
871979d155 autorecovery: merge 2010-02-05 12:21:39 +01:00
Frank Schoenheit [fs]
aa2b976851 autorecovery: merge 2010-02-05 11:15:42 +01:00
Frank Schoenheit [fs]
269a73582e autorecovery: merge after pulling CWS dba33e 2010-02-05 11:15:32 +01:00
Frank Schoenheit [fs]
c0ea2fcd40 autorecovery: form and report wizzard now also using XDatabaseDocumentUI, instead of manipulating document definitions
All database object wizards by now employ XDatabaseDocumentUI. This way, it is ensured that the controller
has the full control over the opened sub components.

Still, other third-party code could use direct access to the document definitions, and open sub documents this way.
This would go unnoticed by the application controller at the moment. I would be possible to fix this, by introducing
broadcasts from the document definitions, listened to by the controller. But as this sounds like a rare case, and
XDatabaseDocumentUI is the preferred way for third-party components, too, such an implementation is deferred to Later ...
2010-02-04 16:04:06 +01:00
Frank Schoenheit [fs]
b691607b3b autorecovery: post-rebase build problems solved 2010-02-04 14:13:58 +01:00
Frank Schoenheit [fs]
2176aee8e2 autorecovery: commit resolved merge (after rebase to m71) 2010-02-04 10:38:39 +01:00
Frank Schoenheit [fs]
722556b9cd autorecovery: more unused interfaces removed 2010-02-03 12:51:47 +01:00
Frank Schoenheit [fs]
a44bc63de9 autorecovery: populate the 'Command' property 2010-02-03 12:50:22 +01:00
Frank Schoenheit [fs]
619a6a4ab1 autorecovery: also moved the QueryWizard to using XDatabaseDocumentUI.loadComponent, instead of opening the sub component itself 2010-02-03 12:44:27 +01:00
Frank Schoenheit [fs]
e2fa939261 autorecovery: removed unused class XCallQueryWizard 2010-02-03 11:53:44 +01:00
Frank Schoenheit [fs]
a31b27b704 autorecovery: re-work the table wizard so that it does not open the table itself, but uses XDatabaseDocumentUI
Consequently, it does not need to return the created model/controller anymore. This way, the application controller
has full control over its sub components, which didn't work reliably before.

Other wizards (query/form/report) are to follow. For this purpose, they're also to be based on the newly introduced
DatabaseObjectWizard class.
2010-02-03 11:52:40 +01:00
Frank Schoenheit [fs]
6242c77610 autorecovery: addDatabaseDocument: do not close the document after having disposed it - this will throw nowadays 2010-02-02 22:42:50 +01:00
Frank Schoenheit [fs]
cd6abead39 autorecovery: more sophisticated configuration data for interaction handlers
The generic css.task.InteractionHandler implementation in module uui is now able to instantiate "sub handlers", i.e.
components to delegate a request to, based on the type of the request, and some configuration data.

The "old" (and now deprecated) configuration scheme at org.openoffice.ucb.InteractionHandler did not contain type
information, so any handlers registered there were always called when no default implementation for a given request
was available.

The "new" configuration scheme at org.openoffice.Interaction contains UNO type information. That is, a given handler
implementation can declare itself responsible for an arbitrary set of UNO types, and for each of those types, whether
it is also responsible for sub types.
The generic interaction handler implementation uses this configuration data, when it encounteres an interaction
request it cannot fullfill itself, to instantiate a component to delegate the request to.

As with the "old" data, such a component is required to support the css.task.XInteractionHandler2 interface. Also,
if it supports css.lang.XInitialization, then it will be initialized with a name-value pair, the name being
"Parent", the value being the XWindow interface of the parent window for any message boxes.

As an examplary implementation for this feature, the css.sdb.InteractionHandler has been deprecated. Now the
css.sdb.DatabaseInteractionHandler is reponsible for database-related interactions, and the new configuration scheme
is pre-filled with data assigning this responsibility.

Consequently, a lot of places previously creating an css.sdb.InteractionHandler have been modified to create the
default css.task.InteractionHandler.
2010-02-01 21:32:33 +01:00
Ivo Hinkelmann
89cdd7feee CWS-TOOLING: integrate CWS dba33d 2010-01-27 13:51:16 +01:00
Ocke Janssen [oj]
80f468de1e dba33f: #i108548# extend SingleSelectQueryComposer appendFilterByColumn with additonal parameter 2010-01-22 08:14:22 +01:00
Ocke Janssen [oj]
ff323b9a64 dba33e: merge to m70 2010-01-21 11:54:03 +01:00
sb
6c01746471 sb111: merged in DEV300_m70 2010-01-21 09:42:10 +01:00
Ocke Janssen [oj]
f691a76d72 dba33b: merge 2010-01-15 09:58:18 +01:00
Ocke Janssen [oj]
864084394b dba33b: merge m69 2010-01-15 09:16:51 +01:00
Ocke Janssen [oj]
cd0f4a734a dba33f: merge from dba33e 2010-01-08 14:12:39 +01:00
sb
398415b12b sb111: merged in DEV300_m69 2010-01-08 13:21:39 +01:00
Jens-Heiner Rechtien
4515ed94b8 CWS-TOOLING: integrate CWS fontooocleanup 2010-01-05 13:58:05 +01:00
sb
d5c1a60d61 sb111: merged in DEV300_m68 2010-01-05 13:09:26 +01:00
Frank Schoenheit [fs]
1b78e405c0 dba33e: #i107623# allow finishWizard to return a success flag, and re-enable the finish button in case of failure 2009-12-16 14:21:11 +01:00
Frank Schoenheit [fs]
3e884a851e dba33d: merge after pulling the latest changes from CWS dba33b 2009-12-11 13:27:24 +01:00
sb
963e7043fd sb111: merged in DEV300_m67 2009-12-10 17:46:18 +01:00