Update bg_BG.xml (#445)* Update bg_BG.xmlAdd EURO as default currency in Bulgarian locale data* OpenOffice Calc offers functions for converting from old national currencies to EURO.Bulgaria jo
Update bg_BG.xml (#445)* Update bg_BG.xmlAdd EURO as default currency in Bulgarian locale data* OpenOffice Calc offers functions for converting from old national currencies to EURO.Bulgaria joins the euro area in 2026, see:https://www.ecb.europa.eu/euro/changeover/bulgaria/html/index.en.html(cherry picked from commit 984605ceb15099fe68efc6e3a76bff36f7df7fbb)
show more ...
More spelling fixes (#434)* Fix more typos* Regenerate ignored words list codespell.txt(cherry picked from commit e44970e361d561c4fb365c9f2d78a4d8a70d0e0d)
Replace 2do -> TODO, minor cleanup(cherry picked from commit 5cd1c82638b65a86a575c9871d07bec79d4064b8)
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit cf6516809c57e1bb0a940545cca99cdad54d4ce2)
DDE links are subject to authorization(cherry picked from commit 80e8b488c0f103f95b5c0cb9bd8ff9ad850bc08e)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)(cherry picked from commit 9204bf8294f34a46abdfeceee27c48e7b7b2ef12)
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
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)
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphsUpdate EditEngine code to use 32 bit paragraph storage(cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)
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
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)
Fixed typo (arbitray -> arbitrary)(cherry picked from commit f9f5b5667a1c19794e99a0d701b2253e3c70ba25)
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 Lithua
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.htmlhttps://www.ecb.europa.eu/euro/changeover/latvia/html/index.en.htmlhttps://www.ecb.europa.eu/euro/changeover/lithuania/html/index.en.htmlThis 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
Port main/sc to gbuild.Also add the ability to add extra image directories to resources,which is needed by main/sc.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@177
Port main/sc to gbuild.Also add the ability to add extra image directories to resources,which is needed by main/sc.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 13f79535-47bb-0310-9956-ffa450edef68
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 13f79
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
#i126901# CSV import: values with + or - followed by thousand separator and3 digits (eg. +,123) are imported as a numberDo not allow numbers parsed from CVS files when "Detect special numbers" is
#i126901# CSV import: values with + or - followed by thousand separator and3 digits (eg. +,123) are imported as a numberDo not allow numbers parsed from CVS files when "Detect special numbers" isoff, 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 itcan be tested.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1737624 13f79535-47bb-0310-9956-ffa450edef68
#i126701# Patch for adding bit shift functions to calcPatch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>Review by: megit-svn-id: https://svn.apache.org/repo
#i126701# Patch for adding bit shift functions to calcPatch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>Review by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1718196 13f79535-47bb-0310-9956-ffa450edef68
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calcPatch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>Review by: megit-svn-
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calcPatch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>Review by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1715605 13f79535-47bb-0310-9956-ffa450edef68
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-
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
Re-implement Calc's RAND() function using a variant of KISS PRNG.George Marsaglia's KISS algorithm is a rather simple implementationof a random number generator but it has interesting properties w
Re-implement Calc's RAND() function using a variant of KISS PRNG.George Marsaglia's KISS algorithm is a rather simple implementationof 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 anundetermined 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 seedingscheme based on the internal rtl_random functions, rendering thefunction basically unpredictable. As a side effect it is also notpossible to specify a seed for repeatability. No claims are made concerning crypto-safeness.The specific adaption for Apache OpenOffice is:Copyright 2015 Pedro GiffuniAll rights reserved.Huge thanks to Steve Kargl for pointing me to the algorithm andthe 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
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the internationa
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the international nature of the code butit 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
i124361: Removed unreachable code to avoid warnings.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575931 13f79535-47bb-0310-9956-ffa450edef68
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
i124361: Removed some warnings from sc.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575927 13f79535-47bb-0310-9956-ffa450edef68
i123870 corrected import values on xml import with chart, avoid uninitialized valuesgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559272 13f79535-47bb-0310-9956-ffa450edef68
#i123768# [ia2] remove pseudo-automatic noisy commentsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68
Fix build errors.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1527279 13f79535-47bb-0310-9956-ffa450edef68
123