Revision tags: AOO420-Dev5-m5 |
|
a3cca4d2 | 14-Nov-2023 |
John Bampton |
misc: fix spelling (#182) Thank you very much for your contribution! (cherry picked from commit 402c6fde746b160d73dd806e2d51c38830f54a1e) |
237d8721 | 13-Jun-2023 |
mseidel |
Remove unused graphics (cherry picked from commit f51ffce592993dad51bf92cbe3b68e08f8014d0a) |
22a07d5f | 13-Jun-2023 |
mseidel |
Cleaned up resource file |
90c740b5 | 10-Apr-2023 |
Damjan Jovanovic |
Also allow: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == 0 instead of only: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == GetDocumentID() in ScDocument::CopyBlockFromCl
Also allow: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == 0 instead of only: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == GetDocumentID() in ScDocument::CopyBlockFromClip(), because that's what it is when cells are dragged and dropped instead of cut and pasted. Fixes: #128566 - cell displacement problem Patch by: me (cherry picked from commit 3accd9b1ca87d0b4656a691efa455d8f0a24bdc9)
show more ...
|
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416 |
|
b88f496d | 01-Dec-2018 |
Mechtilde Stehmann |
correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=120336 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847893 13f79535-47bb-0310-9956-ffa450edef68 (che
correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=120336 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847893 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 4e5ac2044c5d4ddfea4e988b9a6ae4ccc4f5a9ac)
show more ...
|
535b2a06 | 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 ...
|
5ab069a0 | 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 (cherry picked from commit b87f12bb81d7d34bb81a54b5c5528c145f92cca6)
show more ...
|
661500d2 | 28-Jan-2023 |
mseidel |
Small string changes in Calc (changed cell comment) This fixes: https://bz.apache.org/ooo/show_bug.cgi?id=128557 (cherry picked from commit 375f5bafad26878da9deb0e418aea6df7e31d41e) |
c1084220 | 12-Sep-2020 |
mseidel |
Cleaned up resource files (cherry picked from commit a30e0b2c7f273644228216bfd3f6dc5c3ce12d34) |
Revision tags: AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
be7fbbea | 06-Sep-2015 |
Pedro Giffuni |
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/ope
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit c64f2bbd0edaad703073b2f91f32833ae4aefc42)
show more ...
|
46674298 | 17-Feb-2016 |
Damjan Jovanovic |
#i118023# Calc: Cut-and-paste between spreadsheets causes incorrect cell reference changes When pasting cut cells, Calc updates references to their old positions to instead refer to thei
#i118023# Calc: Cut-and-paste between spreadsheets causes incorrect cell reference changes When pasting cut cells, Calc updates references to their old positions to instead refer to their new positions. This is done using the tab index, row and column, however the document is not taken into account. As a result, when cutting and pasting between documents, cells in the target document end up getting changed instead of in the source, potentially leading to formula corruption, which is undoable but could easily go unnoticed, causing data loss when the document is saved. We don't really support inter-document reference updates anyway, so fix this bug by restricting reference updates to the intra-document cut and paste case only. Patch by: me Reviewed by: kschenk git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1730772 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit faa11fa3567bc0a69178888650acd0c4c28386a8)
show more ...
|
36795fb3 | 27-Dec-2022 |
Damjan Jovanovic |
When we reach EOF, and SvStream.ReadCsvLine() returned some data, process that data before returning. Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128548 - "Last CSV line is silen
When we reach EOF, and SvStream.ReadCsvLine() returned some data, process that data before returning. Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128548 - "Last CSV line is silently lost on import if last field is quoted and EOF is reached before closing quote" Patch by: me (cherry picked from commit c7ace38fedbe61bc12c11cf4f428626429620f06)
show more ...
|
c9093c9b | 29-Nov-2022 |
mseidel |
Cleanup resource file, use correct position for string (cherry picked from commit 6f722fb47ad68d1ffcf8800770a6386bc83d9925) |
8f9c9366 | 27-Jun-2022 |
mseidel |
Added missing space in string (cherry picked from commit 829751c3fadae430961e9be254a8dec55356d193) |
83e6279d | 21-May-2022 |
mseidel |
Re-order page navigation icons in page preview (Writer/Calc) This fixes: https://bz.apache.org/ooo/show_bug.cgi?id=23802 (cherry picked from commit e8cfa2eb26e50dac39632598f9535
Re-order page navigation icons in page preview (Writer/Calc) This fixes: https://bz.apache.org/ooo/show_bug.cgi?id=23802 (cherry picked from commit e8cfa2eb26e50dac39632598f95355db453e1b0c)
show more ...
|
133efdc1 | 03-Nov-2015 |
Damjan Jovanovic |
#i60307# search for strings in date formats fails. When "Search in" is set to "Values", search the formatted values instead of just the raw input. This fixes a 9 year old bug that's been
#i60307# search for strings in date formats fails. When "Search in" is set to "Values", search the formatted values instead of just the raw input. This fixes a 9 year old bug that's been duplicated at least 6 times, and matches what Excel does. Tests show even "Replace" works, and works well: if "October" is replaced by "November", it converts the original month from 10 to 11; it only converts the cell type to text if the resulting text is no longer a valid date. Also added BVT tests for the expected behaviour. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1712367 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 2e4d2335e101b0658cddb9e31f2fd229d84bfc1d)
show more ...
|
152bbaf0 | 07-Aug-2020 |
mseidel |
Changed order of Zoom In/Out in Page Preview toolbar (Calc) (cherry picked from commit f21749b3994a33d5b98ab18d1bc479bc10695883) |
a246698e | 05-Feb-2022 |
mseidel |
Remove 'old-style' shadow from Calc preview (cherry picked from commit 81443bbce0f0769fd08f4cdb529a424f1d36aeb7) |
7593381f | 24-May-2021 |
mseidel |
Reposition fixed vertical lines (cherry picked from commit 7b0e10fa567f7916af4ddc1faf729d7440443004) |
5a2a13f2 | 16-Feb-2020 |
mseidel |
Resized Solver dialog (cherry picked from commit b6c7a28b99eb2897f6f5ea9585b3031356dcfd24) |
49cf81a2 | 24-Jul-2020 |
mseidel |
Unified size of More button, removed whitespace (cherry picked from commit b464c4e8143ab968a7bf07ce7a1418fabaa1d785) |
76ba6d5a | 25-May-2020 |
mseidel |
Make zoom slider (scale factor) in Calc page preview flat (cherry picked from commit 890e1aae92944858af89bcc74af15d9649fc0af3) |
611fcdab | 21-Sep-2017 |
Jim Jagielski |
OLE update verification. Keep user in-the-know and query them. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1809153 13f79535-47bb-0310-9956-ffa450edef68 |
f689a31b | 07-Oct-2015 |
Andrea Pescetti |
#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings. N
#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings. Note: Tests are only on trunk. Patch by: damjan. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1707392 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
65fffafd | 07-Oct-2015 |
Andrea Pescetti |
#i126572# Use correct priority when updating links. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1707172 13f79535-47bb-0310-9956-ffa450edef68 |