Commit Graph

165 Commits

Author SHA1 Message Date
37a2fa5d5a fdo#51304: Remove the author of some java source files
This patch remove some '@author' for Java souce files, and removes some
commented code founded when removing the '@author'.

Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
2012-10-01 14:10:03 +02: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
6bf09ecf1d Java cleanup, remove unnecessary imports
I guess I missed some last time :-)

Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10 23:43:38 +02:00
2beba8f93e reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08 13:53:54 +02:00
753e9b3d45 udkapi, offapi: do not use #include "foo":
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-30 20:49:09 +02:00
cdaddecc5e java: printStackTrace always to stderr
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5

Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-07-13 12:45:57 +02:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
f770c5d6bc Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-06 12:48:32 +02:00
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
ad2eb6c4ba Less succes, more success 2011-12-08 09:06:09 +01:00
b50137566f Remove component_getImplementationEnvironment 2011-07-12 16:45:29 +02:00
a74f430a1a tweak the odk example to be equivalent to the standard template 2011-06-03 08:55:08 +01: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
3b2efb2043 Remove "using namespace ::rtl" 2011-03-02 20:36:58 +01:00
6a500920e5 jsc340: fix problem with showing Java awt UI from the AppKit thread 2011-02-23 14:27:55 +01:00
4ef76a17ee jsc340: i114609: support passive component registration 2011-02-23 13:37:36 +01:00
4bd94edc87 jsc340: i114609: support passive component registration 2011-02-22 16:34:11 +01:00
928af9414d jsc340: i114609: support passive component registration 2011-02-22 16:13:49 +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
7b0075d0c8 Remove block of commented code 2011-01-09 20:36:58 +00: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
6cd26e560b #i106584# remove argc, argv from macro 2009-11-09 13:54:14 +00:00
40487924f7 #i106627# extend and adapt env for VC9, building manifest, change macro 2009-11-05 14:21:50 +00:00
b7f5132b04 #i160584# use SAL_IMPLEMENT_MAIN macro 2009-11-05 12:27:28 +00:00
6df63a0fa7 CWS-TOOLING: integrate CWS sdk31fix_DEV300
2009-04-03 15:43:49 +0200 jsc  r270492 : correct classpath
2009-04-02 16:27:49 +0200 jsc  r270416 : fix typo in run target and classpath
2009-04-02 16:27:14 +0200 jsc  r270415 : remove Inspector example, change docu to link into the wiki on the related project page
2009-04-01 14:07:33 +0200 jsc  r270327 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 11:57:53 +0200 jsc  r270315 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 11:47:59 +0200 jsc  r270314 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:33:10 +0200 jsc  r270304 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:30:39 +0200 jsc  r270303 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:29:19 +0200 jsc  r270301 : #i100712# change header image version number
2009-04-22 12:39:28 +00:00
8d522fd0ef INTEGRATION: CWS jsc21 (1.2.92); FILE MERGED
2008/02/13 12:58:33 jsc 1.2.92.1: #i83415# add doit3 to handled methods
2008-07-11 13:20:59 +00:00
c8c8c42349 INTEGRATION: CWS jsc21 (1.3.74); FILE MERGED
2008/05/23 11:55:46 jsc 1.3.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:20:32 +00:00
0b1f416486 INTEGRATION: CWS jsc21 (1.3.74); FILE MERGED
2008/02/13 12:58:33 jsc 1.3.74.1: #i83415# add doit3 to handled methods
2008-07-11 13:20:17 +00:00
683518268c INTEGRATION: CWS jsc21 (1.5.208); FILE MERGED
2008/05/23 11:55:46 jsc 1.5.208.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:20:00 +00:00
a60c2d2d2b INTEGRATION: CWS jsc21 (1.2.106); FILE MERGED
2008/05/23 11:55:46 jsc 1.2.106.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:19:45 +00:00
163982c4f9 INTEGRATION: CWS jsc21 (1.4.208); FILE MERGED
2008/02/13 13:47:27 jsc 1.4.208.1: #i72964# cleanup header guards
2008-07-11 13:19:31 +00:00
fcdd65c390 INTEGRATION: CWS jsc21 (1.2.208); FILE MERGED
2008/02/13 13:47:27 jsc 1.2.208.1: #i72964# cleanup header guards
2008-07-11 13:19:03 +00:00
89cc08ba4a INTEGRATION: CWS jsc21 (1.8.74); FILE MERGED
2008/05/23 11:55:45 jsc 1.8.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:18:30 +00:00
58e79a27d2 INTEGRATION: CWS jsc21 (1.5.92); FILE MERGED
2008/07/07 11:37:32 jsc 1.5.92.1: #i88797# adapted
2008-07-11 13:18:02 +00:00
aaebbb0e59 INTEGRATION: CWS jsc21 (1.10.74); FILE MERGED
2008/06/27 08:49:51 jsc 1.10.74.2: #i90032# adapt link flags and linking for MacOS
2008/05/21 13:38:54 jsc 1.10.74.1: #i88797# adapted to new structure
2008-07-11 13:17:49 +00:00
c673081c1a INTEGRATION: CWS jsc21 (1.8.74); FILE MERGED
2008/06/27 08:49:51 jsc 1.8.74.3: #i90032# adapt link flags and linking for MacOS
2008/05/21 14:12:18 jsc 1.8.74.2: #i88797# adapted to new structure
2008/05/21 13:50:50 jsc 1.8.74.1: #i88797# adapted to new structure
2008-07-11 13:16:30 +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
cfbc63faef INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED
2008/04/01 12:31:54 thb 1.4.296.1: #i85898# Stripping all external header guards
2008-04-10 15:28:30 +00:00
28e7ccee1b INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED
2008/03/31 15:52:45 rt 1.5.188.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:27:58 +00:00
59d2816bf5 INTEGRATION: CWS jsc17 (1.2.18); FILE MERGED
2007/01/24 09:42:10 jsc 1.2.18.2: #i73950# adapt run target to correct document
2007/01/22 15:35:28 jsc 1.2.18.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:05:36 +00:00
65082f09f2 INTEGRATION: CWS jsc17 (1.2.18); FILE MERGED
2007/01/24 09:43:00 jsc 1.2.18.1: #i73950# impl. doit3 handler method to make example running without error
2007-01-25 10:05:22 +00:00
4de859ecda INTEGRATION: CWS jsc17 (1.6.134); FILE MERGED
2007/01/22 15:35:27 jsc 1.6.134.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:04:52 +00:00
ea224ce547 INTEGRATION: CWS jsc17 (1.3.134); FILE MERGED
2007/01/24 09:25:13 jsc 1.3.134.1: #i73750# use UNOOXT_EXT instead of UNOPKG_EXT
2007-01-25 10:04:39 +00:00
4ae55e9ab7 INTEGRATION: CWS jsc17 (1.7.124); FILE MERGED
2007/01/22 15:35:27 jsc 1.7.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:04:26 +00:00
5c27e5c5b3 INTEGRATION: CWS jsc17 (1.9.8); FILE MERGED
2007/01/24 09:21:13 jsc 1.9.8.2: #i73750# adapt rdb name when zip package
2007/01/22 15:35:27 jsc 1.9.8.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:04:13 +00:00
6b3949ccbe INTEGRATION: CWS jsc17 (1.6.134); FILE MERGED
2007/01/22 15:35:26 jsc 1.6.134.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:04:00 +00:00