summaryrefslogtreecommitdiff
path: root/odk/examples/OLE
AgeCommit message (Collapse)Author
2014-08-19odk: Clean up commentsChris Laplante
Change-Id: I38aa34192244cdd29e1cce7ac612aa9cd5f9e8a1 Reviewed-on: https://gerrit.libreoffice.org/11006 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-06-03odk/examples: mark them as examplesThomas Arnhold
Change-Id: Ie4b925b2411f2a26076de7d0dc367678b390dba8
2014-02-26Remove visual noise from odkAlexander Wilms
Change-Id: I5638e2d37827c2d7322b72bf6ce176ac843639f1 Reviewed-on: https://gerrit.libreoffice.org/8285 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold
* Windows XP SP2 is 0x0502, see http://msdn.microsoft.com/en-us/library/aa383745.aspx * If a module changes the Windows SDK version setting, this is done module wide now. So the overall behavior is as before. This seems to be the best compromise for now. * We need at least SP2 because of the bluetooth stuff used in sd/source/ui/remotecontrol. * Now, we require at least Internet Explorer 7.0. IE6 has been outdated for a long time. * Leave StdAfx.h file definitions, as those are Microsoft project specific precompiled header files. * All local definitions of WINVER are removed, because the global WINVER setting makes them obsolete now. To the relation of the three macros: Setting _WIN32_WINNT sets WINVER and NTDDI_VERSION automatically to the same value as _WIN32_WINNT. WINVER and NTDDI_VERSION can be set idenpendently each for itself. Change-Id: Ibcc12493aae4fcaf7bcfda88be99c1b61bc326cb Reviewed-on: https://gerrit.libreoffice.org/6496 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2013-08-09odk doc cleanup.Michael Meeks
Change-Id: Ibc5998e665b0f81cdf805e128065e253c46594ab
2013-04-29Remove some obsolete makefile.mkStephan Bergmann
Change-Id: I47f1a72fac3e6678b5dfe880f2f189ffc436333b
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-07-30udkapi, offapi: do not use #include "foo":Michael Stahl
Evidently on Windows, the newfangled ucpp handles #include "foo" differently from #include <foo> and treats it as a relative path, while the angle brackets always result in absolute paths. Since relative paths result in infinite rebuilds if make is invoked in a different directory, don't use #include "foo" in IDL files. Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
2012-07-14simplify include guardsThomas Arnhold
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2011-02-11Remove obsolete Hyperlink Bar from sdkAlfonso Eusebio
Removed code related to hyperlink bar from sdk repo.
2010-11-04Use SAL_N_ELEMENTS in clone/sdk directoryjulien
2010-10-27add modelines to .hxx files as wellCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-06#i106664# minor changes for building the sampleJuergen Schmidt
2008-04-10INTEGRATION: CWS changefileheader (1.4.188); FILE MERGEDRüdiger Timm
2008/03/31 15:52:50 rt 1.4.188.1: #i87441# Change license header to LPGL v3.
2005-09-07INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGEDRüdiger Timm
2005/09/05 13:52:00 rt 1.3.118.1: #i54170# Change license header: remove SISSL
2004-05-18INTEGRATION: CWS sdk13 (1.9.46); FILE MERGEDRüdiger Timm
2004/05/05 09:31:41 jsc 1.9.46.1: #116658# merge cinnabar changes
2003-08-27INTEGRATION: CWS geordi2q03 (1.1.88); FILE MERGEDKurt Zenker
2003/08/27 15:06:08 hr 1.1.88.1: #111934#: join from CWS sdk07
2003-08-27INTEGRATION: CWS geordi2q03 (1.8.24); FILE MERGEDKurt Zenker
2003/08/27 15:06:08 hr 1.8.24.1: #111934#: join from CWS sdk07
2003-08-27INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGEDKurt Zenker
2003/08/27 15:06:05 hr 1.2.32.1: #111934#: join from CWS sdk07
2003-06-30INTEGRATION: CWS sdk04 (1.1.72); FILE MERGEDJens-Heiner Rechtien
2003/06/27 12:36:43 jsc 1.1.72.1: #110313# insert license header
2003-06-30INTEGRATION: CWS sdk04 (1.1.70); FILE MERGEDJens-Heiner Rechtien
2003/06/27 12:36:42 jsc 1.1.70.1: #110313# insert license header
2003-06-30INTEGRATION: CWS sdk04 (1.2.28); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:10:06 jsc 1.2.28.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.1.62); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:10:06 jsc 1.1.62.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.1.62); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:10:05 jsc 1.1.62.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.1.62); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:10:04 jsc 1.1.62.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.1.62); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:10:03 jsc 1.1.62.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.1.62); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:10:02 jsc 1.1.62.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.1.62); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:10:01 jsc 1.1.62.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.3.62); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:10:00 jsc 1.3.62.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.7.6); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:09:59 jsc 1.7.6.1: #110313# insert source license header
2003-06-10INTEGRATION: CWS sdk02 (1.6.6); FILE MERGEDVladimir Glazounov
2003/05/16 14:01:24 jsc 1.6.6.1: #109045# improve build process
2003-06-10INTEGRATION: CWS sdk02 (1.1.2); FILE ADDEDVladimir Glazounov
2003/05/16 13:53:18 jsc 1.1.2.1: #109159# copy separately
2003-04-17INTEGRATION: CWS sdk01 (1.1.14.1.6); FILE MERGEDRüdiger Timm
2003/03/13 12:18:24 jsc 1.1.14.1.6.1: #108153# improve usability
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2002-12-19#99053# modified clean targetJuergen Schmidt
2002-12-19#99053# modified, new build envJuergen Schmidt
2002-12-19#99053# modified, new build envJuergen Schmidt
2002-12-19#99053# modified, new build envJuergen Schmidt
2002-06-13#99053# update path to dllJuergen Schmidt
2002-06-11#100120# use new service only for 6.1Mikhail Voitenko
2002-06-10#100120# do not use depricated serviceMikhail Voitenko
2002-06-10#100120# let user edit example firstMikhail Voitenko
2002-06-10#100120# initial versionMikhail Voitenko
2001-11-13#87796# Improved the documentation.Bertram Nolte