History log of /trunk/main/scp2/source/ooo/file_ooo.scp (Results 1 - 23 of 23)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414
# 956476d7 08-Nov-2017 Damjan Jovanovic

Port our SDBC-JDBC bridge driver to Java. Supported interfaces,
service names, implementation names, logging channels and messages,
initialization arguments, and general behaviour is all pres

Port our SDBC-JDBC bridge driver to Java. Supported interfaces,
service names, implementation names, logging channels and messages,
initialization arguments, and general behaviour is all preserved, so it
should be completely transparent to client code.

Allow PropertySetAdapter.getPropertyValue() to throw WrappedTargetException,
and PropertySetAdapter.setPropertyValue() to throw PropertyVetoException,
IllegalArgumentException, and WrappedTargetException, as these are
sometimes used to change values in a database driver, which can fail.

Port helper classes from main/comphelper for logging.

Port AutoRetrievingBase.

Add in-memory Column, ResultSet and metadata classes.

Improve handling of Any in ORowSetValue.

Move PostgreSQL's database metadata result set class to dbtools, and
have it only override the method it needs.

It's "information_schema" in PostgreSQL - "INFORMATION_SCHEMA"
doesn't exist and gives an error.

Add a new UNO service com.sun.star.sdb.ParameterSubstitution as was
intended by main/connectivity/source/dbtools/dbtools.component
that allow substituting parameters, so it can be used from Java.

Keep the database drivers in a common install package.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814552 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 60ba3965 27-Oct-2017 Damjan Jovanovic

Split off a new dbtools.jar from the PostgreSQL driver, containing
the support code that can be reused by other drivers.

Also put it in an org.apache.openoffice base package.

Pa

Split off a new dbtools.jar from the PostgreSQL driver, containing
the support code that can be reused by other drivers.

Also put it in an org.apache.openoffice base package.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1813467 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 3c5114b8 20-Aug-2017 Damjan Jovanovic

#i127350# - Table design: can't change length of Postgresql char types

Add the initial version of a new SDBC driver, for the PostgreSQL database.

Also its build changes: since it ne

#i127350# - Table design: can't change length of Postgresql char types

Add the initial version of a new SDBC driver, for the PostgreSQL database.

Also its build changes: since it needs Apache Commons Lang version 3,
get configure.ac to check for that, and get that to always build,
just like our driver does.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805579 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
# cc99daad 06-Nov-2013 Herbert Dürr

#i122365# RmMoz 2/9: make the Mozilla->NSS replacement work


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539258 13f79535-47bb-0310-9956-ffa450edef68


# 06f2ef55 06-Nov-2013 Herbert Dürr

#i122365# RmMoz 1/9: start replacing AOO's dependency on full Mozilla with just the NSS library

Patch by: Fan Zheng


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun

#i122365# RmMoz 1/9: start replacing AOO's dependency on full Mozilla with just the NSS library

Patch by: Fan Zheng


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539257 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO401, AOO400
# 1076d7f7 22-Apr-2013 Jürgen Schmidt

#121101# consolidate directory entries, remove empty name/placeholder dirs

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1470584 13f79535-47bb-0310-9956-ffa450edef68


# 910823ae 18-Apr-2013 Jürgen Schmidt

#121996# integrate first part to remove 3layer office

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68


# d2491125 12-Dec-2012 Oliver-Rainer Wittmann

#121466# - replace BUILD_SPECIAL by ENABLE_OOOIMPROVEMENT for build stuff regarding 'OOo improvement via usage tracking' feature
- start documentation of specified variables in openoffic

#121466# - replace BUILD_SPECIAL by ENABLE_OOOIMPROVEMENT for build stuff regarding 'OOo improvement via usage tracking' feature
- start documentation of specified variables in openoffice.lst file


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1420691 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO340
# 1c11026d 23-Jul-2012 Hongyun An

clean the redundant comments about UOF v2.0
Review by Hongyun An from CS2C

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1364477 13f79535-47bb-0310-9956-ffa450edef68


# d3069caa 20-Jul-2012 Hongyun An

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1363673 13f79535-47bb-0310-9956-ffa450edef68


# 7fb4469b 12-May-2012 Pedro Giffuni

Update Apache Lucene core to version 2.9.4.

The new version brings in many bugfixes and performance
improvements. Unfortunately this also means we lose the
Windows specific enhanceme

Update Apache Lucene core to version 2.9.4.

The new version brings in many bugfixes and performance
improvements. Unfortunately this also means we lose the
Windows specific enhancements in the long_path.patch but
it must be expected the newer versions of Lucene will
have much better portability.

We also bring in support for using preinstalled version 3
from BZ i115241 (author: bero@arklinux).


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1337602 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 0b544e7e 26-Mar-2012 Armin Le Grand

#119098# Removed np_sdk and related stuff due to conflict with it's triple license, was not in active use. Test builded all three main platforms and checked, works well

git-svn-id: https://s

#119098# Removed np_sdk and related stuff due to conflict with it's triple license, was not in active use. Test builded all three main platforms and checked, works well

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1305304 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# df478df5 20-Mar-2012 Herbert Dürr

#i119096# remove category-x licensed tango theme

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1302867 13f79535-47bb-0310-9956-ffa450edef68


# 707fc0d4 03-Feb-2012 Jürgen Schmidt

remove onlineregistration with dependencies

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1240245 13f79535-47bb-0310-9956-ffa450edef68


# 022bd5b4 18-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232685 13f79535-47bb-0310-9956-ffa450edef68


# 9ef65f0e 16-Dec-2011 Andre Fischer

118674: Made category B code optional and disabled by default.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1215131 13f79535-47bb-0310-9956-ffa450edef68


# 6feea343 01-Dec-2011 Andre Fischer

118636: Removed the dictionaries module, adapted configure.in

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1209018 13f79535-47bb-0310-9956-ffa450edef68


# 31fabce7 25-Nov-2011 Pedro Giffuni

i118613 - IP clearance: Remove LGPLd KDE Crystal image icons.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1206244 13f79535-47bb-0310-9956-ffa450edef68


# 25d782d7 17-Nov-2011 Pedro Giffuni

Revert most of r1203218 and r1203215: the second one seems to be causing a build breakage in Macbook: 'hicontrast.flag not found'. Reported by Pavel.

git-svn-id: https://svn.apache.org/repos

Revert most of r1203218 and r1203215: the second one seems to be causing a build breakage in Macbook: 'hicontrast.flag not found'. Reported by Pavel.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1203383 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# ddd81bc4 17-Nov-2011 Pedro Giffuni

Drop copyleft KDE Crystal theme icon set: give preference to the Tango icon set. Update NOTICE file accordingly.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1203215 13f7

Drop copyleft KDE Crystal theme icon set: give preference to the Tango icon set. Update NOTICE file accordingly.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1203215 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# b797cecf 12-Nov-2011 Pedro Giffuni

Revert old change for #i103482# oxygen icon theme - are copyleft.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1201184 13f79535-47bb-0310-9956-ffa450edef68


# 0ea1a209 28-Aug-2011 Eike Rathke

make copylefts an option

Based on original work by Mathias Bauer <mbauer@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162539 13f79535-47bb-0310-9956

make copylefts an option

Based on original work by Mathias Bauer <mbauer@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162539 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# cdf0e10c 16-Aug-2011 rcweir

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68

show more ...