History log of /trunk/ (Results 2751 - 2775 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e7b6717c28-Aug-2017 Damjan Jovanovic

Access cleanups. Keep OContainer abstract methods protected
instead of public. Also added some Javadoc for OContainer.

Patch by: me



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

Access cleanups. Keep OContainer abstract methods protected
instead of public. Also added some Javadoc for OContainer.

Patch by: me



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

show more ...

0722955527-Aug-2017 Damjan Jovanovic

More Javadoc for helper classes.

Patch by: me



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

a4c4717c27-Aug-2017 Damjan Jovanovic

Rearrange the directory structure, to resemble the C++ one.

Patch by: me



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

Rearrange the directory structure, to resemble the C++ one.

Patch by: me



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

show more ...

ce7f60c427-Aug-2017 Damjan Jovanovic

It's a descriptor.

Patch by: me



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

da8b839327-Aug-2017 Damjan Jovanovic

Port some Javadoc to helper classes.
Don't use Java 8 only methods.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1806372 13f79535-47bb-03

Port some Javadoc to helper classes.
Don't use Java 8 only methods.

Patch by: me



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

show more ...

3980c8a327-Aug-2017 Damjan Jovanovic

Error handling cleanups.
Boxing into NameComponents cleanup.
Port findDataSource() and use it in isDataSourcePropertyEnabled().
Logging cleanup.

Patch by: me



g

Error handling cleanups.
Boxing into NameComponents cleanup.
Port findDataSource() and use it in isDataSourcePropertyEnabled().
Logging cleanup.

Patch by: me



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

show more ...

42ab199f26-Aug-2017 Matthias Seidel

#i127341# Updated English dictionary

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

611e957e25-Aug-2017 Matthias Seidel

Removed branding and closed DlgLine

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

0a26ed8125-Aug-2017 Matthias Seidel

Changed %PRODUCT_RELEASE% for SDK from 4.2 to 4.2.0

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

34531bdd23-Aug-2017 Damjan Jovanovic

Do not require mediawiki for Apache Commons Lang, as the PostgreSQL
database connector needs it too, and it has no configurable component.

Patch by: me



git-svn-id: htt

Do not require mediawiki for Apache Commons Lang, as the PostgreSQL
database connector needs it too, and it has no configurable component.

Patch by: me



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

show more ...

3c5114b820-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 ...


main/apache-commons/java/lang/makefile.mk
main/configure.ac
main/connectivity/java/sdbc_postgresql/build.xml
main/connectivity/java/sdbc_postgresql/makefile.mk
main/connectivity/java/sdbc_postgresql/postgresql.component
main/connectivity/java/sdbc_postgresql/sdbc_postgresql.xcu
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlCatalog.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlConnection.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlDatabaseMetadata.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlDriver.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlPreparedStatement.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlResultSet.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlResultSetMetaData.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlStatement.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlTable.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlTables.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/CompHelper.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/OArrayEnumeration.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/OEnumerationByIndex.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/OEnumerationByName.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/PropertySet.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/PropertySetAdapter.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/ISQLStatementHelper.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OCatalog.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumn.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumnContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/ODescriptor.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OIndex.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OIndexColumn.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OIndexColumnContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OIndexContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OKey.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OKeyColumn.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OKeyColumnContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OKeyContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OTable.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OfficeResourceBundle.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/Resources.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/SharedResources.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/SqlTableHelper.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxColumnDescriptor.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxColumnDescriptorContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxDescriptorContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxIndexColumnDescriptor.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxIndexColumnDescriptorContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxIndexDescriptor.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxIndexDescriptorContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxKeyColumnDescriptor.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxKeyColumnDescriptorContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxKeyDescriptor.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxKeyDescriptorContainer.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxTableDescriptor.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/ComposeRule.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/DBTypeConversion.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/DatabaseMetaDataResultSet.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/DbTools.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/MapToXNameAccessAdapter.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/MapToXNameContainerAdapter.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/ORowSetValue.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/Osl.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/PropertyIds.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/util/StandardSQLState.java
main/connectivity/prj/build.lst
main/connectivity/prj/d.lst
main/connectivity/target.pmk
main/dbaccess/source/core/misc/dsntypes.cxx
main/dbaccess/source/inc/dsntypes.hxx
main/postprocess/packcomponents/makefile.mk
main/postprocess/packregistry/makefile.mk
main/scp2/source/ooo/file_ooo.scp
main/scp2/source/ooo/module_hidden_ooo.scp
11bf7b2520-Aug-2017 Damjan Jovanovic

#i32564# - Java UnoRuntime.getUniqueKey/generateOid do not work reliably

In the Java UNO bridge, UnoRuntime.generateOid() generated the
object-specific part of the OID using java.lang.Ob

#i32564# - Java UnoRuntime.getUniqueKey/generateOid do not work reliably

In the Java UNO bridge, UnoRuntime.generateOid() generated the
object-specific part of the OID using java.lang.Object.hashCode(),
which is only 32 bits long, and is commonly overriden and could thus
return values from an even smaller range, so OID collisions were quite
likely.

This changes UnoRuntime.generateOid() to use 128 bit UUIDs for the
object-specific part of the OID, and store these in an object => oid
java.util.WeakHashMap, making OID collisions almost impossible.

Patch by: me
Suggested by: Stephan Bergmann (stephan dot bergmann dot secondary at
googlemail dot com)




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

show more ...

bf52f26619-Aug-2017 Matthias Seidel

Returned to recommended size (150x57), centered logo

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

9b3863eb19-Aug-2017 Matthias Seidel

URE is integrated in AOO, no need for separate installer graphics

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

eab2447c16-Aug-2017 Jim Jagielski

Align w/ AOO414 on these fixes

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

282ab75116-Aug-2017 Damjan Jovanovic

Remove some incorrect API documentation for the
com.sun.star.sdbc.SQLException ErrorCode field.

Patch by: me



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

Remove some incorrect API documentation for the
com.sun.star.sdbc.SQLException ErrorCode field.

Patch by: me



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

show more ...

16daaedf16-Aug-2017 Jim Jagielski

Note that we are requiring at least 10.9 (Mavericks) and
that the newest SDK we can use is 10.11, due to QuickTime
and the VCL module.

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

Note that we are requiring at least 10.9 (Mavericks) and
that the newest SDK we can use is 10.11, due to QuickTime
and the VCL module.

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

show more ...

a92ed8d216-Aug-2017 Don Lewis

Fix the Windows 64bit shell extension build breakage caused by expat-2.2.3.
The 64 bit expat libraries also need to include loadlibrary.obj.


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

Fix the Windows 64bit shell extension build breakage caused by expat-2.2.3.
The 64 bit expat libraries also need to include loadlibrary.obj.


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

show more ...

87bf159b15-Aug-2017 Jim Jagielski

Get compiling/building again on osx/macos

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

f669900d15-Aug-2017 Jim Jagielski

macOS fixes... Source the correct file and allow for macOS XCode8 SDK

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

fc3c81da15-Aug-2017 Don Lewis

Strip carriage return characters from the output of MSVC in "make depend"
mode so that these characters don't get appended to the file names in
the dependency files. This breaks all the gbui

Strip carriage return characters from the output of MSVC in "make depend"
mode so that these characters don't get appended to the file names in
the dependency files. This breaks all the gbuild modules because gmake
thinks the file names have ^M appended to them and can't find them.


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

show more ...

160c442c09-Aug-2017 Damjan Jovanovic

We need the system Apache Commons Lang to be version 3.x.

Patch by: me



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

We need the system Apache Commons Lang to be version 3.x.

Patch by: me



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

show more ...

ade3f22609-Aug-2017 Damjan Jovanovic

Write a main/ant.properties file from main/set_soenv, which can be used in
Ant projects to work out settings, locations, and paths to dependencies
without getting them from a parent build too

Write a main/ant.properties file from main/set_soenv, which can be used in
Ant projects to work out settings, locations, and paths to dependencies
without getting them from a parent build tool (dmake/gbuild), which allows
Ant projects to build by themselves, independently of AOO, and allows them
to be cleanly opened in (at least) Eclipse.

Also port main/connectivity's sdbc_hsqldb.jar to use these changes.

Patch by: me



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

show more ...

e74cb44705-Aug-2017 Don Lewis

Unbreak build on Windows where the xmlparse libraries require an
additional object file, loadlibrary.obj.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1804200 13f79

Unbreak build on Windows where the xmlparse libraries require an
additional object file, loadlibrary.obj.


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

show more ...

9955fd1105-Aug-2017 Matthias Seidel

Added more statements for nsis languages, reordered

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

1...<<111112113114115116117118119120>>...342