History log of /aoo41x/main/sc/source/core/ (Results 1 - 25 of 101)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
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
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 ...

Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417
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 ...

Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121
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 ...

Revision tags: AOO412
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 ...

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

Revision tags: SNAPSHOT
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 ...

Revision tags: AOO411
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

Revision tags: AOO410, AOO410_Beta
5b2f55dd14-Feb-2014 Steve Yin

Bug 124065 - [Performance] Low performance opening attached .ods

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

17ebb29c20-Jan-2014 Andre Fischer

124033: Made the update of maColManualBreaks more conservative.

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

ae2dc0fa18-Jan-2014 Tsutomu Uchino

#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559

#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0

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

show more ...

38e63b1d17-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

a54c293316-Jan-2014 Andre Fischer

123166: Made the update of maRowManualBreaks more conservative.

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

15be5a0313-Jan-2014 Tsutomu Uchino

#i91494# use the same font height for CJK text with Western in drawing object on Calc drawing layer

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557658 13f79535-47bb-0310-9

#i91494# use the same font height for CJK text with Western in drawing object on Calc drawing layer

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

show more ...

3d76282606-Jan-2014 Herbert Dürr

#i123817# prepare codebase for updating to boost 1.55


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

8f4c7c2803-Jan-2014 Steve Yin

Bug 123909 - Select one column, paste cell range with merged cell in, AOO will be not responding

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555031 13f79535-47bb-0310-9956

Bug 123909 - Select one column, paste cell range with merged cell in, AOO will be not responding

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

show more ...

4d7c9de028-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

cd54e8d326-Nov-2013 Pavel Janík

WaE: reorder initializations to prevent compiler warning.


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

8e8ee8fe29-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


0deba7fb27-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
fe481f0611-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 ...

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

6a261b5828-Aug-2013 Herbert Dürr

#i122827# fix the performance regression in xls saving introduced by #i119707#

by correcting the calculation of the last row with visible attributes

Patch by: Yan Peng Guo
Debug

#i122827# fix the performance regression in xls saving introduced by #i119707#

by correcting the calculation of the last row with visible attributes

Patch by: Yan Peng Guo
Debugged by: Herbert Duerr
Found by: k.wehrlin@hotmail.com


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

show more ...

Revision tags: AOO400
a840a55927-Jun-2013 Armin Le Grand

i121008 corrected calc cell comment stuff

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

96f862ca12-Jun-2013 Armin Le Grand

i118840 Make it possible to identify temporary calc docs and use it to not access inexistent data

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1492126 13f79535-47bb-0310-995

i118840 Make it possible to identify temporary calc docs and use it to not access inexistent data

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

show more ...

12345