History log of /trunk/ (Results 2676 - 2700 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
956476d708-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 ...


main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/EventLogger.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/PropertySetAdapter.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/ResourceBasedEventLogger.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/AutoRetrievingBase.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/CustomColumn.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/CustomResultSet.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/CustomResultSetMetaData.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/DatabaseMetaDataResultSet.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/DbTools.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ORowSetValue.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/Resources.java
main/connectivity/java/sdbc_jdbc/build.xml
main/connectivity/java/sdbc_jdbc/jdbc.component
main/connectivity/java/sdbc_jdbc/jdbc.xml
main/connectivity/java/sdbc_jdbc/makefile.mk
main/connectivity/java/sdbc_jdbc/sdbc_jdbc.xcu
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/BoundedInputStream.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ClassMap.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ConnectionLog.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ContextClassLoaderScope.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JDBCDriver.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLArray.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLBlob.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLCallableStatement.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLClob.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLConnection.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLDatabaseMetaData.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLPreparedStatement.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLRef.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLResultSet.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLResultSetMetaData.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLStatement.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/JavaSQLStatementBase.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ReaderInputStream.java
main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/Tools.java
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlDatabaseMetaDataResultSet.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/PostgresqlViews.java
main/connectivity/prj/build.lst
main/connectivity/prj/d.lst
main/offapi/UnoApi_offapi.mk
main/postprocess/packregistry/makefile.mk
main/scp2/source/ooo/file_library_ooo.scp
main/scp2/source/ooo/file_ooo.scp
main/scp2/source/ooo/module_hidden_ooo.scp
b0c1db7e30-Oct-2017 Patricia Shanahan

Make spreadsheets ask to update links. CVE CVE-2017-3157

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

60ba396527-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 ...


main/connectivity/java/dbtools/build.xml
main/connectivity/java/dbtools/makefile.mk
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/CompHelper.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/OArrayEnumeration.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/OEnumerationByIndex.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/OEnumerationByName.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/OfficeResourceBundle.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/PropertySet.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/PropertySetAdapter.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OCatalog.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OColumn.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OColumnContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ODescriptor.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OIndex.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OIndexColumn.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OIndexColumnContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OIndexContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OKey.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OKeyColumn.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OKeyColumnContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OKeyContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OTable.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OView.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/SqlTableHelper.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxColumnDescriptor.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxColumnDescriptorContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxDescriptorContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxIndexColumnDescriptor.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxIndexColumnDescriptorContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxIndexDescriptor.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxIndexDescriptorContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxKeyColumnDescriptor.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxKeyColumnDescriptorContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxKeyDescriptor.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxKeyDescriptorContainer.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxTableDescriptor.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxViewDescriptor.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ComposeRule.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/DBTypeConversion.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/DbTools.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ISQLStatementHelper.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/MapToXNameAccessAdapter.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/MapToXNameContainerAdapter.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ORowSetValue.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/Osl.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/PropertyIds.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/Resources.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/SharedResources.java
main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/StandardSQLState.java
main/connectivity/java/sdbc_postgresql/build.xml
main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/DatabaseMetaDataResultSet.java
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/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/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/PostgresqlViews.java
main/connectivity/prj/build.lst
main/connectivity/prj/d.lst
main/scp2/source/ooo/file_ooo.scp
main/scp2/source/ooo/module_hidden_ooo.scp
24569c0026-Oct-2017 Matthias Seidel

Updated English dictionary

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

f3ddf26b26-Oct-2017 Damjan Jovanovic

Base expects the containers returned by X(Tables/Views/Groups/Users)Supplier
to be the same throughout the lifetime of the catalog!!

Patch by: me



git-svn-id: https://s

Base expects the containers returned by X(Tables/Views/Groups/Users)Supplier
to be the same throughout the lifetime of the catalog!!

Patch by: me



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

show more ...

bc7637c324-Oct-2017 Damjan Jovanovic

Implement views in the PostgreSQL driver.

Patch by: me



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

71ef653924-Oct-2017 Damjan Jovanovic

Fix a serious bug in naming PropertyIds variables of the PostgreSQL
database driver.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1813120

Fix a serious bug in naming PropertyIds variables of the PostgreSQL
database driver.

Patch by: me



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

show more ...

ffb0abf222-Oct-2017 Damjan Jovanovic

Fix OSS-Fuzz issues #414, #415 and #416, which crash AOO due to
number parsing errors, lack of checking for negative length in arrays,
and the lack of memory that these problems eventually ca

Fix OSS-Fuzz issues #414, #415 and #416, which crash AOO due to
number parsing errors, lack of checking for negative length in arrays,
and the lack of memory that these problems eventually cause.

Patch by: me



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

show more ...

a8cb4a0822-Oct-2017 Damjan Jovanovic

Download cairo and pixman if enabled and system
libraries aren't used.

Patch by: me



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

Download cairo and pixman if enabled and system
libraries aren't used.

Patch by: me



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

show more ...

fa6bb50422-Oct-2017 Pedro Giffuni

Update Python to version 2.7.14.

Released on 2017-09-16.
ChangeLog available here:

https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc

Update Python to version 2.7.14.

Released on 2017-09-16.
ChangeLog available here:

https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc/NEWS

Tested on: FreeBSD


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

show more ...

6b1c0a0721-Oct-2017 Damjan Jovanovic

Don't require ORbit to compile. We never really needed it:
GConf makes its own CORBA connection if it needs to, and
the only reason we included orbit.h is to check whether
the problematic

Don't require ORbit to compile. We never really needed it:
GConf makes its own CORBA connection if it needs to, and
the only reason we included orbit.h is to check whether
the problematic version < 2.8 was present, as it deadlocks
the GTK VCL plugin.

But ORbit 2.8 was released in 2003, and GConf doesn't
even use CORBA connections any more. So drop the check
and stop needing ORBit altogether.

Patch by: me



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

show more ...

ca91c47219-Oct-2017 Damjan Jovanovic

GnomeVFS was deprecated 9 years ago. Make GIO, its replacement,
the default searched by configure.ac instead.

Patch by: me



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

GnomeVFS was deprecated 9 years ago. Make GIO, its replacement,
the default searched by configure.ac instead.

Patch by: me



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

show more ...

4bf8607216-Oct-2017 Matthias Seidel

Removed unused graphics from "Space Invaders" easter egg (dropped before AOO 3.4)

https://wiki.openoffice.org/wiki/Easter_Eggs#Space_Invaders

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

Removed unused graphics from "Space Invaders" easter egg (dropped before AOO 3.4)

https://wiki.openoffice.org/wiki/Easter_Eggs#Space_Invaders

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

show more ...


main/default_images/goodies/res/bombe.bmp
main/default_images/goodies/res/explos1.bmp
main/default_images/goodies/res/explos2.bmp
main/default_images/goodies/res/explos3.bmp
main/default_images/goodies/res/fighter1.bmp
main/default_images/goodies/res/fighterl.bmp
main/default_images/goodies/res/fighterr.bmp
main/default_images/goodies/res/helden.bmp
main/default_images/goodies/res/monitio1.bmp
main/default_images/goodies/res/monitio2.bmp
main/default_images/goodies/res/monstb1.bmp
main/default_images/goodies/res/monstb2.bmp
main/default_images/goodies/res/monstb3.bmp
main/default_images/goodies/res/monstb4.bmp
main/default_images/goodies/res/monster1.bmp
main/default_images/goodies/res/monster2.bmp
main/default_images/goodies/res/monster3.bmp
main/default_images/goodies/res/monster4.bmp
main/default_images/goodies/res/scores.bmp
main/default_images/goodies/res/swars.bmp
main/default_images/goodies/res/uvisibl1.bmp
main/default_images/goodies/res/uvisibl2.bmp
main/default_images/goodies/res/uvisibl3.bmp
main/default_images/goodies/res/wall1.bmp
main/default_images/goodies/res/wall10.bmp
main/default_images/goodies/res/wall2.bmp
main/default_images/goodies/res/wall3.bmp
main/default_images/goodies/res/wall4.bmp
main/default_images/goodies/res/wall5.bmp
main/default_images/goodies/res/wall6.bmp
main/default_images/goodies/res/wall7.bmp
main/default_images/goodies/res/wall8.bmp
main/default_images/goodies/res/wall9.bmp
main/default_images/goodies/res/wlcome2.bmp
main/ooo_custom_images/classic/classic_images.tar.gz
7e75dc1a14-Oct-2017 Jim Jagielski

We actually need to build fpicker for macOS/aqua

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

e173840014-Oct-2017 Jim Jagielski

Hmmm. Looks like a cut/paste error. The correct dir name is
'component' not 'components'

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

Hmmm. Looks like a cut/paste error. The correct dir name is
'component' not 'components'

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

show more ...

9f31ad3314-Oct-2017 Matthias Seidel

Cleaned up

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

c373d46813-Oct-2017 Jim Jagielski

Required macOS changes to ensure build of avmedia module and
ObjC conflict in SDK

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

Required macOS changes to ensure build of avmedia module and
ObjC conflict in SDK

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

show more ...

c235b4bc12-Oct-2017 Jim Jagielski

macOS compilation fixes, mostly due to 10.7/10.9 SDK differences
and items deprecated

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

macOS compilation fixes, mostly due to 10.7/10.9 SDK differences
and items deprecated

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

show more ...

5d4f82e210-Oct-2017 Matthias Seidel

#i127551#
I introduced a regression with the Polish dictionary in 4.1.4, assuming that version:
https://sourceforge.net/projects/aoo-extensions/files/806/7/pl-dict.oxt/
was newer than:

#i127551#
I introduced a regression with the Polish dictionary in 4.1.4, assuming that version:
https://sourceforge.net/projects/aoo-extensions/files/806/7/pl-dict.oxt/
was newer than:
https://sourceforge.net/projects/aoo-extensions/files/806/4/pl-dict.oxt/

Now reverting it!

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

show more ...

5532af0610-Oct-2017 Jim Jagielski

More C++ fixes for OSX/macOS. We want to ignore the old include
directory and choose the oldest supporting SDK.

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

More C++ fixes for OSX/macOS. We want to ignore the old include
directory and choose the oldest supporting SDK.

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

show more ...

3d7a076409-Oct-2017 Jim Jagielski

Force lib again

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

0353020009-Oct-2017 Matthias Seidel

Increased length for localized strings

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

0587599f09-Oct-2017 Jim Jagielski

More hoo-haa trying to get NSS to compile under macOS with
10.7 as the target. Moving to 10.9 most likely is the
better fix, but that means AOO 4.2.0 will no longer support
anything older

More hoo-haa trying to get NSS to compile under macOS with
10.7 as the target. Moving to 10.9 most likely is the
better fix, but that means AOO 4.2.0 will no longer support
anything older than Mavericks. Which I don't think we
want to do.

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

show more ...

9e1bc29109-Oct-2017 Jim Jagielski

Get macOS compiling again:
o Restore 10.7 as min
o Deprecated is no longer a fatal warning error
o We need LDFLAGS when linking

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

Get macOS compiling again:
o Restore 10.7 as min
o Deprecated is no longer a fatal warning error
o We need LDFLAGS when linking

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

show more ...

f9e196df07-Oct-2017 Matthias Seidel

Fixed missing graphic for localized help (Report Builder)

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

1...<<101102103104105106107108109110>>...342