Commit graph

24237 commits

Author SHA1 Message Date
Frank Schoenheit [fs]
c4c7ace982 autorecovery: commit resolved merge (after rebase to m71) 2010-02-04 10:38:39 +01:00
Ocke Janssen [oj]
74137bac79 Merge from DEv300:m71 2010-02-04 09:18:33 +01:00
Michael Stahl
6748e92d0b sw33bf02: offapi: com.sun.star.text.textfield.MetadataField: fix broken links 2010-02-03 18:09:52 +01:00
Niklas Nebel
b7f50bb7e2 datapilotapi: merge with DEV300_m71 2010-02-03 17:21:54 +01:00
Caolán McNamara
48b6b43693 cmcfixes71: merge with DEV300 m71 2010-02-03 15:42:20 +00:00
sb
a55d2f6a21 sb118: makefile dependencies fix 2010-02-03 11:16:28 +01:00
Frank Schoenheit [fs]
a98059194c 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
Niklas Nebel
e0a6d51d58 datapilotapi: #i42199# import descriptor / source service in DataPilotDescriptor 2010-02-02 17:14:28 +01:00
sb
bc91905036 sb111: #i108461# merged in more cws/fwk137 2010-02-02 17:12:56 +01:00
sb
24f0ca25da sb111: #i108461# merged in cws/fwk137 2010-02-02 17:07:12 +01:00
Mikhail Voytenko
a06b295cb3 #i50885# get rid of ellipses in long paths 2010-02-02 16:56:25 +01:00
Mikhail Voytenko
447eb54650 #i50885# avoid memory problems 2010-02-02 14:04:59 +01:00
Frank Schoenheit [fs]
12e05fb593 autorecovery: #i10000# 2010-02-01 23:40:41 +01:00
Frank Schoenheit [fs]
24221a00e3 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
Niklas Nebel
5c7aafa859 datapilotapi: #i108295# XModifyBroadcaster for DataPilotTable 2010-02-01 18:15:10 +01:00
sb
3c92a1cca4 sb119: merged in DEV300_m70 2010-02-01 10:41:16 +01:00
sb
02a4c12619 sb119: #i108371# preserve potential 128bit stack alignment in gcc3_linux_intel UNO bridge (based on a patch by ecatmur) 2010-02-01 09:40:00 +01:00
sb
a51028098a sb119: #i108244# small fix for Linux socket handling (patch by olistraub) 2010-02-01 09:25:10 +01:00
Mikhail Voytenko
da599549cc #i50885# fix build problem 2010-01-31 20:20:27 +01:00
sb
f4d7dfdfba 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
Mikhail Voytenko
5ba32a9abf #i50885# let some files support C++ syntax and use dynamic memory for long pathes 2010-01-29 16:56:48 +01:00
Jens-Heiner Rechtien
f2d42284e8 ab71: merge with DEV300_m63 2010-01-29 15:36:08 +00:00
Jens-Heiner Rechtien
b3a91e5ead ab71: merge with DEV300_m54 2010-01-29 15:26:37 +00:00
Frank Schoenheit [fs]
9df0e540cb autorecovery: saveToRecoveryFile => storeToRecoveryFile 2010-01-29 15:38:20 +01:00
Ivo Hinkelmann
cb6dc8c0cb CWS-TOOLING: integrate CWS eraser01 2010-01-29 14:38:09 +01:00
Ivo Hinkelmann
be8d23b506 CWS-TOOLING: integrate CWS koheidatapilot03 2010-01-29 14:28:08 +01:00
Ivo Hinkelmann
30ec286882 CWS-TOOLING: integrate CWS calc32stopper9_DEV300 2010-01-29 14:07:38 +01:00
Frank Schoenheit [fs]
f8ac972b4c autorecovery: recover-hidden now also available for new (yet unsaved) forms/reports 2010-01-29 13:06:38 +01:00
Frank Schoenheit [fs]
42adaa75b7 autorecovery: recover forms/reports hidden, and show them when the main window is shown 2010-01-29 13:04:04 +01:00
sb
5611c35f04 sb119: #i107473# fix invalid static_cast (patch by dtardon) 2010-01-29 12:57:03 +01:00
sb
28c608e870 sb119: #i108764# avoid casts that are not strict-aliasing safe (patch by cmc) 2010-01-29 11:40:11 +01:00
sb
51686bbd2b sb119: #i107590# fixed documentation 2010-01-29 11:27:45 +01:00
sb
84ae8fd53c sb119: #i108560# avoid never-released StringHashTableImpl; simplified code 2010-01-29 11:13:17 +01:00
sb
d127b5cb9d sb119: #i108654# avoid casts that are not strict-aliasing safe (patch by cmc) 2010-01-29 10:48:57 +01:00
Frank Schoenheit [fs]
760fde3a70 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
Jens-Heiner Rechtien
ba2c74103a koheidatapilot03: merge with DEV300_m63 2010-01-28 19:19:29 +00:00
Jens-Heiner Rechtien
ad3b0ff404 koheidatapilot03: merge with DEV300_m60 2010-01-28 19:15:06 +00:00
Jens-Heiner Rechtien
89ef863090 koheidatapilot03: merge with DEV300_m57 2010-01-28 19:03:55 +00:00
Jens-Heiner Rechtien
4728462953 koheidatapilot03: merge with DEV300_m56 2010-01-28 18:49:22 +00:00
Henning Brinkmann
5d96c77fca writerfilter07: merged CWS swunolocking1 2010-01-28 16:54:57 +01:00
Ingrid Halama
4d25f2a419 chartmultiline: merge with DEV300_m70 2010-01-28 16:29:55 +01:00
Frank Schoenheit [fs]
bb091275da autorecovery: merged DocumentMacroConfirmationRequest2 into DocumentMacroConfirmationRequest - no need to have two types which are effectively the same, and both rarely used 2010-01-28 14:12:41 +01:00
Mikhail Voytenko
066fd01286 #i50885# workaround the CreateDirectoryW problem 2010-01-28 13:56:00 +01:00
thb
153ee9c87c eraser01: merge with DEV300 m70 2010-01-28 12:49:43 +01:00
Ingrid Halama
837894606a chartmultiline: #i82971# complex categories (part6 - allow editing of complex categories within chart data table ) 2010-01-28 10:52:28 +01:00
Ivo Hinkelmann
ea4622dcf7 CWS-TOOLING: integrate CWS s390xport02 2010-01-27 17:23:00 +01:00
Ivo Hinkelmann
393c8482b6 CWS-TOOLING: integrate CWS cmcfixes69 2010-01-27 16:26:13 +01:00
sb
86c002eb08 sb118: changed tools/debug to never fall back from writing to shell to writing to file, and read DBGSV_INIT from rtl::Bootstrap; the latter causes problems if tools/debug is called from static code executing before SAL_MAIN has called osl_setCommandArgs -> removed statics from code and added assertions to osl/process; various improvements to smoketests.cxx (incl. passing an appropriate dbgsv.ini for non-pro builds) 2010-01-27 16:23:59 +01:00
Ivo Hinkelmann
8ea5a0efee CWS-TOOLING: integrate CWS swunolocking1 2010-01-27 15:02:23 +01:00
Henning Brinkmann
b70da7fce2 writerfilter07: merged DEV300_m70 2010-01-27 13:08:32 +01:00