Revision tags: SNAPSHOT, AOO411 |
|
3de57b87 | 09-Sep-2015 |
Damjan Jovanovic |
#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings. A
#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings. Added a spreadsheet test for this behaviour. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702107 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c9b8e806 | 21-Apr-2015 |
Pedro Giffuni |
Minor cleanups in the random generator code. Drop unused variables. Enhance slightly the naming of static variables. git-svn-id: https://svn.apache.org/repos/asf/openoffice
Minor cleanups in the random generator code. Drop unused variables. Enhance slightly the naming of static variables. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1675168 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b54ae672 | 26-Mar-2015 |
Pedro Giffuni |
Re-implement Calc's RAND() function using a variant of KISS PRNG. George Marsaglia's KISS algorithm is a rather simple implementation of a random number generator but it has interesting
Re-implement Calc's RAND() function using a variant of KISS PRNG. George Marsaglia's KISS algorithm is a rather simple implementation of a random number generator but it has interesting properties with respect ot the traditional Mersenne Twister. I used the 2011 32 bit Multiply-with-carry variant, with an undetermined period which is known to be not less than 10^40000000; it is known to pass all the statistical tests. The Apache OpenOffice implementation uses an aggressive seeding scheme based on the internal rtl_random functions, rendering the function basically unpredictable. As a side effect it is also not possible to specify a seed for repeatability. No claims are made concerning crypto-safeness. The specific adaption for Apache OpenOffice is: Copyright 2015 Pedro Giffuni All rights reserved. Huge thanks to Steve Kargl for pointing me to the algorithm and the late George Marsaglia for creating it in the first place. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1669455 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
641e855f | 22-Jan-2015 |
Tsutomu Uchino |
#i107619# update search result while repeating search git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1653973 13f79535-47bb-0310-9956-ffa450edef68 |
56b35d86 | 02-Jun-2014 |
Armin Le Grand |
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599233 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
b53317dc | 10-Mar-2014 |
Andre Fischer |
i124361: Removed empty and unused makefiles. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575948 13f79535-47bb-0310-9956-ffa450edef68 |
e8e74e65 | 10-Mar-2014 |
Andre Fischer |
i124361: Removed unreachable code to avoid warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575931 13f79535-47bb-0310-9956-ffa450edef68 |
6d0e8f38 | 10-Mar-2014 |
Andre Fischer |
i124361: Enable exception support for all sc source files. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575930 13f79535-47bb-0310-9956-ffa450edef68 |
a845386b | 10-Mar-2014 |
Andre Fischer |
i124361: Removed some warnings from sc. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575927 13f79535-47bb-0310-9956-ffa450edef68 |
5b2f55dd | 14-Feb-2014 |
Steve Yin |
Bug 124065 - [Performance] Low performance opening attached .ods git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1568219 13f79535-47bb-0310-9956-ffa450edef68 |
17ebb29c | 20-Jan-2014 |
Andre Fischer |
124033: Made the update of maColManualBreaks more conservative. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559703 13f79535-47bb-0310-9956-ffa450edef68 |
ae2dc0fa | 18-Jan-2014 |
Tsutomu Uchino |
#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559
#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559327 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
38e63b1d | 17-Jan-2014 |
Armin Le Grand |
i123870 corrected import values on xml import with chart, avoid uninitialized values git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559272 13f79535-47bb-0310-9956-ffa450edef68 |
a54c2933 | 16-Jan-2014 |
Andre Fischer |
123166: Made the update of maRowManualBreaks more conservative. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1558727 13f79535-47bb-0310-9956-ffa450edef68 |
15be5a03 | 13-Jan-2014 |
Tsutomu Uchino |
#i91494# use the same font height for CJK text with Western in drawing object on Calc drawing layer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557658 13f79535-47bb-0310-9
#i91494# use the same font height for CJK text with Western in drawing object on Calc drawing layer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557658 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3d762826 | 06-Jan-2014 |
Herbert Dürr |
#i123817# prepare codebase for updating to boost 1.55 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555789 13f79535-47bb-0310-9956-ffa450edef68 |
8f4c7c28 | 03-Jan-2014 |
Steve Yin |
Bug 123909 - Select one column, paste cell range with merged cell in, AOO will be not responding git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555031 13f79535-47bb-0310-9956
Bug 123909 - Select one column, paste cell range with merged cell in, AOO will be not responding git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555031 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4d7c9de0 | 28-Nov-2013 |
Herbert Dürr |
#i123768# [ia2] remove pseudo-automatic noisy comments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68 |
cd54e8d3 | 26-Nov-2013 |
Pavel Janík |
WaE: reorder initializations to prevent compiler warning. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545806 13f79535-47bb-0310-9956-ffa450edef68 |
8e8ee8fe | 29-Sep-2013 |
Steve Yin |
Fix build errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1527279 13f79535-47bb-0310-9956-ffa450edef68
|
0deba7fb | 27-Sep-2013 |
Steve Yin |
AOO IA2 enabled draft version 1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1526782 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401 |
|
fe481f06 | 11-Sep-2013 |
Oliver-Rainer Wittmann |
122927: adjusting change made for 121126 - allow formatting of boolean formula result as number, but force it, if formatting code contains string/text section Review by:
122927: adjusting change made for 121126 - allow formatting of boolean formula result as number, but force it, if formatting code contains string/text section Review by: Clarence Guo <clarence dot guo dot bj at gmail dot com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1521885 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
22407013 | 06-Sep-2013 |
Oliver-Rainer Wittmann |
122862: adjust code for issue 12666 in order to solve regressions 122862, 122870, 122955, 123161 and 123163 For 12666 new internal database ranges have been introduced. The fix reduc
122862: adjust code for issue 12666 in order to solve regressions 122862, 122870, 122955, 123161 and 123163 For 12666 new internal database ranges have been introduced. The fix reduced its usage to the once needed for the Auto Filter function. Standard Filter and Special Filter should be untouched now. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1520602 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6a261b58 | 28-Aug-2013 |
Herbert Dürr |
#i122827# fix the performance regression in xls saving introduced by #i119707# by correcting the calculation of the last row with visible attributes Patch by: Yan Peng Guo Debug
#i122827# fix the performance regression in xls saving introduced by #i119707# by correcting the calculation of the last row with visible attributes Patch by: Yan Peng Guo Debugged by: Herbert Duerr Found by: k.wehrlin@hotmail.com git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518253 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|