History log of /trunk/ (Results 3026 - 3050 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c33b129910-Nov-2016 damjan

Use the correct icon for the "Run Query" button picture in the help page
"Executing SQL Commands".

Patch by: me



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

Use the correct icon for the "Run Query" button picture in the help page
"Executing SQL Commands".

Patch by: me



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

show more ...

a384216110-Nov-2016 marcus

#i39199# Translated comments from German to English

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

e53d11b306-Nov-2016 damjan

#i119892# Missing "by" in description

Fixes spelling errors in some Base messages.

Reported by: Dwayne Henderson
Patch by: me



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

#i119892# Missing "by" in description

Fixes spelling errors in some Base messages.

Reported by: Dwayne Henderson
Patch by: me



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

show more ...

001d9c4228-Oct-2016 arielch

i127195 - Update product code of VC redistributables


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

a2534f0b25-Oct-2016 arielch

i123947 - fix stlport emulation wrappers when compiling in C++11 mode


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

8916d3b425-Oct-2016 arielch

i127139 - Work around broken toolchain


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

b871de3621-Oct-2016 arielch

i127100 - Build Windows installer with NSIS >= 3.0


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

984fa9b621-Oct-2016 arielch

i127107 - Quote module name in CreateProcess call


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

843675d920-Oct-2016 damjan

#i86470# Wrong Java locale when using the languagepacks "nl" and "fr"

Languages don't always have a country; if there is no "-" separating
language and country in the ooLocale registry v

#i86470# Wrong Java locale when using the languagepacks "nl" and "fr"

Languages don't always have a country; if there is no "-" separating
language and country in the ooLocale registry value, use the entire
value as the language.

Patch by: me



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

show more ...

e437ce2f20-Oct-2016 damjan

#i80654# Java locale is set based on UI language rather than locale setting

Construct Java's language from the "User interface" language, and Java's
country from the "Locale setting" cou

#i80654# Java locale is set based on UI language rather than locale setting

Construct Java's language from the "User interface" language, and Java's
country from the "Locale setting" country in the "Language settings" ->
"Languages" options. This way, the user interface language will be the same
in AOO and Java, while the locale settings in Java won't depend on that
language but rather on the country.

This should fix the bug in Java, BeanShell, and Javascript.

Patch by: me



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

show more ...

0f059bb020-Oct-2016 damjan

#i83004# cannot paste HTML data from any Java application via clipboard

Allow StartHTML and EndHTML values in the Windows clipboard's
"HTML Format" to be -1, and use StartFragment and En

#i83004# cannot paste HTML data from any Java application via clipboard

Allow StartHTML and EndHTML values in the Windows clipboard's
"HTML Format" to be -1, and use StartFragment and EndFragment instead
when they are. Excel allows -1, as does Mozilla since 2011, so we
really should too. Java has been providing >= 0 for a while now, but
we should still support -1 in case any other applications use it.

Patch by: me



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

show more ...

c008ed8518-Oct-2016 damjan

#i125868# AOO crashes if JRE (Java) is not installed (using help search or picture/makros)

ucbhelper::ResultSetHelper methods calling init() can only throw
RuntimeException, yet Exceptio

#i125868# AOO crashes if JRE (Java) is not installed (using help search or picture/makros)

ucbhelper::ResultSetHelper methods calling init() can only throw
RuntimeException, yet Exception or its other subclasses are
thrown in some cases (eg. with Java disabled, try searching
the Help index), resulting in unexpected() on at least FreeBSD
and MacOS that crashes AOO.

Fix this by catching Exception and instead throwing a
RuntimeException with its message.

Patch by: me



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

show more ...

41ba04f717-Oct-2016 pfg

More google code fallout.

MDDS has moved to gitlab, which doesn't help when looking for the old
version we need so use the Google archive instead.


git-svn-id: https://svn.a

More google code fallout.

MDDS has moved to gitlab, which doesn't help when looking for the old
version we need so use the Google archive instead.


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

show more ...

bf854bef17-Oct-2016 damjan

Read PROP_DIRECTORY instead of PROP_FILENAME in the Vista file picker's
getDisplayDirectory() method.

Patch by: Regina Henschel
Review by: Damjan Jovanovic
(see https://bz.apache

Read PROP_DIRECTORY instead of PROP_FILENAME in the Vista file picker's
getDisplayDirectory() method.

Patch by: Regina Henschel
Review by: Damjan Jovanovic
(see https://bz.apache.org/ooo/show_bug.cgi?id=96720#c12)



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

show more ...

5f4c42de17-Oct-2016 pfg

Update Gentium URL.

This was causing breakage on the buildbot.


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

2624692c16-Oct-2016 damjan

#i127165# Clicking "No" in Java dialog causes abnormal exit on FreeBSD

XSingleComponentFactory::createInstanceWithArgumentsAndContext()
throws an Exception, not a RuntimeException. This

#i127165# Clicking "No" in Java dialog causes abnormal exit on FreeBSD

XSingleComponentFactory::createInstanceWithArgumentsAndContext()
throws an Exception, not a RuntimeException. This was causing
an abort on FreeBSD when "No" is clicked in the Java dialog,
as JavaComponentLoader::activate() throws a
CannotActivateFactoryException which is a subclass of Exception
but not RuntimeException, and the scripting ProviderCache wrongly
catches only RuntimeException. The missed CannotActivateFactoryException
was going to unexpected(), which calls abort()...

Patch by: me



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

show more ...

30928f5415-Oct-2016 pfg

CFF: raise FDArray count limit to 256.

Per spec, the maximum for FDArray elements is 256, something that is not
common but some people like to test the limits [1].

Thanks to Aud

CFF: raise FDArray count limit to 256.

Per spec, the maximum for FDArray elements is 256, something that is not
common but some people like to test the limits [1].

Thanks to Audrey Tang for posting a patch under CC0 Universal declaration
which I found by accident.

[1] http://blogs.adobe.com/CCJKType/2012/05/all-unicode-cfr.html


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

show more ...

7d294ebc15-Oct-2016 pfg

Adapt TrueType font detection for the Apple specification variant.

From the Microsoft OpenType Specification:
https://www.microsoft.com/typography/otspec/otff.htm

NOTE: The Appl

Adapt TrueType font detection for the Apple specification variant.

From the Microsoft OpenType Specification:
https://www.microsoft.com/typography/otspec/otff.htm

NOTE: The Apple specification for TrueType fonts allows for 'true' and
'typ1' for sfnt version. These version tags should not be used for fonts
which contain OpenType tables.
____

We are complying with the OpenType usage fine but we were not taking into
account the NOTE so Apple TrueType variants would not be recognized.

Apparently valid values are 0x00010000 and 0x00020000. Keep it simple and
just assume any value different than zero is valid here.


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

show more ...

221de5ad05-Oct-2016 jim

To better allow for changes between OSX (esp related to openssl, but useful otherwise),
tuck away the actual Darwin rev number.


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

To better allow for changes between OSX (esp related to openssl, but useful otherwise),
tuck away the actual Darwin rev number.


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

show more ...

55511c5001-Oct-2016 pescetti

#i127148# Include testgraphical/references in generated source package.

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

4b8ca05d01-Oct-2016 pescetti

#i126605# Ignore generated scripts for supported platforms when creating source package.

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

#i126605# Ignore generated scripts for supported platforms when creating source package.

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

show more ...

ce54dccd23-Sep-2016 hanya

#i127071# Fix illegal index on locations of spell checker dictionary


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

274b8a6221-Sep-2016 pescetti

#i127129# Backport fix from AOO413 for downloading extensions from HTTPS.

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

e42debdb21-Sep-2016 pescetti

#i127128# Fix wrong URL for CURL package.

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

564a8b3f21-Sep-2016 pescetti

#i127112# Merge dictionary updates to trunk, solving conflicts.


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

1...<<121122123124125126127128129130>>...342