summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/makefile.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]1-5/+1
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-5/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-01autorecovery: more sophisticated configuration data for interaction handlersFrank Schoenheit [fs]1-1/+2
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.
2008-04-11INTEGRATION: CWS changefileheader (1.8.372); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 12:48:12 rt 1.8.372.1: #i87441# Change license header to LPGL v3.
2006-09-15INTEGRATION: CWS ause066 (1.7.220); FILE MERGEDOliver Bolte1-4/+3
2006/08/30 08:35:50 hjs 1.7.220.1: #i69087# - cleanup
2005-09-08INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 12:01:55 rt 1.6.62.1: #i54170# Change license header: remove SISSL
2005-05-24INTEGRATION: CWS c01v008 (1.5.34); FILE MERGEDRüdiger Timm1-3/+4
2005/05/23 12:50:17 cd 1.5.34.1: #123059 make option to 'not register' configurable
2005-03-15INTEGRATION: CWS c01v005 (1.4.228); FILE MERGEDOliver Bolte1-5/+5
2005/03/02 12:09:38 hjs 1.4.228.1: #119245# move processing to solenv
2004-08-31INTEGRATION: CWS cfglogging (1.2.114); FILE MERGEDKurt Zenker1-2/+3
2004/08/26 12:16:28 jb 1.2.114.1: #i33383# Ensure correct processing for LDAP.xcu
2004-08-20INTEGRATION: CWS syssettings01 (1.2.70); FILE MERGEDRüdiger Timm1-2/+3
2004/07/28 09:14:38 obr 1.2.70.1: #i21191#,#i8452#,#b4932088# made desktop locale settings available through configuration
2004-07-05INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDEDOliver Bolte1-0/+81
2004/05/18 15:43:10 jb 1.1.2.1: #i29185# Add local makefiles in each source directory