History log of /aoo42x/ (Results 2801 - 2825 of 8186)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6b41ff7a03-Apr-2016 damjan

#i122754# Base does not properly parse CSV files as per RFC-4180 (while
Calc does)

The flat file driver, in file
main/connectivity/source/drivers/flat/ETable.cxx, method
OFlatTab

#i122754# Base does not properly parse CSV files as per RFC-4180 (while
Calc does)

The flat file driver, in file
main/connectivity/source/drivers/flat/ETable.cxx, method
OFlatTable::fillColumns(), which reads lines to initialize columns,
assumes fields in the header and the first few lines never continue onto
the next line(s). This causes truncation of columns when they do.

Read all lines using the readLine() method instead of
SvStream::ReadByteStringLine(), which takes overflow onto next lines into
account. Also implement a new version of readLine() which allows reading
into an arbitrary string, as opposed to m_aCurrentLine only.

Patch by: me



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

show more ...

70ab24e930-Mar-2016 damjan

When otherwise absent, get the run and run.bat scripts to try to detect
and use the ${openoffice.home} that the --with-package-format="installed"
option to ./configure provided.

Patc

When otherwise absent, get the run and run.bat scripts to try to detect
and use the ${openoffice.home} that the --with-package-format="installed"
option to ./configure provided.

Patch by: me



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

show more ...

29b5526230-Mar-2016 damjan

Some fixes to build.xml for qa tests:
* Fix the default ${openoffice.home} for *nix (the final "program" directory
is wrong).
* Windows uses the "OpenOffice 4" directory instead of "ope

Some fixes to build.xml for qa tests:
* Fix the default ${openoffice.home} for *nix (the final "program" directory
is wrong).
* Windows uses the "OpenOffice 4" directory instead of "openoffice4".

Patch by: me



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

show more ...

da7570d226-Mar-2016 pescetti

#i126892# Use a specific mirror for dictionaries, to avoid HTTPS redirections.

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

c53fdf7026-Mar-2016 pescetti

#i126892# Use a specific mirror to avoid HTTPS redirections.

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

b8bbe16f25-Mar-2016 truckman

#i126890# code: compiling with recent clang generates thousands of infinite-recu
rsion warnings about DbgOut()

If the definition of the overloaded function DbgOut() in
sal/inc/rtl/st

#i126890# code: compiling with recent clang generates thousands of infinite-recu
rsion warnings about DbgOut()

If the definition of the overloaded function DbgOut() in
sal/inc/rtl/string.hxx is compiled without having first compiling
the the declaration of DbgOut() with a different signature in
tools/inc/tools/debug.hxx, the compiler thinks DbgOut() is calling
itself recursively with no means of escape.

Fix this in the case where DBG_UTIL is defined by including
<tools/debug.hxx> inside string.hxx so that the compiler will
encounter the declaration of DbgOut() in debug.hxx first in this
case. This requires adding a couple of directories to the compiler
include path so that the new consumers of <tools/debug.hxx> can
find it as well as one of its dependencies.

If DBG_UTIL is not defined, then debug.hxx does not declare DbgOut(),
so fix this case by hiding the DbgOut() definition in string.hxx
behind #ifdef DBG_UTIL since it won't be used in this case.



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

show more ...

f813b59a20-Mar-2016 truckman

Revert r1735544 and add -DBOOST_SYSTEM_NO_DEPRECATED to CFLAGS in
the makefile that actually has fixes the build problem with modern
boost.


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

Revert r1735544 and add -DBOOST_SYSTEM_NO_DEPRECATED to CFLAGS in
the makefile that actually has fixes the build problem with modern
boost.


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

show more ...

5473285218-Mar-2016 truckman

Add -DBOOST_SYSTEM_NO_DEPRECATED to CFLAGS to avoid the need to link
with pdfimport plugin -lboost_system when building with recent versions
of boost.

Suggested by: Jung-uk Kim <jkim

Add -DBOOST_SYSTEM_NO_DEPRECATED to CFLAGS to avoid the need to link
with pdfimport plugin -lboost_system when building with recent versions
of boost.

Suggested by: Jung-uk Kim <jkim@FreeBSD.org> (in another context)


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

show more ...

e042adb518-Mar-2016 truckman

Fix equivalent to Graphite2 CVE-2016-1521.


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

a2e6ca4216-Mar-2016 pfg

writerperfect is no more.


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

f51d278416-Mar-2016 pfg

Revert r1735107:
Duh ... this was wrong.


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

6e8c3a3015-Mar-2016 pfg

No need to exclude from RAT scans code that has been cleaned out.


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

734ff1a613-Mar-2016 pfg

remove ooo.lst: the file has been replaced by main/external_deps.lst

It is not used by gbuild either so it is time to let go.


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

remove ooo.lst: the file has been replaced by main/external_deps.lst

It is not used by gbuild either so it is time to let go.


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

show more ...

f9b0654804-Mar-2016 damjan

Fix the failing bvt.gui.BasicFunctionTest.testFunctionWizardInFormulaBar
test method, which was failing because of use of inputKeys() instead of
typeKeys().

Patch by: me


Fix the failing bvt.gui.BasicFunctionTest.testFunctionWizardInFormulaBar
test method, which was failing because of use of inputKeys() instead of
typeKeys().

Patch by: me



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

show more ...

9c5183b904-Mar-2016 damjan

Hide 2 utility classes that falsely register as failing tests.

Patch by: me



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

Hide 2 utility classes that falsely register as failing tests.

Patch by: me



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

show more ...

1269415604-Mar-2016 damjan

Path separator fixes for the bvt.gui.FileExport test.

Patch by: me



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

Path separator fixes for the bvt.gui.FileExport test.

Patch by: me



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

show more ...

21ba21a904-Mar-2016 damjan

Fix an index out of range error in the bvt.gui.FileExport test,
which could never possibly work as the directory being
searched for isn't in the path.

Patch by: me



Fix an index out of range error in the bvt.gui.FileExport test,
which could never possibly work as the directory being
searched for isn't in the path.

Patch by: me



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

show more ...

fcce201404-Mar-2016 damjan

Remove an erroneous tab that ends the output of "./run --help" for our
qa tests.

Patch by: me



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

Remove an erroneous tab that ends the output of "./run --help" for our
qa tests.

Patch by: me



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

show more ...

f21518a023-Feb-2016 pfg

Update the Apache licensed Beanshell to 2.0b6
From it's new home at github:

https://github.com/beanshell/beanshell

The new release addresses CVE-2016-2510.


git-svn

Update the Apache licensed Beanshell to 2.0b6
From it's new home at github:

https://github.com/beanshell/beanshell

The new release addresses CVE-2016-2510.


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

show more ...

c014b5f219-Feb-2016 Damjan Jovanovic

Log the HTTP status when a download in ./bootstrap fails.

Patch by: me



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

Log the HTTP status when a download in ./bootstrap fails.

Patch by: me



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

show more ...

4ab4021d19-Feb-2016 Damjan Jovanovic

Merge r1409397 from branches/gbuild: #i117685# own copy target for globlmn.hrc

Build updates by: me



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

Merge r1409397 from branches/gbuild: #i117685# own copy target for globlmn.hrc

Build updates by: me



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

show more ...

faa11fa317-Feb-2016 Damjan Jovanovic

#i118023# Calc: Cut-and-paste between spreadsheets causes incorrect cell reference changes

When pasting cut cells, Calc updates references to their old positions
to instead refer to thei

#i118023# Calc: Cut-and-paste between spreadsheets causes incorrect cell reference changes

When pasting cut cells, Calc updates references to their old positions
to instead refer to their new positions. This is done using the tab index,
row and column, however the document is not taken into account. As a result,
when cutting and pasting between documents, cells in the target document
end up getting changed instead of in the source, potentially leading to
formula corruption, which is undoable but could easily go unnoticed,
causing data loss when the document is saved.

We don't really support inter-document reference updates anyway, so fix
this bug by restricting reference updates to the intra-document cut and
paste case only.

Patch by: me
Reviewed by: kschenk



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

show more ...

ecbd966714-Feb-2016 Kay Schenk

#i126658# Add description about NoLabel property on css.awt.UnoControlFixedTextModel
Patch by: hanya



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

#i126658# Add description about NoLabel property on css.awt.UnoControlFixedTextModel
Patch by: hanya



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

show more ...

4b0745c414-Feb-2016 Kay Schenk

#i126652# [Autodoc] Numeric character reference should ends with a semicolon
Patch by: hanya



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

#i126652# [Autodoc] Numeric character reference should ends with a semicolon
Patch by: hanya



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

show more ...

e79d5b3714-Feb-2016 Kay Schenk

#i126635# Possible null pointer reference
patch by: orcmid



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

1...<<111112113114115116117118119120>>...328