Commit Graph

80 Commits

Author SHA1 Message Date
95c0d568fd use uno::Reference#clear() method...
...instead of assigning an empty value. Reduces code noise.

Change-Id: Ic95b081a41fb740a738c92b3407a9514ccb8b06e
2013-06-05 08:13:23 +02:00
e8ff469da5 Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
2013-04-19 16:52:03 +02:00
5051209534 Adapt SDK to usage of msvcrtd for Windows --enable-dbgutil
* 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
2013-04-19 14:02:18 +02:00
368210926b remove -dylib_file mappings that are not needed anymore
XCode 2.5 (i.e. Mac OSX 10.4 & 10.5) couldn't find the libraries
without explicit mapping, but as baseline is now 10.6, this
wrapping is no longer necessary

Change-Id: I225fc47b9ea4b1fb2b13ba575605cbdebc014fd8
Reviewed-on: https://gerrit.libreoffice.org/3192
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-04 17:46:46 +00:00
5bb4a2ba1d further OUString cleanup
Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
2013-03-19 14:18:10 +01:00
2633b249ea odk: do not pack unused component.map file
Change-Id: I768acf83234eec46c0271dad2e5bef3bd3cba3cf
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-19 14:15:39 +01:00
4bf95c4c31 make use of startsWith()
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679
Reviewed-on: https://gerrit.libreoffice.org/2599
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08 13:16:49 +00:00
f5ca04caca Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml

Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
2013-03-03 17:14:16 +01:00
616c6924f1 s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22 09:58:19 +02:00
2b4fd2c89a re-base on ALv2 code. Includes:
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-11-12 11:46:43 +00:00
750fc20611 replace remaining InterlockedCount() with inlined version
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
Reviewed-on: https://gerrit.libreoffice.org/671
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-25 01:55:38 +00:00
343bd286c9 targeted string re-work
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb
2012-06-02 12:58:04 -05:00
62640a8436 German comment translation for odk folder
Mark
2012-04-12 20:36:58 +02:00
806bec7107 Fix typos in comments 2012-02-13 15:27:24 +00:00
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
b50137566f Remove component_getImplementationEnvironment 2011-07-12 16:45:29 +02:00
11cdc4ccc4 Merge commit 'ooo/DEV300_m103'
Conflicts:
	odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
	odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx
	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx
	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
	odk/examples/cpp/complextoolbarcontrols/exports.cxx
	odk/examples/cpp/counter/countermain.cxx
	odk/examples/cpp/remoteclient/remoteclient.cxx
	odk/settings/settings.mk
2011-03-23 16:59:36 +01:00
f03de39457 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:11:43 +01:00
7149c61435 Move OSL_ENSURE(0,...) to OSL_FAIL(...) 2011-03-12 14:19:28 +01:00
1628005298 Trying to remove the stlport mention from the code 2011-02-09 16:20:25 +01:00
134b85e8f8 jsc340: i114609: support passive component registration 2011-02-01 18:08:59 +01:00
91a0a53e0c Replace all occured, occurance etc. 2010-12-05 20:19:49 +00:00
1d922012be RTL_CONSTASCII_USTRINGPARAM in sdk 2 2010-11-27 09:28:39 +01:00
7ccc9aaef5 RTL_CONSTASCII_USTRINGPARAM in sdk 1 2010-11-27 09:10:56 +01:00
8cad7d1947 add modelines to .hxx files as well 2010-10-27 13:05:40 +01:00
e9a59da46a Add vim/emacs modelines to all source files
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-10-13 10:58:04 +02:00
1296914c84 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
40487924f7 #i106627# extend and adapt env for VC9, building manifest, change macro 2009-11-05 14:21:50 +00:00
3eb1211ff3 INTEGRATION: CWS jsc21 (1.4.6); FILE MERGED
2008/06/27 08:49:51 jsc 1.4.6.1: #i90032# adapt link flags and linking for MacOS
2008-07-11 13:21:27 +00:00
f3e103598e INTEGRATION: CWS jsc21 (1.9.74); FILE MERGED
2008/07/07 11:37:32 jsc 1.9.74.4: #i88797# adapted
2008/06/27 08:49:51 jsc 1.9.74.3: #i90032# adapt link flags and linking for MacOS
2008/06/20 08:11:11 jsc 1.9.74.2: #i88797# improve Makefile
2008/05/21 14:53:13 jsc 1.9.74.1: #i88797# adapted to new structure
2008-07-11 13:21:12 +00:00
f660cfe2c1 INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED
2008/04/01 12:31:56 thb 1.5.90.1: #i85898# Stripping all external header guards
2008-04-10 15:38:35 +00:00
bbc1619375 INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED
2008/04/01 12:31:55 thb 1.5.98.1: #i85898# Stripping all external header guards
2008-04-10 15:38:16 +00:00
3d2b522219 INTEGRATION: CWS changefileheader (1.3.376); FILE MERGED
2008/04/01 12:31:55 thb 1.3.376.1: #i85898# Stripping all external header guards
2008-04-10 15:37:41 +00:00
1570f67354 INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED
2008/04/01 12:31:55 thb 1.6.98.1: #i85898# Stripping all external header guards
2008-04-10 15:37:21 +00:00
0525725dbe INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED
2008/04/01 12:31:54 thb 1.5.98.1: #i85898# Stripping all external header guards
2008-04-10 15:30:40 +00:00
eee33fdfe4 INTEGRATION: CWS changefileheader (1.3.376); FILE MERGED
2008/04/01 12:31:54 thb 1.3.376.1: #i85898# Stripping all external header guards
2008-04-10 15:30:25 +00:00
0151a3e4c4 INTEGRATION: CWS jsc17 (1.8.8); FILE MERGED
2007/01/22 15:35:28 jsc 1.8.8.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:05:49 +00:00
0d033990ca INTEGRATION: CWS jsc15 (1.4.66); FILE MERGED
2006/11/24 12:53:15 jsc 1.4.66.1: #i68136# adapt include
2006-12-20 11:24:43 +00:00
b38cda588a INTEGRATION: CWS jsc15 (1.7.118); FILE MERGED
2006/11/24 12:54:06 jsc 1.7.118.1: #i68136# insert manifest linking for VC8
2006-12-20 11:24:29 +00:00
826fce6c3d INTEGRATION: CWS jsc14 (1.4.14); FILE MERGED
2006/10/25 08:52:25 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include
2006-11-06 14:02:21 +00:00
758e7f44b9 INTEGRATION: CWS jsc14 (1.5.14); FILE MERGED
2006/10/25 08:52:25 jsc 1.5.14.1: #i70636# remove auto generated precompiled header include
2006-11-06 14:02:07 +00:00
b33a4ce65c INTEGRATION: CWS jsc14 (1.4.14); FILE MERGED
2006/10/25 08:52:24 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include
2006-11-06 14:00:59 +00:00
44e06c2598 INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED
2006/09/01 17:32:23 kaib 1.3.260.1: #i68856# Added header markers and pch files
2006-09-16 23:12:38 +00:00
d944061515 INTEGRATION: CWS pchfix02 (1.4.42); FILE MERGED
2006/09/01 17:32:23 kaib 1.4.42.1: #i68856# Added header markers and pch files
2006-09-16 23:12:09 +00:00
551b445806 INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED
2006/09/01 17:32:22 kaib 1.3.260.1: #i68856# Added header markers and pch files
2006-09-16 23:11:54 +00:00
e42c61023b INTEGRATION: CWS pchfix02 (1.4.42); FILE MERGED
2006/09/01 17:32:22 kaib 1.4.42.1: #i68856# Added header markers and pch files
2006-09-16 23:11:27 +00:00
cf5bca7c9b INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED
2006/09/01 17:32:21 kaib 1.3.260.1: #i68856# Added header markers and pch files
2006-09-16 23:10:22 +00:00
29428366fa INTEGRATION: CWS jsc3 (1.3.222); FILE MERGED
2006/02/28 09:18:21 jsc 1.3.222.1: #i60691# replace getCppuType with UnoType
2006-03-15 08:26:12 +00:00
6c2c8c6736 INTEGRATION: CWS sdkbugfix01 (1.6.6); FILE MERGED
2005/02/17 12:55:53 jsc 1.6.6.1: #i42941# correct typo
2005-03-01 11:08:41 +00:00
f41c3694cf INTEGRATION: CWS sdksample (1.5.4); FILE MERGED
2005/01/28 14:15:22 jsc 1.5.4.8: #i29308# prepare path for del command (windows only)
2004/10/29 07:33:45 jsc 1.5.4.7: #i29308# cleanup
2004/10/25 12:58:50 jsc 1.5.4.6: #i29308# minimize exported symbols
2004/10/22 14:19:16 jsc 1.5.4.5: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY
2004/10/22 10:00:12 jsc 1.5.4.4: #i35871# adapt for Java 5.0
2004/10/08 13:58:40 jsc 1.5.4.3: #i29308# insert package manifest
2004/08/24 15:04:22 jsc 1.5.4.2: #i29308# use of new UNO package extension
2004/06/17 11:08:55 jsc 1.5.4.1: #i29308# clean library
2005-01-31 15:20:44 +00:00