Revision tags: AOO420-Dev5-m5 |
|
ebe15e47 | 28-Nov-2023 |
John Bampton |
misc: fix spelling (#186) * misc: fix spelling * Update cmdid.h * Update svdopath.cxx * Update RowSetCache.cxx --------- Co-authored-by: Matthias
misc: fix spelling (#186) * misc: fix spelling * Update cmdid.h * Update svdopath.cxx * Update RowSetCache.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit 300d4866462a073a2285741ed956e98ff5957a82)
show more ...
|
Revision tags: AOO4115-GA |
|
7a980842 | 12-Feb-2023 |
DamjanJovanovic |
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage (cherry picked from commit d5edfd09768da46c2f9d7c365bf67
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage (cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)
show more ...
|
f0f19c05 | 30-Jan-2023 |
mseidel |
OpenOffice Calc offers functions for converting from old national currencies to EURO. Croatia joined the euro area in 2023, see: https://www.ecb.europa.eu/euro/changeover/croatia/html/in
OpenOffice Calc offers functions for converting from old national currencies to EURO. Croatia joined the euro area in 2023, see: https://www.ecb.europa.eu/euro/changeover/croatia/html/index.en.html (cherry picked from commit a658d2c3a558c3c19f1f11cd0c149f02935bb073)
show more ...
|
Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA |
|
c2202f61 | 25-Mar-2021 |
mseidel |
Fixed typo (arbitray -> arbitrary) (cherry picked from commit f9f5b5667a1c19794e99a0d701b2253e3c70ba25) |
Revision tags: AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417 |
|
a0e98930 | 12-May-2019 |
Matthias Seidel |
Merged r1859148 from trunk: OpenOffice Calc offers functions for converting from old national currencies to EURO. Additional countries joined the euro area: Estonia (2011), Latvia (
Merged r1859148 from trunk: OpenOffice Calc offers functions for converting from old national currencies to EURO. Additional countries joined the euro area: Estonia (2011), Latvia (2014) and Lithuania (2015), see: https://www.ecb.europa.eu/euro/changeover/estonia/html/index.en.html https://www.ecb.europa.eu/euro/changeover/latvia/html/index.en.html https://www.ecb.europa.eu/euro/changeover/lithuania/html/index.en.html This patch adds those currencies and conversion rates for CONVERT (Calc.xcu) and EUROCONVERT (interpr2.cxx). git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1859149 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
b77af630 | 15-Jan-2017 |
damjan |
Port main/sc to gbuild. Also add the ability to add extra image directories to resources, which is needed by main/sc. Patch by: me git-svn-id: https://svn.apache.org/re
Port main/sc to gbuild. Also add the ability to add extra image directories to resources, which is needed by main/sc. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO4121 |
|
5dfc2e73 | 31-May-2016 |
pfg |
RAND(): Destroy the random pool after seeding. We are using rtl_random() only for seeding, we can save some memory here. git-svn-id: https://svn.apache.org/repos/asf/openoffice
RAND(): Destroy the random pool after seeding. We are using rtl_random() only for seeding, we can save some memory here. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1746363 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c32d42b5 | 04-Apr-2016 |
damjan |
#i126901# CSV import: values with + or - followed by thousand separator and 3 digits (eg. +,123) are imported as a number Do not allow numbers parsed from CVS files when "Detect special
#i126901# CSV import: values with + or - followed by thousand separator and 3 digits (eg. +,123) are imported as a number Do not allow numbers parsed from CVS files when "Detect special numbers" is off, to contain thousand separators before digits, even if after a +/- sign (eg. -,123 or +,789). Treat these as strings instead. Also added unit tests for this and exported the ScStringUtil class so it can be tested. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1737624 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a940b7f5 | 06-Dec-2015 |
asf-sync-process |
#i126701# Patch for adding bit shift functions to calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn
#i126701# Patch for adding bit shift functions to calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1718196 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0f94c4d7 | 22-Nov-2015 |
Damjan Jovanovic |
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1715605 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
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 ...
|
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 |
|
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 |
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 |
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 |
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 ...
|
Revision tags: AOO400 |
|
46d2a04e | 18-Apr-2013 |
Herbert Dürr |
WaE: fix implicit conversions from boolean false to the NULL pointer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469301 13f79535-47bb-0310-9956-ffa450edef68 |
43f0f119 | 16-Apr-2013 |
Herbert Dürr |
assume STL to always be newer than stlport's version from 2002 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468400 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 |