d311fc8b | 19-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 |
acf6b796 | 19-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 ...
|
f120fe41 | 18-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 |
ee093554 | 11-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 |
0a2b7546 | 05-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 |
d5370dc8 | 27-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 ...
|
97a44619 | 26-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 |
c3d385a8 | 25-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 |
599cc5b4 | 21-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 |
7a32b0c8 | 19-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 ...
|
d228faaa | 15-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 |
a067bd65 | 14-Feb-2013 |
Rob Weir |
Revert of r1444110 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1446344 13f79535-47bb-0310-9956-ffa450edef68 |
63b47d7f | 08-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 ...
|
95a18594 | 29-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 |
0d05bb74 | 25-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 ...
|
6043ac9b | 23-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 |
d16f1dca | 18-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 |
45fd3b9a | 10-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 |
ff3f4ebc | 10-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 ...
|
34d5e9da | 04-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 |
42f98a8a | 04-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 |
95b0c91e | 04-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 ...
|
a2f0d529 | 04-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 ...
|
40889492 | 03-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 |
76ea2dee | 02-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 ...
|