History log of /aoo41x/main/sc/source/core/inc/ (Results 1 - 18 of 18)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta, AOO401, AOO400
6d3b264b27-May-2013 Herbert Dürr

#i122208# const SC containers cannot provide non-const iterators

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

0a2b754605-Mar-2013 Pavel Janík

Define BOOST_MATH_OVERFLOW_ERROR_POLICY only in case it is not yet defined.


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

d228faaa15-Feb-2013 Pedro Giffuni

Partial revert of r1444110: correct mismatch in header file.

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

a067bd6514-Feb-2013 Rob Weir

Revert of r1444110

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

63b47d7f08-Feb-2013 Pedro Giffuni

i114430 - AOO Calc: 0^0=1 and it should be indeterminate.

Many spreadsheets and math packages set the value of POWER( 0, 0)
to 1 as that sometimes is required for some calculations. This

i114430 - AOO Calc: 0^0=1 and it should be indeterminate.

Many spreadsheets and math packages set the value of POWER( 0, 0)
to 1 as that sometimes is required for some calculations. This
is also done by the standard C99 libc pow() function.

In mathematical terms the value is an indeterminate form and
in strict mathematical sense such value should at least be
considered with caution.

OpenFormula permits implementation defined values of 0, 1
or error in this case. We shall now return NaN.

Clean some headers while here.


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

show more ...

42f98a8a04-Jan-2013 Pedro Giffuni

Clarify comments without screaming.

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

a2f0d52904-Jan-2013 Pedro Giffuni

i121561 - Better attempt to fix the Windows build.

Revert r1428523. Apparently the problem is caused by a template
conflict with STLPort.

Special thanks to hdu@ for his incredib

i121561 - Better attempt to fix the Windows build.

Revert r1428523. Apparently the problem is caused by a template
conflict with STLPort.

Special thanks to hdu@ for his incredible detective work.


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

show more ...

4088949203-Jan-2013 Pedro Giffuni

i121561 - Attempt to fix windows build issue

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

76ea2dee02-Jan-2013 Pedro Giffuni

i121561 - Use of boost instead of RTL hyperbolic/power functions.

Boost provides some well implemented and tested versions of the
inverse hyperbolic and small power functions. According

i121561 - Use of boost instead of RTL hyperbolic/power functions.

Boost provides some well implemented and tested versions of the
inverse hyperbolic and small power functions. According to the
documentation the error for these boost versions should be about
1 or 2 Epsilon.

Testing shows that for recent Apache OpenOffice this won't cause
much difference but Symphony users will see important precision
improvements.

Special Thanks to Regina Henschel for providing excellent test cases.


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

show more ...

Revision tags: AOO340
39c2db0b10-Oct-2012 Wang Lei

#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula

Patch by: Zhang Lu
Review by: Wang Lei

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

#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula

Patch by: Zhang Lu
Review by: Wang Lei

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

show more ...

61e64f4a21-Sep-2012 Wang Lei

#i120962 Chart data lost if the source data refers to a range name which is defined as a reference formula

Patch by: Clarence GUO
Review by: Wang Lei

git-svn

#i120962 Chart data lost if the source data refers to a range name which is defined as a reference formula

Patch by: Clarence GUO
Review by: Wang Lei

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

show more ...

6e86bbc106-Sep-2012 Andrew Rist

calcishmakkica: #i90269# #i95144# #i101466#

From: Eike Rathke <erack@apache.org>

* For SUMIFS, AVERAGEIFS and COUNTIFS:
* All ranges must be of same dimension and size.

calcishmakkica: #i90269# #i95144# #i101466#

From: Eike Rathke <erack@apache.org>

* For SUMIFS, AVERAGEIFS and COUNTIFS:
* All ranges must be of same dimension and size.
* Bail out if error encountered for any parameter, without calculating
remaining parameters.
* Adapted ScParameterClassification to cope with paired repeated parameters.
* In function resource have a trailing blank for repeated parameters so the
number is appended with a blank between.

Original Author: Eike Rathke [er] <eike.rathke@oracle.com>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>

# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1288820521 -3600
# Node ID 79da8a1033b663c919f0dc48799f70256bffa497
# Parent 02cf226fcde498f6fd926d45df497e9fb412fe0f


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

show more ...

1b1b70fb06-Sep-2012 Andrew Rist

calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COUNTIFS; patch from <makkica>

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <mak

calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COUNTIFS; patch from <makkica>

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>

# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1288810126 -3600
# Node ID 02cf226fcde498f6fd926d45df497e9fb412fe0f
# Parent 528da6bfd0daed4355d745590d5ac3a319b08fb4

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

show more ...

245212b406-Sep-2012 Andrew Rist

calcishmakkica: #i114428# implement XOR

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Committer: Eike Rathke [er] <ei

calcishmakkica: #i114428# implement XOR

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>

# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1284060031 -7200
# Node ID 528da6bfd0daed4355d745590d5ac3a319b08fb4
# Parent 237cb91dd986ff11eb100cc631206cda102e91f7


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

show more ...

f53782eb06-Sep-2012 Andrew Rist

calcishmakkica: #i101466# implement AVERAGEIF; slightly reworked patch by <makkica>

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>

calcishmakkica: #i101466# implement AVERAGEIF; slightly reworked patch by <makkica>

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Author: Eike Rathke [er] <eike.rathke@oracle.com>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>

# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1284055400 -7200
# Node ID 237cb91dd986ff11eb100cc631206cda102e91f7
# Parent 1c32319bb02fdf173de6a609fca9f2e9c9f4c73a

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

show more ...

7871dc3e11-Jan-2012 Andrew Rist

Update headers to Alv2 headers

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

38d50f7b06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

cdf0e10c16-Aug-2011 rcweir

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


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

show more ...