History log of /aoo41x/main/sc/source/ (Results 1 - 25 of 278)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
a3cca4d214-Nov-2023 John Bampton

misc: fix spelling (#182)

Thank you very much for your contribution!

(cherry picked from commit 402c6fde746b160d73dd806e2d51c38830f54a1e)

237d872113-Jun-2023 mseidel

Remove unused graphics

(cherry picked from commit f51ffce592993dad51bf92cbe3b68e08f8014d0a)

22a07d5f13-Jun-2023 mseidel

Cleaned up resource file

90c740b510-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
b88f496d01-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 ...

535b2a0630-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 ...

5ab069a012-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 ...

661500d228-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)

Revision tags: AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
be7fbbea06-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 ...

4667429817-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 ...

36795fb327-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 ...

c9093c9b29-Nov-2022 mseidel

Cleanup resource file, use correct position for string

(cherry picked from commit 6f722fb47ad68d1ffcf8800770a6386bc83d9925)

8f9c936627-Jun-2022 mseidel

Added missing space in string

(cherry picked from commit 829751c3fadae430961e9be254a8dec55356d193)

133efdc103-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 ...

a246698e05-Feb-2022 mseidel

Remove 'old-style' shadow from Calc preview

(cherry picked from commit 81443bbce0f0769fd08f4cdb529a424f1d36aeb7)

7593381f24-May-2021 mseidel

Reposition fixed vertical lines

(cherry picked from commit 7b0e10fa567f7916af4ddc1faf729d7440443004)

5a2a13f216-Feb-2020 mseidel

Resized Solver dialog

(cherry picked from commit b6c7a28b99eb2897f6f5ea9585b3031356dcfd24)

49cf81a224-Jul-2020 mseidel

Unified size of More button, removed whitespace

(cherry picked from commit b464c4e8143ab968a7bf07ce7a1418fabaa1d785)

76ba6d5a25-May-2020 mseidel

Make zoom slider (scale factor) in Calc page preview flat

(cherry picked from commit 890e1aae92944858af89bcc74af15d9649fc0af3)

611fcdab21-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

f689a31b07-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 ...

65fffafd07-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

2e18598526-Sep-2015 Kay Schenk

#i107619# Merged from r1653973.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705489 13f79535-47bb-0310-9956-ffa450edef68

0af288bd12-Jun-2014 Juergen Schmidt

#124422# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602192 13f79535-47bb-0310-9956-ff

#124422# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602192 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO410, AOO410_Beta
590a31a126-Feb-2014 Armin Le Grand

i123672 Made data used in ScPrintFunc to prepare print preview dynamic

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1571903 13f79535-47bb-0310-9956-ffa450edef68

12345678910>>...12