(openoffice) branch trunk updated (0dfdc53f91 -> f7b97bf7d9)

2024-04-23 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git from 0dfdc53f91 Cleaned up resource files new e469ab6aed Upgrade Curl to version 8.7.1. new f7b97bf7d9

(openoffice) 01/02: Upgrade Curl to version 8.7.1.

2024-04-23 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git commit e469ab6aed23a1b38f105a944997af16e61071d0 Author: Damjan Jovanovic AuthorDate: Mon Apr 22 19:23:06 2024 +0200

(openoffice) 02/02: Override OpenSSL's certificate verification with our own, instead of using its verification and selectively overriding the result. - A nonsense self-signed expired certificate is f

2024-04-23 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git commit f7b97bf7d9139c8b602d3da3aadbeef0631e39c1 Author: Damjan Jovanovic AuthorDate: Sun Apr 21 17:07:24 2024 +0200

(openoffice) branch trunk updated: Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib and libssl.lib on Windows.

2024-04-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 9b51720274 Fix a regression

(openoffice) 02/02: Build OpenSSL as a dynamic link library, instead of a static library. Patch its users to use an RPATH of $ORIGIN, so they use the correct copy. This reduces the size of the build b

2024-04-15 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git commit 8eb9a7e66a3128669216ddb884f844d50ac59fb9 Author: Damjan Jovanovic AuthorDate: Sun Apr 7 10:41:42 2024 +0200

(openoffice) 01/02: Get redland building with Clang >= 15, libxml2 >= 2.11.0, and/or FreeBSD >= 14.

2024-04-15 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git commit a5818cd95c110439abf147eeb958d5e23c748a99 Author: Damjan Jovanovic AuthorDate: Mon Apr 15 05:11:27 2024 +0200

(openoffice) branch trunk updated (2331699343 -> 8eb9a7e66a)

2024-04-15 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git from 2331699343 Updated download numbers new a5818cd95c Get redland building with Clang >= 15, libxml2 >=

(openoffice) branch trunk updated: Fix typos: mehtod -> method, mehtods -> methods.

2024-04-06 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new a4b70a5c0d Fix typos: mehtod -> met

(openoffice) branch trunk updated: Upgrade OpenSSL to version 3.0.13.

2024-03-29 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 4c5b548fb6 Upgrade OpenSSL to version 3.0.13

(openoffice) branch trunk updated: Don't allow calls to OpenSSLCipher::blockSize() before the cipher is initialized.

2024-03-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 244f2bcc92 Don't allow calls to OpenSSLCipher

(openoffice) 03/03: getFlag() isn't happy on Visual Studio 2008, hack it to work.

2024-03-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git commit 42c0a318a970f6f7f43d26a8397448d5d5b8bd36 Author: Damjan Jovanovic AuthorDate: Sun Mar 17 09:41:22 2024 +0200

(openoffice) 02/03: Add compatibility with OpenSSL 1.0.x.

2024-03-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git commit f3025b08c40161265442c34e2b50bc05aa5388c6 Author: Damjan Jovanovic AuthorDate: Sun Mar 17 09:36:50 2024 +0200

(openoffice) branch trunk updated (f4568fcafb -> 42c0a318a9)

2024-03-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git from f4568fcafb Use correct icons in Help new f65b4e326d Use [0] instead of v.data() for "::std::vec

(openoffice) 01/03: Use [0] instead of v.data() for "::std::vector v", because Visual Studio 2008 doesn't have the ::std::vector::data() method in its broken/incomplete STL.

2024-03-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git commit f65b4e326d91bfe900dc1dd22ece69e3ddd8444a Author: Damjan Jovanovic AuthorDate: Sun Mar 17 09:13:42 2024 +0200

(openoffice) branch trunk updated: Implement the (MS Office 2010+) OOXML "Agile encryption" support, so that we can open such password-protected OOXML files.

2024-03-15 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 506fa58b19 Implement the (MS Office 2010

(openoffice) branch AOO42X updated: Allow pasting SVG graphics into OpenOffice.

2024-02-23 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 8809675e41 Allow pasting SVG graphics

(openoffice) branch trunk updated: Allow pasting SVG graphics into OpenOffice.

2024-02-23 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new dbea4404ca Allow pasting SVG graphics

(openoffice) branch AOO42X updated: When copying charts, shapes, etc. out of OpenOffice, export them to the clipboard in the (lossless) SVG graphics format as well.

2024-02-13 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new ad6faf9749 When copying charts, shapes, etc

(openoffice) branch trunk updated: When copying charts, shapes, etc. out of OpenOffice, export them to the clipboard in the (lossless) SVG graphics format as well.

2024-02-13 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 61aee32379 When copying charts, shapes, etc

(openoffice) branch AOO42X updated: Add FreeBSD to the top level .gitignore. Sort the operating systems in alphabetical order.

2024-02-10 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 8299709708 Add FreeBSD to the top level

(openoffice) branch trunk updated: Add FreeBSD to the top level .gitignore. Sort the operating systems in alphabetical order.

2024-02-10 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 42752da2f4 Add FreeBSD to the top level

(openoffice) branch AOO42X updated: Merge main/cosv and main/udm into main/autodoc.

2024-02-10 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 8a1069585a Merge main/cosv and main/udm

(openoffice) branch trunk updated: Merge main/cosv and main/udm into main/autodoc.

2024-02-10 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 11c03c6d38 Merge main/cosv and main/udm

(openoffice) branch trunk updated: Allow our WebDAV content provider to connect when the TLS certificate name doesn't match the server's host name.

2024-02-05 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 88ba7bc95f Allow our WebDAV content provider

(openoffice) branch odf-1.3 updated: Change the parameter types of HLOOKUP, MATCH, VLOOKUP, LINEST and LOGEST to ForceArray, or "ForceArray Reference|Array", as needed by ODF 1.3.

2024-01-27 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch odf-1.3 in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/odf-1.3 by this push: new 07b7105f20 Change the parameter types

(openoffice) branch odf-1.3 updated: Allow the DatabaseField parameter to DCOUNT and DCOUNTA functions to be optional. This is required in ODF 1.3

2024-01-21 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch odf-1.3 in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/odf-1.3 by this push: new 561c6157b8 Allow the DatabaseField

(openoffice) branch odf-1.3 updated: Translate comments for ScCompiler::NextSymbol() from German to English.

2024-01-18 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch odf-1.3 in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/odf-1.3 by this push: new 2f2b5ee066 Translate comments

(openoffice) branch odf-1.3 updated: Add support for weekday types 11-17 to the WEEKDAY function, as required by ODF 1.3.

2024-01-16 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch odf-1.3 in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/odf-1.3 by this push: new b19cfbb97e Add support for weekday types

(openoffice) branch odf-1.3 created (now e172229456)

2024-01-16 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch odf-1.3 in repository https://gitbox.apache.org/repos/asf/openoffice.git at e172229456 In ODF 1.3, the RECEIVED function has a new constraint: Settlement < Maturity. This branch inclu

(openoffice) 02/02: In ODF 1.3, the RECEIVED function has a new constraint: Settlement < Maturity.

2024-01-16 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch odf-1.3 in repository https://gitbox.apache.org/repos/asf/openoffice.git commit e172229456487b113132e6d03d331cba42792c7f Author: Damjan Jovanovic AuthorDate: Tue Jan 16 18:08:18 2024 +0200

(openoffice) 01/02: Check for ODF > 1.3 when bringing up the version upgrade dialog.

2024-01-16 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch odf-1.3 in repository https://gitbox.apache.org/repos/asf/openoffice.git commit 027efe2b90273f4a4cf9d56c1206949f42548304 Author: Damjan Jovanovic AuthorDate: Mon Jan 8 21:29:11 2024 +0200

(openoffice) branch AOO41X updated: cairo should depend on libpng, as it sometimes breaks the build by trying to compile before libpng is delivered.

2024-01-03 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO41X by this push: new dd430d8a95 cairo should depend on libpng

(openoffice) branch AOO42X updated: cairo should depend on libpng, as it sometimes breaks the build by trying to compile before libpng is delivered.

2024-01-03 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new c9c32730cd cairo should depend on libpng

(openoffice) branch trunk updated: cairo should depend on libpng, as it sometimes breaks the build by trying to compile before libpng is delivered.

2024-01-03 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new ffe480edf9 cairo should depend on libpng

(openoffice) branch AOO42X updated: Fix a bug where an integer underflow causes a comparison to go wrong when the integer types are 32 bit, instead of the previous 16 bit which hid the bug, which caus

2024-01-02 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 93440cfe8c Fix a bug where an integer

(openoffice) branch trunk updated: Fix a bug where an integer underflow causes a comparison to go wrong when the integer types are 32 bit, instead of the previous 16 bit which hid the bug, which cause

2024-01-02 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 294ee14006 Fix a bug where an integer

(openoffice) branch trunk updated: Use the HTML tag instead of from commit 872b2513907e4389be70e2d9b563f47e0d2c5a9f, which breaks on some older Java versions.

2023-11-06 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 61a74f2854 Use the HTML tag instead of from

(openoffice) branch trunk updated: The HTML tag ended with HTML 4, and newer versions of javadoc (Java 17's at least) support HTML 5 tags only. Use instead.

2023-10-29 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 872b251390 The HTML tag ended with HTML 4

[openoffice] branch AOO42X updated: Allow empty selection in PageSelector::UpdateCurrentPage(). This fixes a regression in Impress, where wrong slides are selected on a right-click between slides when

2023-10-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 0377632d55 Allow empty selection

[openoffice] branch trunk updated: Allow empty selection in PageSelector::UpdateCurrentPage(). This fixes a regression in Impress, where wrong slides are selected on a right-click between slides when

2023-10-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 2a12cc4fae Allow empty selection

[openoffice] branch AOO42X updated: The bUserAllowsLinkUpdate variable was erroneously changed to false in commit eab2447c44324e4faff5275517dba43fafb93341, causing formulas inserted without linking to

2023-10-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 405ea29d30 The bUserAllowsLinkUpdate

[openoffice] branch trunk updated: The bUserAllowsLinkUpdate variable was erroneously changed to false in commit eab2447c44324e4faff5275517dba43fafb93341, causing formulas inserted without linking to

2023-10-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new dc7ddb711f The bUserAllowsLinkUpdate variable

[openoffice] branch trunk updated: For gbuild, when linking a binary on Windows produces a .manifest file, embed this manifest into the binary like dmake did.

2023-10-01 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 104751b68f For gbuild, when linking a binary

[openoffice] branch AOO42X updated: Also allow: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == 0 instead of only: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == GetDocumentID() in ScDocume

2023-04-10 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new da1c051b9b Also allow: pCBFCP->pClip

[openoffice] branch AOO41X updated: Also allow: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == 0 instead of only: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == GetDocumentID() in ScDocume

2023-04-10 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO41X by this push: new 90c740b5bc Also allow: pCBFCP->pClip

[openoffice] branch trunk updated: Also allow: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == 0 instead of only: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == GetDocumentID() in ScDocumen

2023-04-10 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 3accd9b1ca Also allow: pCBFCP->pClip

[openoffice] branch trunk updated: Make the message clearer.

2023-03-01 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 267f9b4a08 Make the message clearer

[openoffice] branch trunk updated: Add some logging to oowintool's detection of JDK home.

2023-03-01 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 32177a518e Add some logging to oowintool's

[openoffice] branch trunk updated: Append ".exe" to "javac" and "javadoc" detection on Windows too, just like we do on OS/2.

2023-02-28 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new fa0b85184c Append ".exe"

[openoffice] branch trunk updated (05f6192c8a -> d5edfd0976)

2023-02-12 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git from 05f6192c8a reorderd paragraphs new 765ae79b13 Stop using svl's "PTRARR" for the ContentList cl

[openoffice] branch AOO42X updated: In ODF (19.679.2 of ODF 1.3), the element's table:number-columns-repeated attribute has a default value of 1, meaning the cell spans the

2023-02-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new b9aa0698b1 In ODF (19.679.2 of ODF 1.3

[openoffice] branch AOO42X updated: Our XSLT-based MS Office 2003 SpreadsheetML format import filter, when doing conversion from R1C1 style column references to our A1 style references, had a bug wher

2023-02-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 0f570a5492 Our XSLT-based MS Office 2003

[openoffice] branch AOO42X updated: Tab function test document and test (#156)

2023-02-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new a1409b3e46 Tab function test document

[openoffice] branch AOO42X updated: Refs i126272 - add test and test document for testing Basic comment in single-line if statements (#152)

2023-02-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 3b5ec47b15 Refs i126272 - add test and test

[openoffice] 01/02: Fix TestFormulaDocs to run against AOO41X, make parameterized, and fix late screenshots (#149)

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git commit fcf28a0196ba194f5b6c803946707f88f610c27d Author: Carl Marcum AuthorDate: Sun May 29 15:47:07 2022 -0400 Fix

[openoffice] 02/02: When importing SpreadsheetML ss:DateTime, import the entire value, not only the first 19 characters.

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git commit 48b860b608609900a6c5e4cdcec7cd53e91e372e Author: Damjan Jovanovic AuthorDate: Sat Jan 14 06:58:10 2023 +0200

[openoffice] branch AOO42X updated (3ffed7e587 -> 48b860b608)

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git from 3ffed7e587 Add a "Referer" to toolbars new fcf28a0196 Fix TestFormulaDocs to run against AO

[openoffice] branch AOO41X updated (1f71f1d8c3 -> d1836b6227)

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git from 1f71f1d8c3 Add support for the new XLSX date type in cells, denoted with attribute t="d", used by

[openoffice] 04/04: In ODF (19.679.2 of ODF 1.3), the element's table:number-columns-repeated attribute has a default value of 1, meaning the cell spans the cell to its righ

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git commit d1836b62275253243e873969ddd24d2e327afc76 Author: Damjan Jovanovic AuthorDate: Thu Jan 12 03:02:18 2023 +0200

[openoffice] 03/04: When importing SpreadsheetML ss:DateTime, import the entire value, not only the first 19 characters.

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git commit ffb2f9cdf269eb2185fa8deb2236b68a23ca6fb7 Author: Damjan Jovanovic AuthorDate: Sat Jan 14 06:58:10 2023 +0200

[openoffice] 02/04: Dates and times are loaded wrongly from SpreadsheetML files, because the filter loads only the date or time portion of the ss:DateTime based on the cell's style.

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git commit 4926b38203718cd102f6233580cc93e8f867c7b4 Author: Damjan Jovanovic AuthorDate: Fri Jan 13 18:27:50 2023 +0200

[openoffice] 01/04: Our XSLT-based MS Office 2003 SpreadsheetML format import filter, when doing conversion from R1C1 style column references to our A1 style references, had a bug where it was treatin

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git commit 0285e67f3b672422a011fcc082697d769fcf7d81 Author: Damjan Jovanovic AuthorDate: Wed Jan 11 19:47:12 2023 +0200

[openoffice] 02/02: Add support for the new XLSX date type in cells, denoted with attribute t="d", used by Excel 2010.

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git commit 1f71f1d8c317442f96cd6d435bb275ff6e97eccb Author: Damjan Jovanovic AuthorDate: Sun Jan 8 10:24:33 2023 +0200

[openoffice] branch AOO41X updated (bd4036b4fc -> 1f71f1d8c3)

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git from bd4036b4fc Cleaned up resource file for Euro converter new 74eb9fee55 Allow the XLSX Relationship "T

[openoffice] 01/02: Allow the XLSX Relationship "Target" attribute in _rels/.rels to have superfluous slashes.

2023-02-07 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git commit 74eb9fee553bfc2739c7523bac1b787b6ee509f7 Author: Damjan Jovanovic AuthorDate: Sat Jan 7 20:25:36 2023 +0200

[openoffice] branch AOO41X updated: for #i124928, rich text portion could be converted several times, each time when it is converted, the string will be set once, but in the setString logic, the text

2023-01-30 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO41X by this push: new 768bfd82c2 for #i124928, rich text portion

[openoffice] branch trunk updated: With our "-std=gnu++98", building with Clang and internal Boost breaks in several places, because Clang doesn't expose the tuple type but Boost expects it.

2023-01-20 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 8ef8ad0624 With our "-std=gnu++98"

[openoffice] branch trunk updated: Allow us to build against the C++14 standard, while not breaking compatibility with C++98.

2023-01-20 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new a72d41dcd0 Allow us to build against the C

[openoffice] branch trunk updated: Split up the checks for whether Cygwin's awk, tar, and gunzip are symlinks, so we can tell which of them is actually broken.

2023-01-19 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 6a118d531f Split up the checks for whether

[openoffice] branch trunk updated: Finish my previous commit, add a missing function to check hamcrest.

2023-01-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new f5cdefa498 Finish my previous commit, add

[openoffice] branch trunk updated: When junit is absent, download only junit, and when hamcrest is absent, download only hamcrest.

2023-01-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new e2eb708dd6 When junit is absent, download

[openoffice] branch trunk updated: rtl's round function is in the namespace ::rtl::math.

2023-01-14 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 01172de606 rtl's round function

[openoffice] branch trunk updated: UnoApp.close() was issuing XDesktop.terminate(), and then starting a timer that would kill OpenOffice 2 second seconds, while also killing it in the finally block, a

2023-01-13 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new ffd83a4cb7 UnoApp.close() was issuing

[openoffice] branch trunk updated: When importing SpreadsheetML ss:DateTime, import the entire value, not only the first 19 characters.

2023-01-13 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 195282cf3d When importing SpreadsheetML

[openoffice] branch trunk updated: Dates and times are loaded wrongly from SpreadsheetML files, because the filter loads only the date or time portion of the ss:DateTime based on the cell's style.

2023-01-13 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 0db4a4f44d Dates and times are loaded wrongly

[openoffice] branch trunk updated: Use our own round() function declared in rtl's math.hxx, instead of the system round() function only available in C99 compilers.

2023-01-12 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 669616fc48 Use our own round() function

[openoffice] branch trunk updated: Windows is missing the round() function, try include .

2023-01-11 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new a2fc620dde Windows is missing the round

[openoffice] branch trunk updated: In ODF (19.679.2 of ODF 1.3), the element's table:number-columns-repeated attribute has a default value of 1, meaning the cell spans the c

2023-01-11 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new a896732bfc In ODF (19.679.2 of ODF 1.3

[openoffice] branch trunk updated: Our XSLT-based MS Office 2003 SpreadsheetML format import filter, when doing conversion from R1C1 style column references to our A1 style references, had a bug where

2023-01-11 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 577fe17932 Our XSLT-based MS Office 2003

[openoffice] branch trunk updated: Allow the XLSX Relationship "Target" attribute in _rels/.rels to have superfluous slashes.

2023-01-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 3ff2b12a82 Allow the XLSX Relationship

[openoffice] branch trunk updated: Add support for the new XLSX date type in cells, denoted with attribute t="d", used by Excel 2010.

2023-01-08 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 9621e552cd Add support for the new XLSX date

[openoffice] branch trunk updated: 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.

2023-01-06 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 9c741048d2 When rows and cells lack the &q

[openoffice] branch trunk updated: 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 st

2023-01-06 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 0f42b9a04e Some 3rd party applications write

[openoffice] branch trunk updated: Add the "" 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

2023-01-02 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 3304210c5c Add the "" entity

[openoffice] branch trunk updated: When we reach EOF, and SvStream.ReadCsvLine() returned some data, process that data before returning.

2022-12-27 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new c7ace38fed When we reach EOF

[openoffice] branch trunk updated: Fix some typos.

2022-12-25 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new e405e85b1e Fix some typos. e405e85b1e

[openoffice] branch trunk updated: Free the rtl_UnicodeToTextContext with rtl_destroyTextToUnicodeContext() instead of rtl_destroyTextToUnicodeConverter().

2022-10-20 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new fb3d764656 Free the rtl_UnicodeToTextContext

[openoffice] branch trunk updated: Fix some errors in the scripting module's XInputStreamImpl: - Check the loop termination in readBytes() properly: currently it increments totalBytesRead while also

2022-10-16 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 7e29bacc90 Fix some errors in the scripting

[openoffice] branch trunk updated: InputStreamToXInputStreamAdapter.readBytes() should read until the buffer is full, or the file ends. It shouldn't care about available().

2022-10-16 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new f04910427d

[openoffice] branch trunk updated: Fix the java.lang.NullPointerException in readBytes() and readSomeBytes() methods in InputStreamToXInputStreamAdapter when called from the inter-process UNO bridge.

2022-10-16 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 6cb0614279 Fix

[openoffice] branch trunk updated: "expat" is not required to build "lucene" or "openssl".

2022-10-12 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 461facd3d9 "expat" is not require

[openoffice] branch trunk updated: In the WebDAV content provider, allow the user to permit any TLS certificate in the chain that's invalid, not just the first.

2022-08-22 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new c464040a44 In the WebDAV content provider

[openoffice] branch trunk updated: Use OpenSSL ciphers as opaque pointer types, created with EVP_CIPHER_CTX_new() and freed with EVP_CIPHER_CTX_free(), so we are compatible with both OpenSSL 1.0.x and

2022-08-22 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new f884850fec Use OpenSSL ciphers as opaque

[openoffice] branch trunk updated: Implement a com.sun.star.logging.SyslogHandler service that logs to syslog.

2022-04-27 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new 448486c680 Implement

[openoffice] branch trunk updated: As of Python 3.8, the pkg-config "--libs" needed to build with Python, differ between Python modules and applications that embed Python (see https://bugs.python.org/

2022-04-03 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/trunk by this push: new f134535 As of Python 3.8, the pkg-config

Re: svn commit: r1890844 - /openoffice/devtools/build-scripts/4.1.10/wntmsci/build_aoo32bit_on_mingw. sh

2021-06-16 Thread Damjan Jovanovic
On Thu, Jun 17, 2021 at 1:34 AM Don Lewis wrote: > On 16 Jun, ard...@apache.org wrote: > > Author: ardovm > > Date: Wed Jun 16 19:07:44 2021 > > New Revision: 1890844 > > > > URL: http://svn.apache.org/viewvc?rev=1890844=rev > > Log: > > Build script for AOO 4.1.10 under Mingw > > > > Better

[openoffice] 01/01: Initial import of the preliminary POI-based OOXML export filter. Only does .xlsx for now, and breaks due to POI classpath problems.

2020-10-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch poi-filter in repository https://gitbox.apache.org/repos/asf/openoffice.git commit 323984d94e92d002cd771da940e01f66a9ad6bfe Author: Damjan Jovanovic AuthorDate: Sat Oct 17 09:57:17 2020 +0200

[openoffice] branch poi-filter created (now 323984d)

2020-10-17 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch poi-filter in repository https://gitbox.apache.org/repos/asf/openoffice.git. at 323984d Initial import of the preliminary POI-based OOXML export filter. Only does .xlsx for now

[openoffice] branch AOO418 updated: Improve routing of URLs in events.

2020-10-05 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO418 in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO418 by this push: new 5e07d63 Improve routing of URLs in events

[openoffice] branch AOO42X updated: Improve routing of URLs in events.

2020-10-05 Thread damjan
This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 8343ff5 Improve routing of URLs in events

  1   2   3   4   5   6   7   8   9   >