History log of /trunk/ (Results 3151 - 3175 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

0ac3ffd814-Feb-2016 Andrea Pescetti

#i126842# Update Italian dictionary to version 2016.02.10

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

7b5d2bf213-Feb-2016 Damjan Jovanovic

Fix the upstream URL for vigra in external_deps.lst

Patch by: me



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

7c12a17212-Feb-2016 Pedro Giffuni

i126369 - Finish off hwpfilter

The Hangul Word Processor filter was disabled from OpenOffice in
r1677190 due to security concerns. While some extra buffer controls
could have been m

i126369 - Finish off hwpfilter

The Hangul Word Processor filter was disabled from OpenOffice in
r1677190 due to security concerns. While some extra buffer controls
could have been made and the filter restored, the truth is a much
bigger effort is required to catch up with this format. Files created
with later editions of Hangul, including Hangul Wordian, Hangul 2002,
Hangul 2005 and Hangul 2007 cannot be opened with the existing filter.
Existing users can apparently download a free viewer and convert their
document to RTF or doc.

Drop completely the code. while here also drop remnants of wpd support
that we dropped since 3.4.1. Having less code is sometimes better.


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

show more ...


main/LICENSE
main/configure.ac
main/hwpfilter/inc/makefile.mk
main/hwpfilter/inc/pch/precompiled_hwpfilter.cxx
main/hwpfilter/inc/pch/precompiled_hwpfilter.hxx
main/hwpfilter/prj/build.lst
main/hwpfilter/prj/d.lst
main/hwpfilter/source/attributes.cxx
main/hwpfilter/source/attributes.hxx
main/hwpfilter/source/cspline.cpp
main/hwpfilter/source/cspline.h
main/hwpfilter/source/datecode.h
main/hwpfilter/source/drawdef.h
main/hwpfilter/source/drawing.h
main/hwpfilter/source/fontmap.cpp
main/hwpfilter/source/formula.cpp
main/hwpfilter/source/formula.h
main/hwpfilter/source/grammar.cpp
main/hwpfilter/source/grammar.h
main/hwpfilter/source/hbox.cpp
main/hwpfilter/source/hbox.h
main/hwpfilter/source/hcode.cpp
main/hwpfilter/source/hcode.h
main/hwpfilter/source/hfont.cpp
main/hwpfilter/source/hfont.h
main/hwpfilter/source/hgzip.cpp
main/hwpfilter/source/hgzip.h
main/hwpfilter/source/hinfo.cpp
main/hwpfilter/source/hinfo.h
main/hwpfilter/source/hiodev.cpp
main/hwpfilter/source/hiodev.h
main/hwpfilter/source/hpara.cpp
main/hwpfilter/source/hpara.h
main/hwpfilter/source/hstream.cpp
main/hwpfilter/source/hstream.h
main/hwpfilter/source/hstyle.cpp
main/hwpfilter/source/hstyle.h
main/hwpfilter/source/htags.cpp
main/hwpfilter/source/htags.h
main/hwpfilter/source/hutil.cpp
main/hwpfilter/source/hutil.h
main/hwpfilter/source/hwp.component
main/hwpfilter/source/hwpeq.cpp
main/hwpfilter/source/hwpeq.h
main/hwpfilter/source/hwpfile.cpp
main/hwpfilter/source/hwpfile.h
main/hwpfilter/source/hwplib.h
main/hwpfilter/source/hwpread.cpp
main/hwpfilter/source/hwpreader.cxx
main/hwpfilter/source/hwpreader.hxx
main/hwpfilter/source/ksc5601.h
main/hwpfilter/source/lexer.cpp
main/hwpfilter/source/list.hxx
main/hwpfilter/source/makefile.mk
main/hwpfilter/source/mapping.h
main/hwpfilter/source/mzstring.cpp
main/hwpfilter/source/mzstring.h
main/hwpfilter/source/nodes.h
main/hwpfilter/source/precompile.h
main/hwpfilter/source/solver.cpp
main/hwpfilter/source/solver.h
main/rat-excludes
main/scp2/source/writer/registryitem_writer.scp
main/sysui/desktop/macosx/Info.plist
main/toolkit/src2xml/include.lst
910dbabb11-Feb-2016 Damjan Jovanovic

#i126840# - Windows/MSVC build often fails in main/icu

The build script (used only on MSVC, not MingW or other OSes) for icu
generates nmake makefiles for the build using icu's
sourc

#i126840# - Windows/MSVC build often fails in main/icu

The build script (used only on MSVC, not MingW or other OSes) for icu
generates nmake makefiles for the build using icu's
source/allinone/allinone.sln, in which layoutex doesn't list a dependency
on i18n, despite linking to icuin.lib from i18n, which sporadically causes
the icu build to fail. This is really an upstream bug, however upstream
doesn't build using allinone.sln so we are affected more.

This patch declares the missing dependecy, and makes icu build reliably.

Patch by: me
Tested by: pats



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

show more ...

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