History log of /aoo42x/ (Results 551 - 575 of 8186)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f42644c308-Jan-2023 Damjan Jovanovic

Add support for the new XLSX date type in cells, denoted with attribute t="d",
used by Excel 2010.

Also refactor the code so the datetime attribute in pivot tables is also parsed
by

Add support for the new XLSX date type in cells, denoted with attribute t="d",
used by Excel 2010.

Also refactor the code so the datetime attribute in pivot tables is also parsed
by the same function, and increase the parsing accuracy to the maximum (HundredthSeconds,
instead of just Seconds).

Fixes: #127034 - xlsx file: imported DateTime cells are empty (Excel 2010 compatible)
Patch by: me

(cherry picked from commit 9621e552cdf723df9a998b3af4218407d6c66e37)

show more ...

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

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

15e304bb05-Jan-2023 mseidel

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

(cherry picked from commit efa4771fb6e052730b3cc1d462802a9ee0ebbc85)


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
0788a7c105-Jan-2023 mseidel

Localized Polish layout templates for Impress.

Contributed by Czesław Wolański.

(cherry picked from commit f69597495f0e3c253ae99f72d3433193e5ac399b)

867b8bcd04-Jan-2023 mseidel

Updated translation.

Contributed by Czesław Wolański.

(cherry picked from commit 1dc5a79d4a7f8a0cc5e11cebe6df0c1370bd048e)

48fd16e603-Jan-2023 Damjan Jovanovic

Add the "&apos;" entity definition to our HTML parser, so that we can correctly
read it and convert it a "'", but when writing to HTML write out the "'"
directly for now.

Fixes: http

Add the "&apos;" entity definition to our HTML parser, so that we can correctly
read it and convert it a "'", but when writing to HTML write out the "'"
directly for now.

Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=80657

Patch by: me

(cherry picked from commit 3304210c5c53f441cdb2c462fbbf6d8351380b01)

show more ...

44ebfb7403-Jan-2023 mseidel

Unifying dimensions and names for StartCenter graphics

(cherry picked from commit 67a4a8ddd19f16733c2e09c8b39e7b8330d5fc6b)

0749ac9102-Jan-2023 mseidel

Align graphics in StartCenter

(cherry picked from commit f47299ee08280395fb35b5f5749ff379fec78dee)

e5286bb001-Jan-2023 mseidel

Updated English dictionary

(cherry picked from commit a03a11a53c6877bb39269829c7c4dc82d19d34de)

f038d50301-Jan-2023 mseidel

Updated Ukrainian dictionary

(cherry picked from commit 3c5feb2bafa54784650c8a7ad1c34c33f194d33a)

dd61ca6431-Dec-2022 mseidel

Update copyright year to 2023

(cherry picked from commit b7bcc0c3cb1626d7ae5daf50fb8ff537fb2a28d2)

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

916e5d7426-Dec-2022 mseidel

Cleanup resource file, removed Maskcolor

(cherry picked from commit cb7059bed0b0dfaeb7901c9881e1eccd517b80e5)

bc0e0e0425-Dec-2022 mseidel

Fixed typos, removed whitespace

(cherry picked from commit c0176e29f1b73ee9933236b76a82e2bc81761923)

f98c8c9f22-Dec-2022 mseidel

Temporary fix for issue 128546

(cherry picked from commit d9c7a900a20cf65441c562efd7b0803b10dc7af7)

e614db4a23-Dec-2022 mseidel

Bump up revision after tagging Dev4

18ec844f22-Dec-2022 Jim Jagielski

Changes required w/ AOO42X and trunk

a46cde2320-Dec-2022 Jim Jagielski

Get macOS building nss again... Problem was that using env for CXX didn't correctly handle the required options

9b873c1615-Dec-2022 mseidel

Fixed typos

(cherry picked from commit e548f13f48cec1f363a47f8aa8e62a0f677de2a6)

3e9248c211-Dec-2022 mseidel

chmod 755 config.guess

(cherry picked from commit b469089493697fbdbaa0cd60eb581c29671e722d)

59c94e9511-Dec-2022 mseidel

Updated to the latest version:

- config.guess: 2022-09-17
- config.sub: 2022-09-17

(cherry picked from commit d50f3220254ebf52b45d39bcb84d3cc594bcd08e)

273f0d5410-Dec-2022 mseidel

Cleanup resource file, removed Maskcolor

(cherry picked from commit 64c1d7f042b4068e1248fd950986c813d2f1efd7)

890013ca06-Dec-2022 Arrigo Marchiori

More checks

(cherry picked from commit a17d592dd780140ccf35c2d69f72c695e96bd8bf)

447498d106-Dec-2022 mseidel

Cleanup resource file, removed Maskcolor

(cherry picked from commit a679228cc69f4d9175e6ef9779b95cbcc2d3ad2a)

1...<<21222324252627282930>>...328