History log of /aoo41x/ (Results 276 - 300 of 5867)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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)

f100fdb418-Jan-2023 mseidel

Removing libjpeg from ext_source since we bootstrap and use it later
with a slightly different name.

BTW: The libjpeg bootstrap process really needs to be cleaned up.

3c5d053217-Jan-2023 mseidel

Small string change in various SDF

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

93ce685f28-Nov-2014 Steve Yin

Issue 125495 - Awkward Chinese (ZH-TW) numbering suffix when importing RTF document

Contributor: Mark Hung

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642312 13f7

Issue 125495 - Awkward Chinese (ZH-TW) numbering suffix when importing RTF document

Contributor: Mark Hung

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

show more ...

25c6f4b706-Jan-2023 Damjan Jovanovic

Some 3rd party applications write OOXML files whose ZIP entries have filenames in
different casing than their XML files specify, eg. sharedStrings.xml is actually
stored in the ZIP file as Sh

Some 3rd party applications write OOXML files whose ZIP entries have filenames in
different casing than their XML files specify, eg. sharedStrings.xml is actually
stored in the ZIP file as SharedStrings.xml. Thus, when we can't find files with
their intended casing, do a case-insensitive search within their ZIP directory
instead.

Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=126720 - no text imported from xlsx
Patch by: me

(cherry picked from commit 0f42b9a04e21324973f03349bb2929327cf84a20)

show more ...

efa4771f05-Jan-2023 mseidel

Unifying layout templates (en-US/en_GB) for Impress


main/extras/source/templates/layout/lang/en-GB/lyt-aqua.otp
main/extras/source/templates/layout/lang/en-GB/lyt-blackandwhite.otp
main/extras/source/templates/layout/lang/en-GB/lyt-bluegrey.otp
main/extras/source/templates/layout/lang/en-GB/lyt-bluelinesgrad.otp
main/extras/source/templates/layout/lang/en-GB/lyt-bluetitledown.otp
main/extras/source/templates/layout/lang/en-GB/lyt-book.otp
main/extras/source/templates/layout/lang/en-GB/lyt-brown.otp
main/extras/source/templates/layout/lang/en-GB/lyt-charglow.otp
main/extras/source/templates/layout/lang/en-GB/lyt-forest.otp
main/extras/source/templates/layout/lang/en-GB/lyt-frepa.otp
main/extras/source/templates/layout/lang/en-GB/lyt-glacier.otp
main/extras/source/templates/layout/lang/en-GB/lyt-greengradlines.otp
main/extras/source/templates/layout/lang/en-GB/lyt-keyboard.otp
main/extras/source/templates/layout/lang/en-GB/lyt-movwaves.otp
main/extras/source/templates/layout/lang/en-GB/lyt-numdark.otp
main/extras/source/templates/layout/lang/en-GB/lyt-ocean.otp
main/extras/source/templates/layout/lang/en-GB/lyt-organic.otp
main/extras/source/templates/layout/lang/en-GB/lyt-paper.otp
main/extras/source/templates/layout/lang/en-GB/lyt-rededges.otp
main/extras/source/templates/layout/lang/en-GB/lyt-roundedrect.otp
main/extras/source/templates/layout/lang/en-GB/lyt-sunrise.otp
main/extras/source/templates/layout/lang/en-GB/lyt-techpoly.otp
main/extras/source/templates/layout/lang/en-GB/lyt-tunnel.otp
main/extras/source/templates/layout/lang/en-GB/lyt-water.otp
main/extras/source/templates/layout/lang/en-GB/lyt-wine.otp
main/extras/source/templates/layout/lang/en-US/lyt-cool.otp
main/extras/source/templates/layout/lang/en-US/lyt-darkblue.otp
ad2d318605-Jan-2023 mseidel

Localized Polish layout templates for Impress.

Contributed by Czesław Wolański.

(cherry picked from commit f69597495f0e3c253ae99f72d3433193e5ac399b)

1...<<11121314151617181920>>...235