History log of /aoo42x/main/sc/ (Results 226 - 250 of 408)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d311fc8b19-Mar-2013 Herbert Dürr

WaE: fix miscount in ScVbaCharts::getCount() caused by typo


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

acf6b79619-Mar-2013 Herbert Dürr

WaE: make good the commenting-out, else there are confusing unused-result warnings

The original message for the unfinished comment-out change was:
"1.4.76.1: #i25238# Support for inplace

WaE: make good the commenting-out, else there are confusing unused-result warnings

The original message for the unfinished comment-out change was:
"1.4.76.1: #i25238# Support for inplace editing - please ask MBA"
Maybe it should be removed altogether. Silencing the justifiable warning
is good enough for now though.


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

show more ...

f120fe4118-Mar-2013 Andre Fischer

i121420: Improved the support for context changes.

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

ee09355411-Mar-2013 Andre Fischer

121420: Fixed some sidebar panels.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1455165 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

d5370dc827-Feb-2013 Armin Le Grand

i121420: Enhancements on the four svx-based panels, Area, Line, Graphic and Transformation

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1450891 13f79535-47bb-0310

i121420: Enhancements on the four svx-based panels, Area, Line, Graphic and Transformation

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

show more ...

97a4461926-Feb-2013 Jürgen Schmidt

#111413# reintegrate resource strings for translation

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

c3d385a825-Feb-2013 Ariel Constenla-Haile

i117782 - Re-size controls according to the optimal size

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

599cc5b421-Feb-2013 Oliver-Rainer Wittmann

#121388# - adapt renaming: "Apache OpenOffice" --> "OpenOffice"



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

7a32b0c819-Feb-2013 Andre Fischer

i121420: Added support for Impress panels. Modified sidebar configuration scheme.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1447641 13f79535-47bb-0310-9956-ff

i121420: Added support for Impress panels. Modified sidebar configuration scheme.

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

show more ...

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

95a1859429-Jan-2013 Andre Fischer

i121420: Extended theming. General improvements of the sidebar.

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

0d05bb7425-Jan-2013 Pedro Giffuni

i121421 - Calc's RAND() behaves poorly on most platforms.

Replace WH2006 PRNG with the well known Mersenne Twister
as implemented in Boost. This actually has some drawbacks
with resp

i121421 - Calc's RAND() behaves poorly on most platforms.

Replace WH2006 PRNG with the well known Mersenne Twister
as implemented in Boost. This actually has some drawbacks
with respect to our previous implementation: we lose the
nifty seeding and instead use the timer which is
non-optimal.

The main reason is the speed: MT is said to be at least
4 times faster.

On the other hand I also moved the WH to the scaddins
module where it is used by Calc's RANDBETWEEN function.
This way we still have the alternative PRNG and we
drop another use of the unreliable rand from libc.


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

show more ...

6043ac9b23-Jan-2013 Armin Le Grand

#121532# unified getting the blended selection color

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

d16f1dca18-Jan-2013 Pedro Giffuni

Add namespace extension: may reduce some warnings.

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

45fd3b9a10-Jan-2013 Armin Le Grand

#121504# Support for alpha channel in clipboard for all systems

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

ff3f4ebc10-Jan-2013 Oliver-Rainer Wittmann

#121388# - Adapt naming "OpenOffice.org" --> "Apache OpenOffice"
-- impact on corresponding strings in the UI, folder names, package names, ...



git-svn-id: https://svn

#121388# - Adapt naming "OpenOffice.org" --> "Apache OpenOffice"
-- impact on corresponding strings in the UI, folder names, package names, ...



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

show more ...

34d5e9da04-Jan-2013 Herbert Dürr

reverting 1428926 as revison 1428922 does the same and was earlier

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

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

95b0c91e04-Jan-2013 Herbert Dürr

#i121561# workaround windows build problem with the new boost functions

Stlport 5.2 and newer set the _STLP_HAS_NATIVE_FLOAT_ABS define for all MSVC>=2005,
so that the stl::abs() defines

#i121561# workaround windows build problem with the new boost functions

Stlport 5.2 and newer set the _STLP_HAS_NATIVE_FLOAT_ABS define for all MSVC>=2005,
so that the stl::abs() defines are enabled. Otherwise the compilation fails because
only stl::abs(complex<>) gets included which messes things up because it is the
only one available after the SFINAE eliminations when the compiler tries to
instantiate e.g. boost's atanh using stl::abs()


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

show more ...

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

12345678910>>...17