summaryrefslogtreecommitdiff
path: root/odk/examples/CLI
AgeCommit message (Collapse)Author
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK. Turns out this was explicitly included in ~all examples Makefiles, but only after settings.mk where it is now used, so include it in settings.mk now and dropped it from all the exmaples Makefiles. * The old settings.mk was apparently confused with using /MT ("link with LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link command line (where it was ignored), and you apparently can't pass both together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp. /MTd). No idea if that is exactly right, however. * Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and msvcrt.lib vs. msvcrtd.lib on Windows. Adapted examples Makefiles and /ure/source/uretest/Makefile accordingly. Some examples Makefiles additionally use msvcprt.lib, no idea whether that still needs to be addressed. Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2011-06-10Build specifically for x86 only as that is what cli_cppuhelper.dll isTor Lillqvist
2011-06-10Fix typo, add some comments, use build env if possible to find cli_*.dllTor Lillqvist
2011-06-10There is no dk.mk in settingsTor Lillqvist
2010-10-28jsc340: i115253: insert message windows onlyJuergen Schmidt
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]
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 Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-01autorecovery: more sophisticated configuration data for interaction handlersFrank Schoenheit [fs]
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-07-11INTEGRATION: CWS jsc21 (1.5.2); FILE MERGEDRüdiger Timm
2008/07/08 14:58:00 jsc 1.5.2.1: #i88797# adapt path to assemblies
2008-07-11INTEGRATION: CWS jsc21 (1.3.2); FILE MERGEDRüdiger Timm
2008/07/08 14:58:00 jsc 1.3.2.1: #i88797# adapt path to assemblies
2008-06-25INTEGRATION: CWS jl104 (1.4.216); FILE MERGEDKurt Zenker
2008/06/19 10:01:19 jl 1.4.216.1: #i88078# moving cli-uno assemblies to odk
2008-06-25INTEGRATION: CWS jl104 (1.2.216); FILE MERGEDKurt Zenker
2008/06/19 10:01:18 jl 1.2.216.1: #i88078# moving cli-uno assemblies to odk
2008-04-10INTEGRATION: CWS changefileheader (1.4.188); FILE MERGEDRüdiger Timm
2008/03/31 15:52:44 rt 1.4.188.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.3.188); FILE MERGEDRüdiger Timm
2008/03/31 15:52:44 rt 1.3.188.1: #i87441# Change license header to LPGL v3.
2005-09-07INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGEDRüdiger Timm
2005/09/05 13:51:46 rt 1.2.48.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGEDRüdiger Timm
2005/09/05 13:51:38 rt 1.3.20.1: #i54170# Change license header: remove SISSL
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.3.26); FILE MERGEDRüdiger Timm
2005/03/03 15:41:50 jsc 1.3.26.1: #41142# replace make with internal MAKE variable
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDEDRüdiger Timm
2005/03/08 14:25:05 jl 1.1.2.1: #43561# renamed directory C# to CSharp
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDEDRüdiger Timm
2005/03/08 14:24:49 jl 1.1.2.1: #43561# renamed directory C# to CSharp
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDEDRüdiger Timm
2005/03/08 14:24:33 jl 1.1.2.1: #43561# renamed directory C# to CSharp
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDEDRüdiger Timm
2005/03/08 14:24:07 jl 1.1.2.1: #43561# renamed directory C# to CSharp
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDEDRüdiger Timm
2005/03/08 14:23:32 jl 1.1.2.1: #43561# renamed directory C# to CSharp
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.2.30); FILE MERGEDRüdiger Timm
2005/03/08 12:48:09 jl 1.2.30.1: #43561# renamed directory C# to CSharp
2004-09-20INTEGRATION: CWS jl12 (1.2.2); FILE MERGEDRüdiger Timm
2004/09/08 11:59:17 jl 1.2.2.1: #i33102# compiler needs to reference new cli_basetypes.dll
2004-08-23INTEGRATION: CWS jl2 (1.1.2); FILE ADDEDRüdiger Timm
2004/07/28 10:17:56 jl 1.1.2.2: #i22191# adapted examples to use assemblies from GAC 2003/11/10 12:30:46 jl 1.1.2.1: #i22191# integratring Cli-uno examples into SDK
2004-08-23INTEGRATION: CWS jl2 (1.1.2); FILE ADDEDRüdiger Timm
2004/08/03 14:57:07 jl 1.1.2.4: #i22191# 2004/07/28 10:17:55 jl 1.1.2.3: #i22191# adapted examples to use assemblies from GAC 2003/11/11 10:00:11 jl 1.1.2.2: #i22191# integratring Cli-uno examples into SDK 2003/11/10 12:30:37 jl 1.1.2.1: #i22191# integratring Cli-uno examples into SDK
2004-08-23INTEGRATION: CWS jl2 (1.1.2); FILE ADDEDRüdiger Timm
2003/11/10 12:27:34 jl 1.1.2.1: #i22191# integrating CLI-UNO examples into SDK