Revision tags: AOO420-Dev5-m5 |
|
300d4866 | 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>
show more ...
|
Revision tags: AOO4115-GA |
|
d5edfd09 | 12-Feb-2023 |
DamjanJovanovic |
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage
|
a658d2c3 | 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
show more ...
|
Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
4386a992 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of FieldClicked() to take a 32 bit paragraph index. Patch by: me |
36a46462 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of SetParaAttribs() to take a 32 bit paragraph index. Patch by: me |
9ec87cd3 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetParaAttribs() to take a 32 bit paragraph index. Patch by: me |
2cdd1ab0 | 01-Jan-2023 |
Damjan Jovanovic |
Change the CalcFieldValue() parameter to sal_uInt32 across the whole codebase. Patch by: me |
c2eaa082 | 01-Jan-2023 |
Damjan Jovanovic |
Preliminary attempt to convert all instances of GetParagraphCount() to return a sal_uInt32 or sal_uLong, and fix any related problems in all their callers. Patch by: me |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA |
|
f9f5b566 | 25-Mar-2021 |
mseidel |
Fixed typo (arbitray -> arbitrary) |
Revision tags: AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417 |
|
b87f12bb | 12-May-2019 |
Matthias Seidel |
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:
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/trunk@1859148 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 |