History log of /aoo41x/main/ (Results 226 - 250 of 5328)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6ba668b930-Jan-2023 mseidel

Add EURO as default currency in Croatian locale data

(cherry picked from commit 850429207114cd615841eb6e6103f86c37e3e476)

5777222714-May-2019 Matthias Seidel

Small change to Euro Converter dialog

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1859223 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 37dc38adb68c6e

Small change to Euro Converter dialog

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1859223 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 37dc38adb68c6e301db0393be0f3f19673419557)

show more ...

7e1c306511-Nov-2018 Matthias Seidel

Corrected StarOffice -> OpenOffice, cleanup

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1846354 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 48978db4

Corrected StarOffice -> OpenOffice, cleanup

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1846354 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 48978db46ebe50f44a403865c2c9de89148f12fc)

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)

5bc7d77328-Jan-2023 mseidel

Show buttons disabled instead of hiding them in Writer
(like we do in Calc)

(cherry picked from commit b993da4edaea17f3980edfac2f17a925d02bd4f0)

b5e95adb27-Jan-2023 mseidel

Resized dialog, removed unused elements

(cherry picked from commit f4701358be627f6019b7ee44e13b6feb195401d2)

c108422012-Sep-2020 mseidel

Cleaned up resource files

(cherry picked from commit a30e0b2c7f273644228216bfd3f6dc5c3ce12d34)

aab14ad624-Jan-2023 mseidel

Adjusted transparency

(cherry picked from commit 8a7b2c94485c964b0df554d7bc152d8cf60a1248)

e4c5647222-Jan-2023 Arrigo Marchiori

More checks

(cherry picked from commit 2176e6abc35182b5a157b372d39e1f31c92b7afb)

45690e4c20-Jan-2023 mseidel

Updating LICENSE for zlib 1.2.13

65329e3e09-Dec-2022 Arrigo Marchiori

Detect some endless loops

(cherry picked from commit 272eca8e075d834a9a9235a4c9e52e17c2276f2f)

4b612aeb09-Dec-2022 Arrigo Marchiori

More checks

(cherry picked from commit 908738a448df22237df99329d2e7141e168737d9)

98cbc04c09-Dec-2022 Arrigo Marchiori

Check validity of page descriptors

(cherry picked from commit b622dd6d9d2607212ada7fd2dd4e4951e49eb0d6)

cbbd2dff17-Jan-2023 mseidel

Cleaned up resource file

3b81575317-Jan-2023 mseidel

Removed unused graphics

ff86dd9e16-Jan-2023 mseidel

Fixed typos, removed whitespace

(cherry picked from commit 52230ee933e31bb26d753c1599317216f6e3ec57)

72f4943516-Jan-2023 mseidel

Graphic was in fact a PNG

(cherry picked from commit c5f55b5b4215698118b792a5089b8a63ea7fa583)

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

3a2bd4d815-Jan-2023 mseidel

Removed whitespace

(cherry picked from commit 843e81dad2a9c8cad71c9b254a365f2edffbc7d1)

774ffdbe14-Jan-2023 Matthias Seidel

Update zlib to 1.2.13 (#165)

* Update zlib to 1.2.13

Currently we use zlib 1.2.7 from 2012.
This PR updates it to the most recent version 1.2.13 from 2022.

I am no deve

Update zlib to 1.2.13 (#165)

* Update zlib to 1.2.13

Currently we use zlib 1.2.7 from 2012.
This PR updates it to the most recent version 1.2.13 from 2022.

I am no developer, but basically we only add a makefile and patch some headers.

I could build successfully with this PR on Windows, testing on other OS is welcome!

* Further changes for zlib 1.2.13

* chmod 755
(cherry picked from commit 4e512ac1888cfc52ff2ea77d9b416f1c1c398963)

show more ...

121b6c7514-Jan-2023 mseidel

Update makefile

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

8aa2985710-Jan-2023 Matthias Seidel

Update external_deps.lst

a91ee09909-Jan-2023 mseidel

Change the tip for the Label control in Basic IDE.

This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128553

f4ffe9ae06-Jan-2023 Damjan Jovanovic

When rows and cells lack the "r" attribute used to specify their location,
use the location of the most recently added row or cell + 1.

Fixes: #127672 - Xlsx with omitted cell references

When rows and cells lack the "r" attribute used to specify their location,
use the location of the most recently added row or cell + 1.

Fixes: #127672 - Xlsx with omitted cell references opens with empty cells
Patch by: me

(cherry picked from commit 9c741048d2a06db94d9507ba978d3aecd557e7e9)

show more ...

12345678910>>...214