Commit graph

9334 commits

Author SHA1 Message Date
Frank Schoenheit [fs]
a1c40ed088 autorecovery: fixed member initialization order 2010-02-16 08:55:52 +01:00
Frank Schoenheit [fs]
2cf0840f4c autorecovery: clarified the role of a doc's URL/Location
as per agreement with MAV, XModel::getURL and XStorable::getLocation both need to return the logical document
URL, even when the document has been recoved from another location.
So, the DocFileLocation of the ModelImpl now is for internal purpose only. Consequently, ModelImpl's API has
been reworked to better differ between the logical and the "loaded-from" URL of the document.
2010-02-15 16:05:58 +01:00
Vladimir Glazunov
b1655e730f CWS-TOOLING: integrate CWS mysqlconnector 2010-02-15 15:27:59 +01:00
Frank Schoenheit [fs]
9f3c1db59a Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery 2010-02-15 14:49:12 +01:00
Frank Schoenheit [fs]
009ab0e803 autorecovery: when saving recovery information for a DB doc, export query designers, too 2010-02-15 14:34:48 +01:00
Ocke Janssen [oj]
a4bc14c0d6 Automated merge with http://hg.services.openoffice.org/cws/dba33f 2010-02-15 10:24:00 +01:00
Ocke Janssen [oj]
4c43716cec dba33f: #i53377# impl join rowse helper resultset which is updateable 2010-02-15 09:53:53 +01:00
Jens-Heiner Rechtien
532d335fd5 changefileheader2: #i10000#: convert files with CR/LF characters to CR only 2010-02-12 16:56:44 +01:00
Jens-Heiner Rechtien
1708f6091b 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
Ocke Janssen [oj]
55aca7c428 automated merge from dba33e 2010-02-11 07:55:30 +01:00
Frank Schoenheit [fs]
e2f368bccc Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery 2010-02-10 15:11:19 +01:00
Frank Schoenheit [fs]
d0e69d3280 merge 2010-02-10 14:17:11 +01:00
Frank Schoenheit [fs]
f4ba6a7591 autorecovery: let the SingleDocController, and derived classes, support XModifiable 2010-02-10 14:05:19 +01:00
Ocke Janssen [oj]
0c2bd96304 dba33e: #i107717# some renaming and wording changed 2010-02-10 13:09:56 +01:00
Ocke Janssen [oj]
02df552c45 dba33e: #i107717# some renaming and wording changed 2010-02-10 13:08:22 +01:00
Frank Schoenheit [fs]
df47580367 Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f 2010-02-10 12:09:41 +01:00
Frank Schoenheit [fs]
4f8f578855 autorecovery: when saving to a new location, dispose the forms/reports container after disposing the storages they're based on 2010-02-10 11:29:34 +01:00
Ocke Janssen [oj]
c7f5a15eb8 dba33f: #i102366# parse function as predicate 2010-02-10 10:50:53 +01:00
Ocke Janssen [oj]
72285cf677 dba33e: fix not operator 2010-02-10 09:44:20 +01:00
Frank Schoenheit [fs]
876b084e80 autorecovery: corrected assertion 2010-02-09 23:46:32 +01:00
Frank Schoenheit [fs]
5f0d3499f0 autorecovery: GetDocumentServiceFromMediaType: try alternative, seemingly equivalent approach 2010-02-09 23:12:40 +01:00
Frank Schoenheit [fs]
d8352bc6e0 autorecovery: make m_pView a private member of the GenericController, with defined access methods 2010-02-09 17:26:40 +01:00
Ocke Janssen [oj]
ec5b5ea536 dba33f: #i108730# impl case case and rank functions 2010-02-08 14:11:22 +01:00
Ocke Janssen [oj]
1baf7abd1c dba33f: #i53377# make property IsReadOnly bound 2010-02-08 14:09:08 +01:00
Ocke Janssen [oj]
d16fa93c41 dba33f: don't ask every driver for a tables keys and consolidate some code fragments 2010-02-08 14:07:46 +01:00
sb
ce8caafcc2 sb118: merged in DEV300_m71 2010-02-08 09:18:14 +01:00
Frank Schoenheit [fs]
56cc145c6e 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]
e35642d963 autorecovery: merge 2010-02-05 14:11:11 +01:00
Frank Schoenheit [fs]
bc49437f5f autorecovery: post-rebase conflicts solved (namespace tools is ambiguous now) 2010-02-05 14:07:26 +01:00
Frank Schoenheit [fs]
2ebfb85c07 autorecovery: merge 2010-02-05 12:21:39 +01:00
Frank Schoenheit [fs]
00684a716b autorecovery: merge 2010-02-05 11:15:42 +01:00
Frank Schoenheit [fs]
e00e609de1 autorecovery: merge after pulling CWS dba33e 2010-02-05 11:15:32 +01:00
Mathias Bauer
c7c976e433 CWS svxsplit: merge with m71 2010-02-04 17:59:58 +01:00
Frank Schoenheit [fs]
538e41ebb4 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]
500131391f autorecovery: post-rebase build problems solved 2010-02-04 14:13:58 +01:00
Frank Schoenheit [fs]
1265c7385c autorecovery: commit resolved merge (after rebase to m71) 2010-02-04 10:38:39 +01:00
Ocke Janssen [oj]
d07526bb47 Merge from DEv300:m71 2010-02-04 09:18:33 +01:00
Frank Schoenheit [fs]
ed853a88ff 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]
28b38d73e5 autorecovery: when calling a pilot to create a database object, pass the XDatabaseDocumentUI, too 2010-02-03 11:46:23 +01:00
Frank Schoenheit [fs]
aefb13e5d8 autorecovery: when creating a new form/report by wizard, ensure that our sub component manager knows it by its proper name 2010-02-02 23:05:43 +01:00
Frank Schoenheit [fs]
7de2856ae1 autorecovery: let definition contents support the XHierarchicalName property, so clients can easily retrieve the hierarchical name of a content 2010-02-02 23:05:16 +01:00
Frank Schoenheit [fs]
7af941376a autorecovery: allow the sub component manager to hold multiple objects of the same type, which are new and yet-unsaved (i.e. do not have a name, yet) 2010-02-02 13:57:03 +01:00
Frank Schoenheit [fs]
25d5251771 autorecovery: execute(open*): do not call getComponent just for checking whether it is a report definition, this implicitly changes the state of the embedded object, which can have side effects 2010-02-02 13:53:13 +01:00
Frank Schoenheit [fs]
2d3fb08873 autorecovery: (caught by complex test) store: when we do not (yet) have an URL, store to storage, not to URL 2010-02-02 10:49:34 +01:00
Frank Schoenheit [fs]
13e8f2a69b 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
Frank Schoenheit [fs]
02c9c9960f autorecovery: recoverSubDocuments: propagate exceptions to the caller, this way aborting the complete recovery process 2010-02-01 11:43:40 +01:00
sb
e884cc86ee sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates 2010-01-29 17:01:54 +01:00
Frank Schoenheit [fs]
893f3398ca autorecovery: saveToRecoveryFile => storeToRecoveryFile 2010-01-29 15:38:20 +01:00
Frank Schoenheit [fs]
321086abdf autorecovery: respect a media descriptor member "ForceRecovery".
When set to <TRUE/>, then an attempt to recover sub documents in the "recovery" folder is made.
In this course, the m_aArgs member of the ModelImpl was replaced with m_aMediaDescriptor, being a NamedValueCollection,
for easier access.
2010-01-29 13:54:37 +01:00
Frank Schoenheit [fs]
f2478cdceb autorecovery: recover-hidden now also available for new (yet unsaved) forms/reports 2010-01-29 13:06:38 +01:00
Frank Schoenheit [fs]
b7b66e1606 autorecovery: recover forms/reports hidden, and show them when the main window is shown 2010-01-29 13:04:04 +01:00
Frank Schoenheit [fs]
e6313ed87a merge 2010-01-29 10:15:59 +01:00
Frank Schoenheit [fs]
e1e25bdd16 dba33f: when re-activating an embedded object, do not reset its modified state (plus do not the other initializations which are needed for the first activation only) 2010-01-29 10:12:25 +01:00
Frank Schoenheit [fs]
e0288f9960 dba33f: when re-activating an embedded object, do not reset its modified state (plus do not the other initializations which are needed for the first activation only) 2010-01-29 10:12:25 +01:00
Frank Schoenheit [fs]
0a8fa850da autorecovery: removed dbdocrecovery.obj, should have happened when the cxx file was moved 2010-01-29 08:50:19 +01:00
Frank Schoenheit [fs]
630c4139a8 autorecovery: creating dedicated core/recovery folder, taking current and future implementations regarding document recovery 2010-01-28 22:34:45 +01:00
Frank Schoenheit [fs]
67f02ec2e2 autorecovery: move the responsibility for calling attachResource into recoverFromFile. This saves us from some problems with SFX-based documents, which change there Args during the load process (during macro confirmation), so a later attachResource from outside would overwrite those changed args 2010-01-28 22:19:50 +01:00
Ocke Janssen [oj]
4db1729503 Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f 2010-01-28 10:48:38 +01:00
Ocke Janssen [oj]
f29cae73b2 dba33f: #i108730# impl case case and rank functions 2010-01-28 08:43:23 +01:00
Ocke Janssen [oj]
576ac52c6f dba33f: use a temp to gold controller 2010-01-27 15:20:45 +01:00
Ivo Hinkelmann
1e1b1d60af CWS-TOOLING: integrate CWS dba33d 2010-01-27 13:51:16 +01:00
Frank Schoenheit [fs]
42614dac63 autorecovery: renamed local var shadowing another local var (GCC warning) 2010-01-27 12:11:39 +01:00
Frank Schoenheit [fs]
e10fc78fea autorecovery: allow an empty URL in the attachResource call, which means 'determine the proper Location/URL yourself'. Needed so that not every client has to do this. Location precedes URL, this ensures that a recovered document, when saved, saves to the salvaged-file, not to the recovery-file 2010-01-27 11:50:04 +01:00
Frank Schoenheit [fs]
925a669a32 autorecovery: yet another slight refactoring of the DatabaseObjectView hierarchy, to allow the AppController, in newElement, to respect the additional args in all cases 2010-01-27 11:18:20 +01:00
Frank Schoenheit [fs]
6e56ff4261 autorecovery: also recover new forms/reports, which were not yet stored 2010-01-27 10:53:54 +01:00
Frank Schoenheit [fs]
c292311202 autorecovery: when creating new documents, allow for additional arguments to be passed 2010-01-27 10:43:52 +01:00
Frank Schoenheit [fs]
9bbf0a62ba autorecovery: when creating new documents, allow for additional arguments to be passed 2010-01-27 10:42:49 +01:00
Frank Schoenheit [fs]
9b89df0e30 autorecovery: prepareClose: do not load it component if it does not exist (anymore) 2010-01-27 00:07:12 +01:00
Frank Schoenheit [fs]
61d77a767a autorecovery: introduce createComponent/WithArguments at the XDatabaseDocumentUI interface 2010-01-26 23:25:22 +01:00
Frank Schoenheit [fs]
6adaf71970 autorecovery: mav sanctioned the approach of the (now so-called) RecoveryStorage 2010-01-26 13:19:11 +01:00
Ivo Hinkelmann
b334da7199 CWS-TOOLING: integrate CWS kso42 2010-01-26 13:09:27 +01:00
Frank Schoenheit [fs]
2ed62793be autorecovery: unxlngi6: removed unused local variables 2010-01-26 09:01:50 +01:00
Frank Schoenheit [fs]
6563b40e14 autorecovery: when the name of a document definition changes, update our component map 2010-01-25 22:36:24 +01:00
Frank Schoenheit [fs]
84155f9750 autorecovery: broadcast name changes also when a newly created, formerly unnamed, doc is saved 2010-01-25 22:36:18 +01:00
Frank Schoenheit [fs]
a2e88c92f9 autorecovery: introduce PersistentPath property at the document definition object 2010-01-25 22:35:24 +01:00
Ocke Janssen [oj]
d9c96494bf dba33e: wrong header from svtools 2010-01-25 13:20:09 +01:00
Frank Schoenheit [fs]
64b4e680a5 autorecovery: do not remove SalvagedFile from DBDoc's args if it still carries information 2010-01-25 09:56:57 +01:00
Frank Schoenheit [fs]
74d5307270 autorecovery: #i108366# attachResource: correct the calculation of DocFileLocation and DocURL, in case the doc has
been recovered.
2010-01-22 22:49:50 +01:00
Ocke Janssen [oj]
79ea41cc2a dba33f: memeber ini 2010-01-22 15:03:40 +01:00
Ocke Janssen
5baf3b6cc7 #i108412# use setQuery and getQuery again 2010-01-22 11:25:43 +00:00
Ocke Janssen [oj]
9589135c0d Automated merge with http://hg.services.openoffice.org/cws/dba33f 2010-01-22 12:23:58 +01:00
Ocke Janssen [oj]
a394db3e92 dba33e: wrong header included 2010-01-22 12:16:08 +01:00
Ocke Janssen [oj]
cea09e968c dba33f: #i108548# handle Label property from parse column and rowsetcolumn 2010-01-22 10:31:43 +01:00
Ocke Janssen [oj]
d4d5d883ec dba33f: #i108548# extend SingleSelectQueryComposer appendFilterByColumn with additonal parameter 2010-01-22 08:14:22 +01:00
Ocke Janssen [oj]
cb9cb96ca8 Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo 2010-01-21 15:22:59 +01:00
Ocke Janssen [oj]
ba6a64f356 Automated merge with http://hg.services.openoffice.org/cws/dba33e 2010-01-21 14:16:45 +01:00
Mathias Bauer
bd267404f1 resync to DEV300_m70 2010-01-21 13:49:22 +01:00
Ocke Janssen [oj]
1ff3ea1c28 dba33e: merge to m70 2010-01-21 11:54:03 +01:00
Ocke Janssen
c4f38545f3 dba321a: #i108390# fix of query which is used 2010-01-21 09:28:19 +00:00
Ocke Janssen [oj]
374a5a44e6 Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d 2010-01-21 08:38:52 +01:00
Ocke Janssen [oj]
6b65460828 dba33d: #i108517# order of checks changed 2010-01-21 08:32:46 +01:00
Frank Schönheit
a406eafbab #i10000# 2010-01-20 22:13:37 +00:00
Frank Schönheit
a1c4368fc6 #i10000# 2010-01-20 20:09:04 +00:00
Ocke Janssen [oj]
5dc8221e42 Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d 2010-01-20 14:54:04 +01:00
Ocke Janssen [oj]
a4bcd82d3a dba33d: #i106772# cut decimal and numeric when greater than scale allows to be 2010-01-20 14:49:00 +01:00
Kurt Zenker
1b4c2a2492 masterfix: #i10000# builderror fixes 2010-01-19 12:39:03 +01:00
Ocke Janssen
a82abf2440 #108415# #i108390# use filter from rowset and adjust changed parameter values when updated or inserted 2010-01-19 09:16:12 +00:00
Frank Schoenheit [fs]
5fa3246b0d autorecovery: throw an exception when no storage can be created, otherwise we end up with a broken document 2010-01-15 15:26:50 +01:00
Frank Schoenheit [fs]
5d0d44c203 autorecovery: save/recover forms and reports
Still some lose ends. Most notably, the current code contains cases for other sub component types,
but has no real implementation - attempting to save/recover those other types will yield multiple
assertions only. Also, recovery of SRB-reports has not been tested, yet, chances are good there's
some work ahead here.

Other known open issues:
- recovering sub components immediately shows them, instead of initially hiding them, and showing
  only when the main document window is shown
- the implementation currently is no real session save, which would require saving information about
  *unmodified* open sub components (though not their actual content), and restoring them upon
  recovery.
- doing an implicit "connect" at the controller of the to-be-recovered database document is a requirement
  to actually load the sub components, but might yield problems in case this requires interaction
  (e.g. a login). Need to investigate
- the "recovery" storage is not removed from the database document storage after un/successful recovery
- cancelling the recovery of a "modified" database document always suggests to store this doc somewhere
2010-01-15 15:21:15 +01:00
Kurt Zenker
f438e048e8 CWS-TOOLING: integrate CWS dba33b 2010-01-15 14:01:24 +01:00
Ocke Janssen [oj]
6cf5b0a457 Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo 2010-01-15 12:00:24 +01:00
Ocke Janssen [oj]
3724bce919 Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo 2010-01-15 11:14:40 +01:00
Ocke Janssen [oj]
1869570780 Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d 2010-01-15 11:07:23 +01:00
Ocke Janssen [oj]
23aabe20a1 dba33d: create sdb interaction 2010-01-15 10:59:38 +01:00
Ocke Janssen [oj]
b84930a93b dba33b: merge 2010-01-15 09:58:18 +01:00
Ocke Janssen [oj]
890251245c dba33b: merge m69 2010-01-15 09:16:51 +01:00
Ocke Janssen [oj]
24519f54a5 dba33d: #i106772# slice decimal value to scale 2010-01-15 08:06:07 +01:00
Frank Schoenheit [fs]
f620348c7b autorecovery: initial glue code for recovering forms/reports 2010-01-14 15:10:17 +01:00
Ocke Janssen [oj]
d682bc993b Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo 2010-01-14 14:03:19 +01:00
Ocke Janssen [oj]
661339ec5d Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo 2010-01-14 12:33:02 +01:00
Ocke Janssen [oj]
9eba5bf7b8 dba33d: #i108312# check for other function type and pasre only the first child of the condition 2010-01-14 12:14:15 +01:00
Ocke Janssen [oj]
682f489650 Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo 2010-01-14 07:35:25 +01:00
Ocke Janssen [oj]
090cebee76 Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo 2010-01-14 07:14:29 +01:00
Mathias Bauer
8b196e7912 #i107450#: move more code out of svx 2010-01-13 22:25:07 +01:00
Frank Schoenheit [fs]
3e8eb23621 autorecovery: save open/modified (Writer-based) reports and forms, when doing a session/emergency save
Still, the documents are stored only, and not loaded. For storing, there's at least one known issue: The controller
is unable to deliver the proper object name for a form which has been newly created, and then saved. In this
case, an empty name (from the time where the form was created) will be returned, and used in the save process.
2010-01-13 15:46:51 +01:00
Ocke Janssen [oj]
56660ceabd dba33d: set control as string 2010-01-13 13:52:52 +01:00
Ocke Janssen [oj]
3bd5a7908b dba33f: #i104413# make column names unique 2010-01-13 12:37:12 +01:00
Ocke Janssen [oj]
ec199afd6b Automated merge with http://hg.services.openoffice.org/cws/dba33f 2010-01-13 08:54:52 +01:00
Ocke Janssen [oj]
f950279763 dba33f: #i20615# new feature to allow server side column descrriptions to be visible and changeable in the table designer. 2010-01-13 08:44:34 +01:00
Frank Schoenheit [fs]
ff9e369da4 autorecovery: initial implementation of a new save/recovery for database documents
For the moment, the document only stores and loads itself, as before.

In this course, the AutoRecovery service now delegates the decision whether or not a document
needs to be stored (to the "salvage location") to the document itself, using the new method
XDocumentRecovery::wasModifiedSinceLastSave, superseded the previous E_MODIFIED_SINCE_LAST_AUTOSAVE
flag.

XDocumentRecovery::wasModifiedSinceLastSave has been implemented for SfxBaseModel, yielding the same
behavior as before.

It has also been implemented for database documents, where the implementation is somewhat "sloppy",
in that it returns always <TRUE/> when any of the opened sub components of the document is modified.
2010-01-12 23:32:12 +01:00
Ocke Janssen [oj]
cf91582092 dba33f: wrong order of member ini 2010-01-12 07:20:57 +01:00
Ocke Janssen [oj]
7c12d03363 dba33f: merge 2010-01-11 15:41:53 +01:00
Frank Schoenheit [fs]
2cfe0e655e Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d 2010-01-11 14:25:31 +01:00
Frank Schoenheit [fs]
159cdeeebf Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33b 2010-01-11 14:16:30 +01:00
Frank Schoenheit [fs]
465d997b40 dba33b: fix height of the advanced settings dialog, was too small with the recent addition of the 'primary key support' option 2010-01-11 14:05:58 +01:00
Ocke Janssen [oj]
fc56087839 dba33f: #i108079# travel through connection, begin with table with highest number of connections 2010-01-11 13:22:04 +01:00
Frank Schoenheit [fs]
0e793ea5d3 dba33f: #i108038# (re-)add Selection support to the Copy Table Wizard 2010-01-11 12:15:28 +01:00
Ocke Janssen [oj]
f5531281dc dba33e: svx split 2010-01-11 08:09:14 +01:00
Frank Schoenheit [fs]
8a4ef3684d autorecovery: merge after rebase to m69 2010-01-08 22:50:33 +01:00
Mathias Bauer
6bf794609a #i107450#: build all other modules with new editeng lib 2010-01-08 18:32:51 +01:00
Ocke Janssen [oj]
f67abf2e35 dba33f: merge from dba33e 2010-01-08 14:12:39 +01:00
Ocke Janssen [oj]
d3a4501c36 dba33e: #i108128# check if default driver is available 2010-01-08 11:02:32 +01:00
Ocke Janssen [oj]
58519fbb72 dba33e: #i108092# when value is null set NAN 2010-01-08 10:16:37 +01:00
Ocke Janssen [oj]
b2cb11ec54 dba33e: #i107654# handle functionname as well 2010-01-08 08:41:34 +01:00
Kai Sommerfeld
da56677a4a rebase to dev300 m69. 2010-01-07 17:58:13 +01:00
Ocke Janssen [oj]
f0ac9ba837 dba33e: #i107782# erase leading spaces 2010-01-07 15:12:22 +01:00
Ocke Janssen [oj]
8921236168 dba33e: #i108037# disable column control when more than 1 is selected 2010-01-07 13:00:10 +01:00
Frank Schönheit
d1e4caf973 #i108123# getDataSourcePrefixFromMediaType: care for types where the config says 'no extension', but the actual file contains an extension 2010-01-07 09:56:59 +00:00
Ocke Janssen [oj]
79958d9c6f enable hierachical queries 2010-01-07 09:06:53 +01:00
Frank Schoenheit [fs]
dabdaa6800 autorecovery: allow creating SFX-based documents which do not support the XDocumentRecovery interface
For this purpose, the SFX document factory methods got an additional parameter respectively flag
("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database
documents to remove the interface from sub documents (aka forms/reports).
In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in
all applications, has been consolidated into a new SfxObjectShell constructor.
2010-01-06 21:34:53 +01:00
Kai Sommerfeld
9fed521e57 #i61429# - Adapted UCB clients to deprecated XContentCreator interface. 2010-01-06 16:46:36 +01:00
Kai Sommerfeld
8449238972 whitespace cleanup. 2010-01-06 16:10:01 +01:00
Frank Schoenheit [fs]
845b04c98a autorecovery: define a new css.document.XDocumentRecovery interface, implement it in both SFX and DBACCESS, and use it in the autorecovery
In this course, the auto recovery learned to restore multiple views of a document. Also, in the course of the change,
the LoadDispatchListener became superfluous, and was removed.

Also, the loader code in dbaccess was slightly adjusted, since now the connectController call is in the responsibility
of the loader, and must not happen inside the XController::attachModel call anymore. This change made the
ModelControllerConnector class superfluous, so it has been removed, too.
2010-01-05 22:32:38 +01:00
Mathias Bauer
5cbfa59b53 merge commit for m68 2010-01-05 14:46:45 +01:00
Frank Schönheit
a14b4c96b8 #i10000# 2010-01-05 08:59:29 +00:00
Frank Schönheit
64335969f5 #i108019# 2010-01-04 13:58:14 +00:00
Frank Schönheit
730b75df62 #i108040# 2010-01-04 13:57:49 +00:00
Frank Schönheit
b45e9ea979 #i107845# when composing the new filter, *first* use the old filter, then the new one - order matters 2010-01-04 11:08:25 +00:00
Ocke Janssen [oj]
6f4bc5831a dba33e: #i107717# allow the command definition to define the column names which should be shown 2009-12-21 14:42:31 +01:00
Ocke Janssen [oj]
1eac49df5c dba33e: remove unused header 2009-12-18 07:02:42 +01:00
Ocke Janssen [oj]
01b25b739d Automated merge with http://hg.services.openoffice.org/cws/dba33e 2009-12-17 17:25:59 +01:00
Ocke Janssen [oj]
c88d53d9d3 merged 2009-12-17 16:39:40 +01:00
Frank Schoenheit [fs]
1806dfd473 dba33e: #i107438# allow loading documents hidden, by ensuring the document definition stays alive as long as the document is alive 2009-12-16 23:25:02 +01:00
Ocke Janssen [oj]
6fd6b96682 dba33e: #i107717# impl first entry points for db extensions 2009-12-16 12:46:33 +01:00
Ocke Janssen [oj]
ae3daf0025 dba33e: #i107715# check if parser is valid 2009-12-16 12:22:02 +01:00
Mathias Bauer
39c670a497 #i107706#: liquidate goodies module 2009-12-15 21:55:40 +01:00
Frank Schoenheit [fs]
af7a32f339 dba33d: merge after pulling change sets from CWS dba33b 2009-12-14 21:31:11 +01:00
Vladimir Glazunov
9b25150320 CWS-TOOLING: integrate CWS ooo32gsl09_DEV300 2009-12-14 10:54:46 +01:00
Frank Schoenheit [fs]
fa686e83d6 dba33b: #i10000# who would have thought the Solaris compiler includes the const-ness of a method argument in the name mangling ... 2009-12-11 22:34:04 +01:00
Frank Schoenheit [fs]
7656470fba dba33b: #i10000# 2009-12-11 21:30:24 +01:00
Frank Schoenheit [fs]
082823a7e7 dba33d: merge after pulling the latest changes from CWS dba33b 2009-12-11 13:27:24 +01:00
Frank Schoenheit [fs]
1f3b28fe29 autorecovery: made JumpMark a argument of the to-be-created view.
For this purpose, the loader moves this argument from the loader args to the args which are later
passed to XModel2.createViewController, and the Controller implementation retrieves it from there.
(In this course, XController2.getCreationArguments has been introduced, and implemented in the two
known XController2 implementations in the code base.)
2009-12-11 11:28:14 +01:00
Frank Schoenheit [fs]
d00fe5a50a mysqlconnector: initial import from CWS mysqlnative 2009-12-11 09:51:25 +01:00
Ocke Janssen [oj]
c7693e1f24 dba33d: merge 2009-12-10 11:35:53 +01:00
Ocke Janssen [oj]
c66201b66d dba33d: merge with DEV300_m67 2009-12-10 07:40:02 +01:00
Frank Schoenheit [fs]
954c326ed8 dba33b: merge CWS head with head resulting from pulling DEV300_m67 2009-12-09 22:07:29 +01:00
Vladimir Glazunov
134c579568 CWS-TOOLING: integrate CWS killnonpro 2009-12-09 19:10:19 +01:00
Ocke Janssen [oj]
271be244a0 dba33e: if database is read only start with READ_ONLY concurrency 2009-12-08 08:16:52 +01:00
Mathias Bauer
6f02e1ebf0 next merge 2009-12-07 17:54:30 +01:00
Kurt Zenker
f17e58864d masterfix: #i10000# fixed conflict resolutions 2009-12-07 13:51:59 +01:00
Frank Schönheit
178209c0dc #i107485# 2009-12-07 11:22:08 +00:00
Mathias Bauer
dc30b423e4 merge to m67 2009-12-05 19:29:07 +01:00
Frank Schoenheit [fs]
856f7afd64 merge 2009-12-03 14:18:43 +01:00
Frank Schoenheit [fs]
54215626ef dba33b: #i107369# don't use hierachical access when reading the node values, this is not supported with non-trivial names (e.g. names containing spaces etc.) 2009-12-03 14:08:48 +01:00
Mathias Bauer
2cf617e18d more resync fixes 2009-12-03 08:37:11 +01:00
Mathias Bauer
de6a8af6a7 more resync fixes 2009-12-03 08:26:03 +01:00
Ocke Janssen [oj]
10a820304c merge 2009-12-02 15:03:47 +01:00
Mathias Bauer
eb212e1b70 merge with db33a 2009-12-02 13:40:39 +01:00
Ocke Janssen [oj]
8c16873399 Merge 2009-12-02 12:34:00 +01:00
Kurt Zenker
a6b178909a CWS-TOOLING: integrate CWS dba33a 2009-12-01 13:17:08 +01:00
Oliver Bolte
0d6303e1f0 CWS-TOOLING: integrate CWS dba32j
2009-11-26 09:30:10 +0100 msc  r277648 : #100000 fix urgent testscript error
2009-11-25 10:27:56 +0100 msc  r277625 : #i100000 fix urgent testscript error
2009-11-17 22:16:46 +0100 fs  r277544 : CWS-TOOLING: rebase CWS dba32j to branches/OOO320@277531 (milestone: OOO320:m5)
2009-11-17 14:26:47 +0100 fs  r277535 : ooops, didn't mean to commit this uncommented line
2009-11-14 20:50:29 +0100 fs  r277505 : add a --disable-pango switch to SM's configure options, and add a patch which makes certain code respect it (well, respect it better than currently, by not using some pango_x_* functions, which are not always available, even when pango itself is present)
2009-11-14 20:47:41 +0100 fs  r277504 : spelling
2009-11-13 14:04:00 +0100 fs  r277502 : #i100764# (commit approved by ab@openoffice.org): getModelFromBasic: do not start with the parent's parent when looking for ThisComponent, but walk up the anchestor chain, starting with the immediate parent
2009-11-13 11:04:15 +0100 fs  r277496 : #i100764# better heuristics for determining whether or not to participate in the ThisComponent game
2009-11-13 11:02:30 +0100 fs  r277495 : #i100764# set the WB_EXT_DOCUMENT style at the backing component's container window, when creating it without the TaskCreator (which would normally do this)
2009-11-11 13:49:11 +0100 fs  r277452 : #i106816#
2009-11-11 13:48:53 +0100 fs  r277451 : fix the CREATETARBAL target, which is expected to create the zips used as prebuilts. The *inc.zip missed the NSS files in case NSS was built externally
2009-11-11 12:15:34 +0100 fs  r277449 : update ignore list
2009-11-11 12:09:23 +0100 fs  r277448 : add a link to the Mozilla build tools download location
2009-11-11 12:07:16 +0100 fs  r277447 : add a link to the Mozilla build tools download location
2009-11-06 16:23:12 +0100 fs  r277393 : #i106643#
2009-11-03 23:20:29 +0100 fs  r277328 : #i106574#
reverted the recent fix for issue #i105235#, and implemented a better one.
2009-11-02 12:59:48 +0100 fs  r277294 : #i106550# errorOccured: also display the error when we're not in a nested form action - form actions are allowed to be triggered by other instances as well
2009-12-01 09:53:35 +00:00
Kurt Zenker
b47c8e3cce CWS-TOOLING: integrate CWS dba32i_DEV300 2009-12-02 13:43:47 +01:00
Ocke Janssen [oj]
d14913816d add new line at end 2009-12-01 07:14:41 +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
Jens-Heiner Rechtien
c418aa2076 dba33a: summary migration from SVN
2009-11-06 13:10:39 +0000 msc  r277387 : minor fix for automatic test
2009-11-06 13:09:33 +0000 msc  r277385 : minor fix for automatic test
2009-11-06 12:30:57 +0000 fs  r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ...
2009-11-06 12:13:34 +0000 fs  r277382 : this diagnostic code should not have slipped in
2009-11-05 13:21:06 +0000 fs  r277369 : SHL2NOCHECK=TRUE (requested by hjs)
2009-11-04 14:09:46 +0000 msc  r277355 : minor fix for automatic testing
2009-11-04 13:23:02 +0000 msc  r277352 : minor fix for automatic testing
2009-11-04 10:53:28 +0000 msc  r277341 : minor fix for automated testscript
2009-11-04 08:30:58 +0000 msc  r277333 : minor fix for automatic test
2009-11-04 08:15:43 +0000 msc  r277332 : minor fix for automatic test
2009-11-03 14:25:44 +0000 fs  r277324 : #i10000#
2009-11-03 09:47:47 +0000 fs  r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs
2009-11-03 08:50:24 +0000 fs  r277312 : use createTempFileURL, which cares for some more specialities ...
2009-11-03 08:44:55 +0000 fs  r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM)
2009-10-22 13:06:17 +0000 fs  r277126 : removed wrong assertion
2009-10-21 08:10:35 +0000 fs  r277077 : reverted the previous change, which was nonsense
2009-10-21 07:19:43 +0000 fs  r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE
2009-10-21 07:08:35 +0000 fs  r277075 : spare useless call
2009-10-20 21:26:31 +0000 fs  r277072 : #i10000#
2009-10-20 08:06:04 +0000 fs  r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62)
2009-10-16 09:55:25 +0000 fs  r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch
2009-10-15 13:18:52 +0000 fs  r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks.
2009-10-15 13:06:51 +0000 fs  r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk)
2009-10-15 12:52:39 +0000 fs  r276939 : #i10000#
2009-10-15 12:44:26 +0000 fs  r276938 : #i10000#
2009-10-15 12:00:33 +0000 fs  r276936 : #i10000#
2009-10-15 10:31:37 +0000 fs  r276934 : #i105259# prepare for the Hidden arg
2009-10-15 10:31:05 +0000 fs  r276933 : IsMaximized -> const
2009-10-15 09:50:15 +0000 fs  r276932 : during #i105259#:
introduce an option to the layout manager to preserve, if possible, the size of the content window
when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing.
(the option is incompatible with in-place editing, anyway)
This is because such embedded objects couple the (content) window size to the VisAreaSize, in that
both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize,
and restores it upon next open. This, however, leads to different content window sizes when the
window is closed with another toolbar set than used during opening.
This patch here prevents those different content window sizes. Also, now the content window size
doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content
window size stays the same, and the container window size is adjusted.
2009-10-15 09:32:41 +0000 fs  r276931 : during #i105259#: UNO access to more attributes of top windows
2009-10-15 09:30:28 +0000 fs  r276930 : indention corrected (better readable)
2009-10-15 09:26:46 +0000 fs  r276929 : during #i105259#: access to more attributes of top windows
2009-10-14 10:04:39 +0000 fs  r276889 : connecting via services manager, not naming service
2009-10-12 11:31:08 +0000 fs  r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist
2009-10-12 11:24:44 +0000 fs  r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties
2009-10-08 08:20:58 +0000 fs  r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified
2009-10-07 19:19:42 +0000 fs  r276770 : #i105198# do not pass an CommandType if we do not have a command
2009-10-07 17:39:36 +0000 fs  r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol
2009-10-07 12:59:17 +0000 fs  r276754 : #i87693#
2009-10-07 11:19:22 +0000 fs  r276752 : #i10000#
2009-10-07 10:21:08 +0000 fs  r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller)
2009-10-07 10:04:08 +0000 fs  r276747 : copying the changes from CWS fwk121 herein, in particular the fix for
issue #i105371#
2009-10-07 09:58:30 +0000 fs  r276746 : copying the changes from CWS fwk121 herein, in particular the fix for
issue #i105371#
2009-10-07 09:48:14 +0000 fs  r276744 : removed (now) pointless assertion
2009-10-07 06:59:19 +0000 fs  r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol
2009-10-07 06:44:43 +0000 fs  r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release:
when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing
the ref count, again. This ensures that our adapter cannot create references to the dying object anymore.
(A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous
release/dispose/destroy pattern, namely WeakComponentImplHelperBase)
2009-10-07 06:37:20 +0000 fs  r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying
2009-10-06 21:58:24 +0000 fs  r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool)
2009-10-06 21:51:16 +0000 fs  r276733 : log the name of the data source which cannot be revoked
2009-10-06 21:50:41 +0000 fs  r276732 : more detailed error message when cleanup fails
2009-10-06 21:50:01 +0000 fs  r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet
revealed some inconsistencies, in whether the objects are cached by their URL, or by their
registration name. This has been changed to caching by registration name.
2009-10-06 13:50:34 +0000 fs  r276714 : print diagnostics when we cannot clean up the test case
2009-10-06 13:45:02 +0000 fs  r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed
2009-10-06 12:52:46 +0000 fs  r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable
(timing-dependent) results/failures. Instead, every test sets up a new odb file.
Also, did some re-factoring, improved the cleanup code, and caught a few more errors.
2009-10-06 12:51:07 +0000 fs  r276710 : DBTools taking a logger now
2009-10-06 12:50:42 +0000 fs  r276709 : taking a PrintWriter for logging purpose
2009-10-06 12:50:03 +0000 fs  r276708 : DBTools taking a logger now
2009-10-06 12:49:22 +0000 fs  r276707 : typo
2009-10-06 12:49:03 +0000 fs  r276706 : typo
2009-10-06 12:48:52 +0000 fs  r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class
2009-10-06 12:48:02 +0000 fs  r276704 : typo
2009-10-06 12:38:42 +0000 fs  r276702 : some better diagnostics, done during getting the API tests to work more reliably
2009-10-06 10:35:51 +0000 fs  r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence
2009-10-05 12:47:52 +0000 oj  r276677 : #i105607# check for read moved into if scope
2009-10-05 11:37:06 +0000 fs  r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create
2009-10-05 10:04:23 +0000 oj  r276673 : #i105607# check for read moved into if scope
2009-10-05 09:46:17 +0000 fs  r276671 : #i10000#
2009-10-05 08:43:58 +0000 fs  r276664 : #i105505#
release: dispose the (base classes) weak connection point before disposing ourself,
and in particular before temporarily incrementing our ref count, again.
This way, we prevent that a separate thread re-surrects us (using the weak connection
point's queryAdapted) while we're in the process of destruction
2009-10-05 08:41:49 +0000 fs  r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release)
2009-10-05 08:40:26 +0000 fs  r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead
2009-10-05 08:39:38 +0000 fs  r276661 : #i105505# diagnostics
2009-10-05 08:39:16 +0000 fs  r276660 : #i105505# +testDocumentRevenants
2009-10-05 08:36:01 +0000 fs  r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign
2009-10-04 19:53:30 +0000 fs  r276657 : #105560#
remove unused code
thanks to cmc@openoffice.org for submitting the patch
2009-10-04 19:50:28 +0000 fs  r276656 : #i105550# remove unused 'fire' method (thanks to cmc)
2009-10-03 16:13:15 +0000 fs  r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60)
2009-10-02 19:20:48 +0000 fs  r276651 : #i104117# lotta changed IDs ...
2009-10-02 10:52:24 +0000 fs  r276634 : #i105505#
If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized.
In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl
call attachResource. This ensures that the model is initialized completely, including firing the necessary
events.
2009-10-02 10:51:08 +0000 fs  r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document
2009-10-01 11:10:13 +0000 fs  r276597 : do not rely on the name 'Standard' for the one and only form in a document
2009-10-01 10:36:29 +0000 fs  r276590 : #i105509# don't rely on default form component names, use indexes
2009-10-01 09:12:20 +0000 fs  r276582 : #i105505#
2009-09-30 07:55:21 +0000 fs  r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion
2009-09-30 07:53:22 +0000 fs  r276541 : removed unneeded methods
2009-09-30 06:35:59 +0000 fs  r276538 : #i10000#
2009-09-29 13:45:02 +0000 fs  r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113#
2009-09-29 10:27:10 +0000 fs  r276520 : #i105367#
2009-09-29 08:46:45 +0000 fs  r276510 : #i104956# cleaned up the makefiles
2009-09-28 21:00:07 +0000 fs  r276505 : #i104117# sourced those IDs out from extension.hrc
2009-09-28 20:59:05 +0000 fs  r276504 : no need to let one FREE...
2009-09-28 20:53:36 +0000 fs  r276503 : #i104117#
cleaned up the mess with help IDs in module extensions.
Formerly, extensions used to use help IDs which were declared in module svx, and vice versa.
Also, help ID ranges were not respected.
2009-09-28 11:25:36 +0000 fs  r276489 : typo
2009-09-28 11:25:10 +0000 fs  r276488 : #i105235#
2009-09-24 11:53:16 +0000 fs  r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document)
2009-09-24 09:42:28 +0000 fs  r276415 : #i105234# proper zoom handling for the nav bar
2009-09-24 09:42:19 +0000 fs  r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double
2009-09-16 11:11:43 +0000 fs  r276195 : #i105082#
consolidated the sub storage handling, by delegating more functionality into
the DocumentStorageAccess class. As a result, there won't be that many unnecessary
commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages
and DocumentStorageAccess::m_aExposedStorages) have been consolidated.
This is not really part of the fix of issue 105082, but it helped reducing the
calls to the storage/package implementation.
2009-09-15 21:42:27 +0000 fs  r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures)
2009-09-15 20:20:23 +0000 fs  r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved
2009-09-15 20:19:29 +0000 fs  r276187 : do not continue loading when the controller initialization throws an error
2009-09-14 12:25:57 +0000 fs  r276119 : oops, this patch was not intended for this CWS
2009-09-14 12:13:57 +0000 fs  r276114 : #cr6875455# introduce a ReferenceDevice property for various control models
2009-09-14 10:33:02 +0000 fs  r276106 : removed dead file
2009-09-09 08:37:31 +0000 fs  r275972 : remove OSL_TRACE in VCLXButton dtor
2009-09-08 11:19:17 +0000 oj  r275926 : i76534# remove mnemonic from fixed text
2009-09-07 08:39:37 +0000 fs  r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00: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
Mathias Bauer
277dfe5fdd merge commit for m65 2009-11-23 17:39:22 +01:00
Frank Schoenheit [fs]
f82ce50832 [CWS autorecovery] removed the dead code for loading in a separate thread
Part of the code relied in the SfxCancellable, which is going to be removed.
Also, this feature wasn't used anymore for a long time now, if we want to have
it, again, we should better re-implement it.
2009-11-23 14:28:55 +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
mb93783
0f3ad28a2f #i106432#, #i103496#: some fixes found while building on more platforms 2009-11-04 15:39:48 +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
Ocke Janssen
5992a8c1aa i105959# simply logic again 2009-11-02 07:24:27 +00:00
Frank Schoenheit [fs]
75cff37d22 re-factoring, in preparation of fixing issue #i67020# 2009-10-30 15:06:20 +01:00
Ocke Janssen
1c9a2c6653 #i105959# duplicate contion row when new or criteria was found 2009-10-30 13:47:31 +00: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
Mathias Bauer
9d94720416 merge commit for m62 2009-10-26 17:41:29 +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
Ocke Janssen
87a9e9e2f2 #i105959# handle parameter like column_ref 2009-10-23 05:11:59 +00:00
Ocke Janssen
cc0711e19e #i106215# truncate file stream before using it for storage 2009-10-23 07:04:02 +02:00
Ocke Janssen
4528c67fb6 #i105959# change config when doc location has changed 2009-10-22 11:53:23 +00:00
Frank Schönheit
f27aef916c during #i104329#: got rid of DataSourceUI, whose functionality can be reached easier since the database/type information is configuration-based. In this course, got rid of some other duplicated and/or unnecessary code 2009-10-16 15:29:36 +02:00
Frank Schönheit
6660ab0b99 #i104329# introduce a dedicated PrimaryKeySupport property at DataSource.Settings, which determines whether a data source should (be assumed to) support primary keys. Valid values are TRUE (=> supports), FALSE (=> doesn't support) and VOID (=> use the old heuristics, i.e. consult XDatabaseMetaData.supportsCoreSQLGrammar) 2009-10-16 14:16:52 +02:00
Mathias Bauer
4288d22fab #i103496#: split svtools; improve ConfitItems 2009-10-16 00:05:16 +02:00
Kurt Zenker
8bd768c010 CWS-TOOLING: integrate CWS dba32h
2009-10-12 12:21:44 +0200 msc  r276827 : remove warning for issue 102712 because the issue is fixed
2009-10-05 07:14:20 +0200 oj  r276658 : #105585# add missing dependency for OOO_UI
2009-10-02 12:50:19 +0200 fs  r276632 : #i105505#
If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized.
In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl
call attachResource. This ensures that the model is initialized completely, including firing the necessary
events.
2009-10-02 12:46:12 +0200 fs  r276631 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document
2009-10-01 13:09:07 +0200 fs  r276596 : do not rely on the name 'Standard' for the one and only form in a document
2009-10-01 12:35:56 +0200 fs  r276589 : #i105509# don't rely on default form component names, use indexes
2009-10-01 11:19:18 +0200 fs  r276584 : copying the fix for #i105082# into this CWS
2009-10-01 11:13:22 +0200 fs  r276583 : improved logs
2009-10-01 11:10:44 +0200 fs  r276581 : #i105505#
2009-10-01 08:07:57 +0200 fs  r276575 : manual merge of trunk, to allow cwslocalize to run
2009-09-30 22:48:30 +0200 fs  r276574 : removed that strange ONLOAD definition
2009-09-30 12:58:18 +0200 fs  r276553 : copy fix for #i105387# into this CWS, as the issue prevents us from finalizing the CWS
2009-09-30 12:56:45 +0200 fs  r276552 : copy fix for #i105387# into this CWS, as the issue prevents us from finalizing the CWS
2009-09-30 11:47:45 +0200 fs  r276549 : #i105235#
2009-09-29 12:27:40 +0200 fs  r276521 : #i105367#
2009-09-28 12:08:17 +0200 oj  r276485 : #i105371# export version in manifest.xml as well
2009-09-28 12:07:02 +0200 oj  r276484 : #i105371# export version in manifest.xml as well
2009-09-28 09:48:01 +0200 oj  r276481 : #i105366# init drivers when not empty
2009-09-25 14:31:27 +0200 fs  r276466 : CWS-TOOLING: rebase CWS dba32h to trunk@276429 (milestone: DEV300:m60)
2009-09-24 13:52:54 +0200 fs  r276422 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document)
2009-09-24 11:42:03 +0200 fs  r276413 : #i105234# proper zoom handling for the nav bar
2009-09-24 11:41:40 +0200 fs  r276412 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double
2009-09-23 12:21:22 +0200 oj  r276377 : remove dos lineends
2009-09-23 11:44:52 +0200 oj  r276376 : #i105216# load config on demand
2009-09-23 11:44:19 +0200 oj  r276375 : #i105216# load config on demand
2009-09-23 11:43:35 +0200 oj  r276374 : #i105216# load config on demand
2009-09-21 09:13:03 +0200 oj  r276307 : #i105158# use Thread support
2009-09-18 13:06:50 +0200 fs  r276277 : #i105147#
2009-09-18 11:48:23 +0200 oj  r276271 : #i105158# new method for thread safety
2009-09-18 10:42:56 +0200 fs  r276266 : CWS-TOOLING: rebase CWS dba32h to trunk@276192 (milestone: DEV300:m59)
2009-09-18 08:30:03 +0200 oj  r276263 : #i105016# load correct ldap so
2009-09-17 13:42:31 +0200 oj  r276240 : change count of check boxes
2009-09-17 13:32:59 +0200 oj  r276239 : revert false to true for currency
2009-09-17 09:14:46 +0200 oj  r276220 : #i104901# add patch for every issue
2009-09-17 09:10:29 +0200 oj  r276219 : #i104901# add patch for every issue
2009-09-11 13:47:49 +0200 oj  r276060 : #i104901# fix for indentity
2009-09-11 12:14:14 +0200 fs  r276056 : #i104594# allow to render controls without an SdrPageView
2009-09-11 11:49:31 +0200 fs  r276055 : CWS-TOOLING: rebase CWS dba32h to trunk@276043 (milestone: DEV300:m58)
2009-09-10 08:41:40 +0200 oj  r276021 : #i104911# export variable-set not for repeating sections
2009-10-14 18:48:09 +00:00
Mathias Bauer
94b766188d #103496#: move VCL free ConfigItems to unotools 2009-10-06 07:38:24 +02:00
Mathias Bauer
7ad2b927fb merge commit 2009-09-25 21:47:16 +02:00
Ivo Hinkelmann
ba51104537 CWS-TOOLING: integrate CWS encsig09
2009-09-14 15:11:29 +0200 oc  r276125 : #i105049# MacroSignatur needs Macro
2009-09-09 17:09:46 +0200 jl  r276005 : #i103989# could not signe encrypted doc containing a formular object
2009-09-09 13:11:24 +0200 jl  r275985 : #i103989# could not signe encrypted doc containing a formular object
2009-09-08 15:54:02 +0200 mav  r275934 : #i103906# fix the automation test scenario ( tempfile should be writable for the user )
2009-09-07 14:01:39 +0200 mav  r275895 : #i103906# fix the problem with reload
2009-09-07 09:34:48 +0200 mav  r275871 : #i104786# do the ODF version check only for ODF documents
2009-09-07 08:19:06 +0200 mav  r275870 : #i104389# fix text
2009-09-06 22:24:21 +0200 mav  r275867 : #i104786# check the consistency of ODF version
2009-09-06 22:23:24 +0200 mav  r275866 : #i104786# check the consistency of ODF version
2009-09-06 22:23:00 +0200 mav  r275865 : #i104786# check the consistency of ODF version
2009-09-06 22:22:36 +0200 mav  r275864 : #i104786# check the consistency of ODF version
2009-09-06 22:22:03 +0200 mav  r275863 : #i104786# check the consistency of ODF version
2009-09-02 17:09:30 +0200 mav  r275722 : #i104715# let repairing mechanics use the streams correctly
2009-09-01 16:52:49 +0200 mav  r275670 : #i104389# notify user not to trust the corrupted document
2009-09-01 16:31:37 +0200 mav  r275668 : #i104389# use vnd.sun.star.zip: protocol to access zip files
2009-09-01 16:30:32 +0200 mav  r275667 : #i104389# use vnd.sun.star.zip: protocol to access zip files
2009-09-01 16:22:13 +0200 jl  r275666 : #i104339# small content change
2009-09-01 14:20:42 +0200 jl  r275660 : #i103519# remove some debug output
2009-09-01 13:51:52 +0200 jl  r275659 : #i103519# NSS uses '\' for escaping in distinguished names
2009-09-01 12:49:47 +0200 mav  r275655 : #i104389# use zip-mode to read from jar files
2009-09-01 12:40:22 +0200 mav  r275653 : #i104389# use zip-mode to read from jar files
2009-09-01 12:32:29 +0200 mav  r275652 : #i104389# use constants
2009-08-31 21:58:00 +0200 mav  r275637 : #i10000# fix warning
2009-08-31 21:11:17 +0200 mav  r275636 : #i104227# adding of scripting signature removes the document signature
2009-08-31 20:55:05 +0200 mav  r275635 : #i103905# ZipStorage supports Compressed property
2009-08-31 20:53:55 +0200 mav  r275634 : #i103905# adjust macro signature transfer to usage of ZipStorage
2009-08-31 15:30:49 +0200 jl  r275609 : #i103989# warning is shown as long the user does not click 'OK' 
2009-08-31 14:36:10 +0200 jl  r275608 : #i103989# changed warning text when signing macro and there is a document signature. This warning is only displayed once
2009-08-31 13:34:41 +0200 mav  r275603 : #i104452# disable macros in repaired documents
2009-08-31 13:33:42 +0200 mav  r275602 : #i104452# disable macros in repaired documents
2009-08-31 13:03:56 +0200 jl  r275600 : #i45212# signature dialog could not be started when using read-only documents 
2009-08-31 09:26:13 +0200 mav  r275583 : #i104578# store the additional entry as the last one to workaround parsing problem in OOo3.1 and later
2009-08-30 20:54:25 +0200 mav  r275562 : #i10000# adopt for unix
2009-08-30 10:56:00 +0200 mav  r275561 : CWS-TOOLING: rebase CWS encsig09 to trunk@275331 (milestone: DEV300:m56)
2009-08-28 16:34:00 +0200 mav  r275539 : #i104578# write necessary info in manifest.xml for ODF1.2 encrypted document
2009-08-28 14:04:22 +0200 mav  r275533 : #104587# fix handling of readonly streams
2009-08-28 13:58:10 +0200 mav  r275531 : #i104389# fix the broken document handling
2009-08-28 11:40:39 +0200 mav  r275522 : #i104389# fix the signature streams check
2009-08-27 21:48:12 +0200 mav  r275509 : #i103927# show the warning
2009-08-27 21:47:48 +0200 mav  r275508 : #i103927# show the warning
2009-08-27 16:45:59 +0200 jl  r275495 : #i45212# remove unused variable
2009-08-27 16:34:00 +0200 jl  r275494 : #i103989#
2009-08-27 13:54:28 +0200 jl  r275482 : #i103519# fixed replacement of 'S' by 'ST'
2009-08-27 12:32:21 +0200 mav  r275472 : #i10000# fix warning
2009-08-27 11:58:11 +0200 mav  r275467 : #i104389# handle the entry path correctly
2009-08-26 17:18:35 +0200 jl  r275438 : #i103519# subject and issuer distinguished names were not properly displayed. The strings were obtained by system functions (Windows, NSS), which use quotes to escape the values, when they contain special characters
2009-08-26 11:00:20 +0200 mav  r275403 : #i10000# fix warnings
2009-08-26 08:25:45 +0200 mav  r275392 : #i10000# fix warning
2009-08-26 08:02:22 +0200 mav  r275391 : #i10000# adopt for linux
2009-08-26 07:40:30 +0200 mav  r275390 : #i10000# fix warning
2009-08-26 07:35:28 +0200 mav  r275389 : #i10000# use correct include file name
2009-08-25 15:01:41 +0200 jl  r275356 : #i103989# better check for mimetype of streams
2009-08-25 09:07:09 +0200 mav  r275335 : CWS-TOOLING: rebase CWS encsig09 to trunk@274622 (milestone: DEV300:m54)
2009-08-24 18:17:02 +0200 mav  r275329 : #i103927# check the nonencrypted streams
2009-08-24 18:14:14 +0200 mav  r275328 : #i103927# check the nonencrypted streams
2009-08-24 17:59:34 +0200 mav  r275327 : #i103927#,#i104389# check the package consistency and nonencrypted streams
2009-08-24 16:18:28 +0200 jl  r275323 : #i103989# added comment
2009-08-24 13:08:47 +0200 jl  r275305 : #i45212# #i66276# only write the X509Certificate element once and allow to add remove several certificates at a time
2009-08-21 12:57:28 +0200 ufi  r275239 : 104339
2009-08-21 08:39:05 +0200 jl  r275213 : #i10398# comparing URIs of signed files with the 'element list'
2009-08-20 13:39:47 +0200 jl  r275178 : #i10398# displaying 'new partially signed' status in the status bar
2009-08-20 13:35:39 +0200 jl  r275177 : #i10398# displaying 'new partially signed' status in the status bar
2009-08-20 13:29:06 +0200 jl  r275176 : #i10398# displaying 'new partially signed' status in the status bar
2009-08-20 13:26:21 +0200 jl  r275175 : #i10398# displaying 'new partially signed' status in the status bar
2009-08-20 12:05:09 +0200 ufi  r275170 : i104339
2009-08-19 12:24:54 +0200 jl  r275146 : #i10398# displaying 'old signature' icon and status in signature dialog
2009-08-18 15:18:48 +0200 jl  r275111 : #i103989# document signatures containing manifest.xml are now validated according to the final ODF1.2 spec
2009-08-18 11:41:06 +0200 mav  r275087 : #i103927# detect if encrypted ODF1.2 document contains nonencrypted streams
2009-08-18 11:35:13 +0200 mav  r275085 : #i103927# detect if encrypted ODF1.2 document contains nonencrypted streams
2009-08-14 17:32:41 +0200 jl  r274999 : #i103989# using c14n tranformation for XML streams
2009-08-14 15:27:43 +0200 jl  r274987 : #i103989# remove special handling for encrypted document streams in UriBindingHelper::OpenInputStream, since we use zip storage this is not necessary anymore
2009-08-14 15:08:10 +0200 jl  r274983 : #i103989# Showing a message when adding or removing a macro signature, that the document signature will be removed
2009-08-14 14:57:27 +0200 jl  r274982 : #i103989# accesing Sequence at invalid index
2009-08-11 08:55:02 +0200 mav  r274846 : #i103905# let signing service know if there is already a valid document signature
2009-08-10 11:33:37 +0200 jl  r274799 : #i103905# do not truncate the stream
2009-08-10 10:43:47 +0200 mav  r274797 : #i103905# provide the storage version
2009-08-07 16:58:46 +0200 jl  r274780 : #i103989#
2009-08-07 16:56:19 +0200 jl  r274779 : #i103989# using odf version string etc.
2009-08-07 15:20:53 +0200 mav  r274771 : #i103905# provide the storage version
2009-08-07 15:19:12 +0200 mav  r274770 : #i103905# provide the storage version
2009-08-07 12:41:45 +0200 mav  r274758 : #103930# do not store thumbnail in case of encrypted document
2009-08-07 12:36:52 +0200 mav  r274757 : #i103905# provide the storage version
2009-08-07 12:15:54 +0200 mav  r274754 : #i103760# the signed state is not lost on saving
2009-08-07 12:06:19 +0200 mav  r274753 : #i103760# avoid warning regarding signature removal on export
2009-08-07 12:06:01 +0200 mav  r274752 : #i103760# avoid warning regarding signature removal on export
2009-08-06 08:47:34 +0200 mav  r274703 : #i103905# allow to transport ODF version to the signing component
2009-08-05 21:34:42 +0200 mav  r274701 : #i103905# allow to transport ODF version to the signing component
2009-08-05 15:48:17 +0200 mav  r274683 : #i103905# allow to transport ODF version to the signing component
2009-08-05 14:58:12 +0200 jl  r274673 : #i103989# documentsignature now signes all streams except documentsignatures.xml, all streams are processed as binary files
2009-08-05 12:00:32 +0200 mav  r274648 : #i103905# allow to transport ODF version to the signing component
2009-08-04 10:57:04 +0200 jl  r274612 : #i103989# added XInitialization
2009-07-31 10:32:27 +0200 mav  r274516 : #i103905# use zip storage to sign documents
2009-07-30 14:01:33 +0200 mav  r274489 : #i103906# optimize the usage of temporary medium
2009-07-30 14:00:28 +0200 mav  r274488 : #i103906# optimize the usage of temporary medium
2009-07-30 13:59:09 +0200 mav  r274487 : #i103906# optimize the usage of temporary medium
2009-07-30 13:50:44 +0200 mav  r274485 : #i103906# optimize the usage of temporary medium
2009-07-30 13:49:53 +0200 mav  r274484 : #i103906# optimize the usage of temporary medium
2009-07-30 13:49:13 +0200 mav  r274483 : #i103906# optimize the usage of temporary medium
2009-07-30 13:47:09 +0200 mav  r274482 : #i103905#,#i103906# let the signing process use zip-storage; optimize the usage of temporary medium
2009-07-21 09:10:31 +0200 mav  r274159 : CWS-TOOLING: rebase CWS encsig09 to trunk@273468 (milestone: DEV300:m51)
2009-05-05 08:39:01 +0200 mav  r271496 : #i100832# allow to sign macros only when there are any
2009-09-17 13:53:54 +00:00
Ivo Hinkelmann
b182bf5150 CWS-TOOLING: integrate CWS l10nframework01 2009-09-16 11:45:54 +00:00