Commit Graph

365 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
9b0198b244 package: convert internal ZIP handling data-types to 64bit
Prepare for a ZIP64 implementation.
Audit all "Size" property fetches through Anys.
Audit all uses of nSize, nCompressedSize, nOffset through the code.
Add FIXME64: comments to all points requiring future work.
2012-09-21 15:37:17 +01:00
9ac86f484b Improvement on previous commit, UCB clean up
* As UCB is only ever initialized with "Local"/"Office", remove this
  configuration vector completely.  The "create" ctor creates an instance
  internally initialized with those "Local"/"Office" keys.  Special (test) code
  can still instantiate an uninitialized one via plain createInstance.  And for
  backwards compatilibity process startup still ensures to create an initialized
  instance early, in case there is still code out there (in extensions) that
  later calls plain createInstance and expects to get the already-initialized
  (single) instance.

* XInitialization is an "implementation detail" of the UniversalContentBroker
  service, do not expose in XUniversalContentBroker.

* ucbhelper/configurationkeys.hxx is no longer needed and is removed.

* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
  requires ucbhelper::Content constructors to take explicit XComponentContext
  arguments now.

* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
  Android-only InitUCBHelper.  Is that relevant still?

Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-14 18:24:49 +02:00
4c9e62c6e3 Java cleanup, convert ArrayList and Vector to use generics
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
2012-09-10 23:43:39 +02: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
a5ff5aad59 Java5 update, Convert ArrayList and Vector code to use generics
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
2012-09-10 23:43:37 +02:00
743e22ec8b Java cleanup, remove unnecessary imports
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
2012-09-06 17:13:58 +02:00
cd0308ba9c Java cleanup, make package name match folder name
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
2012-09-05 21:01:48 +02:00
39b6fc96fc Java cleanup, remove dead code
Which doesn't even compile any more.

Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb
2012-09-05 21:01:47 +02:00
9dce74e930 Java cleanup, fix compile errors because of changes in UNO API
Some of the enums have obviously changed names at some point in the
past.
Note that the code still has more compile errors.

Change-Id: Ibb152fa0ee35a0580876e621e42d049541c088bb
2012-09-05 21:01:46 +02:00
eb4be23d47 Java cleanup, make package name match folder name
Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec
2012-09-05 21:01:46 +02:00
97b5851e97 Java cleanup, update code for changes in UNO encryption API
Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5
2012-09-05 21:01:46 +02:00
2beba8f93e reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08 13:53:54 +02:00
cdaddecc5e java: printStackTrace always to stderr
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5

Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-07-13 12:45:57 +02:00
927287214a manifest.mf files don't need executable bits
Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95
2012-06-22 22:39:29 +02:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
20e027fdaa More pages
Change-Id: Ib89b2d30be207ea1664e688c3da608c2973f28a6
2012-06-20 15:14:49 +03:00
55e8343aef Grow to multiple pages, one in landscape
Change-Id: I3987c79caffaae4cd354a58c25711b0e08f63560
2012-06-14 22:03:46 +03:00
54b69a1f50 Add some coloured text
Change-Id: I2b8933294abf07dc9a7bd396e97e3a0ac617b548
2012-06-07 21:54:18 +03:00
e476a7632c .java files don't need executable bits 2012-03-23 21:58:12 +01:00
8b75883b87 Simplified some uses of css.configuration.theDefaultProvider.
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
2011-11-14 22:07:23 +01:00
3f62165fd4 replace api.openoffice.org to api.libreoffice.org 2011-09-07 10:27:56 +02:00
e8d177f301 drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:37 +01:00
ded2cf7b20 drop bogus executable flag from image files 2011-03-29 21:44:51 +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
33e2b11638 CWS-TOOLING: integrate CWS jsc340 2011-03-07 16:31:11 +01:00
3b2efb2043 Remove "using namespace ::rtl" 2011-03-02 20:36:58 +01:00
928af9414d jsc340: i114609: support passive component registration 2011-02-22 16:13:49 +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
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
cbe90db8b0 CWS-TOOLING: integrate CWS fwk114
2009-07-08 Mikhail Voytenko #i102448# fix typo
2009-07-08 Mikhail Voytenko #i102448# detect the document of new format correctly
2009-07-03 Mikhail Voytenko #i101418# adjust header
2009-07-02 Mikhail Voytenko #i103001# Integrate the patch
2009-07-01 Mikhail Voytenko rebase to DEV300_m51
2009-06-25 Mikhail Voytenko #i71512# integrate the patch
2009-06-19 Mikhail Voytenko #i102931# check whether the file was changed even in case of system file locking
2009-06-10 Mikhail Voytenko #i102448# allow to turn the office update dialog off
2009-06-10 Mikhail Voytenko #i102448# allow to turn the office update dialog off
2009-06-09 Mikhail Voytenko #i96091# the disposed frame should throw DisposedException
2009-06-09 Mikhail Voytenko #i100835# commit the patch
2009-05-26 Mikhail Voytenko #i89514# integrate the patch
2009-05-26 Mikhail Voytenko #i30373# integrate the patch
2009-05-26 Mikhail Voytenko #i101418# fix the error handling
2009-07-30 10:52:48 +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
e3a36366fd INTEGRATION: CWS xsltfilter10 (1.2.78); FILE MERGED
2008/07/09 23:40:53 sus 1.2.78.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2
2008-08-19 10:52:21 +00:00
8313cf4f21 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:32:23 +00:00
8e007a870b 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:31:41 +00:00
13475862a5 INTEGRATION: CWS jsc21 (1.20.74); FILE MERGED
2008/05/23 11:49:23 jsc 1.20.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:31:23 +00:00
051c1012ec INTEGRATION: CWS jsc21 (1.9.74); FILE MERGED
2008/05/23 11:49:23 jsc 1.9.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:30:53 +00:00
7693cd4bf0 INTEGRATION: CWS jsc21 (1.18.74); FILE MERGED
2008/05/23 11:49:22 jsc 1.18.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:30:17 +00:00
e7ae6e204e INTEGRATION: CWS jsc21 (1.5.84); FILE MERGED
2008/02/13 13:47:27 jsc 1.5.84.1: #i72964# cleanup header guards
2008-07-11 13:30:03 +00:00
f0993e2913 INTEGRATION: CWS jsc21 (1.22.72); FILE MERGED
2008/05/23 11:49:22 jsc 1.22.72.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:29:48 +00:00
1fbe0976f6 INTEGRATION: CWS jsc21 (1.3.208); FILE MERGED
2008/02/13 13:47:27 jsc 1.3.208.1: #i72964# cleanup header guards
2008-07-11 13:29:35 +00:00
deea48542c INTEGRATION: CWS jsc21 (1.2.54); FILE MERGED
2008/05/21 10:38:20 jsc 1.2.54.1: #i88797# extended with example document
2008-07-11 13:28:54 +00:00
0d603f0bdb INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED
2008/05/21 10:35:30 jsc 1.1.2.1: new
2008-07-11 13:28:38 +00:00
a666108d54 INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED
2008/03/31 15:52:52 rt 1.8.60.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:55:11 +00:00
3f85387421 INTEGRATION: CWS cn1 (1.4.6); FILE MERGED
2007/08/08 12:36:59 cn 1.4.6.3: #i78248# fix merge errors
2007/08/06 13:27:54 cn 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED
2007/06/13 10:17:53 cn 1.4.6.1: #i78348# implement some accessibility stuff to be able to test this example automatically
2007-11-06 14:08:15 +00:00
1a43d4bdaa INTEGRATION: CWS cn1 (1.4.6); FILE MERGED
2007/06/13 10:17:53 cn 1.4.6.1: #i78348# implement some accessibility stuff to be able to test this example automatically
2007-11-06 14:08:01 +00:00
02a1e8aed5 INTEGRATION: CWS jsc18 (1.4.16); FILE MERGED
2007/07/27 11:24:38 sg 1.4.16.1: #i78746#use different class loader
2007-07-31 12:57:52 +00:00
8a04e1701b INTEGRATION: CWS jsc18 (1.4.16); FILE MERGED
2007/07/27 12:45:06 sg 1.4.16.1: #i78746# removed deprecated methods
2007-07-31 12:57:37 +00:00
b2bb673a22 INTEGRATION: CWS mav21 (1.1.2); FILE ADDED
2007/05/03 14:42:43 mav 1.1.2.3: #i75252# remove unnecessary methods
2007/03/28 14:18:06 mav 1.1.2.2: #i75252# implement only the factory inteface
2007/03/09 10:24:28 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26 15:02:42 +00:00