Re: Harbuzz error on macOS 26

2025-09-28 Thread Patrick Luby
Answers to your questions are inline below. But I also have a question for you: in your LibreOffice build’s ./config_host.mk file, what is MESON= set to? In my build it is set to the following: MESON=$(call gb_ExternalExecutable_get_command,python) /Volumes/LOBuilds/lode/opt/bin/meson Whe

Re: Harbuzz error on macOS 26

2025-09-28 Thread Patrick Luby
> On Sep 28, 2025, at 5:31 AM, Chris Sherlock > wrote: > So I have done a bit of digging, and the meson.build needs to detect the > version of macOS being used. > > So after a bit of research, I worked out the following code snippet that you > add after the project() directive in the root mes

Re: Harbuzz error on macOS 26

2025-09-28 Thread Chris Sherlock
> On 28 Sep 2025, at 7:31 pm, Chris Sherlock wrote: > > > >> On 28 Sep 2025, at 4:06 pm, Chris Sherlock >> wrote: >> >> >> Sent from my iPhone >> >>> On 28 Sep 2025, at 12:58 am, Patrick Luby wrote: >>> >>>  >>> On Sep 26, 2025, at 10:35 PM, Chris Sherlock wrote: >

Re: Harbuzz error on macOS 26

2025-09-27 Thread Chris Sherlock
Sent from my iPhone > On 28 Sep 2025, at 12:58 am, Patrick Luby wrote: > >  > >> On Sep 26, 2025, at 10:35 PM, Chris Sherlock >> wrote: >> >> It is :-) that seems to a Darwin command, is that a script I don’t know >> about? > > The script is the ./configure command at the top of the sou

Re: Harbuzz error on macOS 26

2025-09-27 Thread Patrick Luby
> On Sep 26, 2025, at 10:35 PM, Chris Sherlock > wrote: > > It is :-) that seems to a Darwin command, is that a script I don’t know about? The script is the ./configure command at the top of the source tree. When you run ./autogen.sh, it runs “autoconf” to create the ./configure script form

Re: Harbuzz error on macOS 26

2025-09-26 Thread Chris Sherlock
Sent from my iPhone > On 27 Sep 2025, at 8:04 am, Patrick Luby wrote: > >  >> On Sep 26, 2025, at 2:50 PM, Chris Sherlock >> wrote: >> >> Apologies to Ilmari, I seem to have replied to him directly a few times - >> that was not my intention. >> >> A few points: >> >> I am running meson

Re: Harbuzz error on macOS 26

2025-09-26 Thread Ilmari Lauhakangas
On 9/26/25 19:34, Chris Sherlock wrote: Found ninja-1.13.1 at /opt/homebrew/bin/ninja I see this homebrew thing, so I wonder, if you are using Meson from homebrew? The issue you hit is fixed in Meson 1.8.3, see https://gerrit.libreoffice.org/c/core/+/188863 The meson we ship from dev-www is

Re: Harbuzz error on macOS 26

2025-09-26 Thread Patrick Luby
> On Sep 26, 2025, at 2:50 PM, Chris Sherlock > wrote: > > Apologies to Ilmari, I seem to have replied to him directly a few times - > that was not my intention. > > A few points: > > I am running meson 1.9.1 via homebrew. > > However, I have checked compile_commands.json in the harfbuzz tarba

Re: Harbuzz error on macOS 26

2025-09-26 Thread Chris Sherlock
> On 27 Sep 2025, at 4:50 am, Chris Sherlock wrote: > > > >> On 27 Sep 2025, at 3:24 am, Chris Sherlock >> wrote: >> >> >> >>> On 27 Sep 2025, at 2:54 am, Ilmari Lauhakangas >>> wrote: >>> >>> On 9/26/25 19:34, Chris Sherlock wrote: Found ninja-1.13.1 at /opt/homebrew/bin/ninja >

Re: Harbuzz error on macOS 26

2025-09-26 Thread Chris Sherlock
> On 27 Sep 2025, at 3:24 am, Chris Sherlock wrote: > > > >> On 27 Sep 2025, at 2:54 am, Ilmari Lauhakangas >> wrote: >> >> On 9/26/25 19:34, Chris Sherlock wrote: >>> Found ninja-1.13.1 at /opt/homebrew/bin/ninja >> >> I see this homebrew thing, so I wonder, if you are using Meson from

Re: Loplugin:stringadd on chars

2025-09-26 Thread Chris Sherlock
> On 19 Sep 2025, at 12:52 pm, Chris Sherlock > wrote: > > Pinging mailing list > > Sent from my iPhone > >> On 19 Sep 2025, at 12:33 am, Chris Sherlock >> wrote: >> >> I’m getting errors from buildbots triggering on code such as this: >> >> aCreationMetaDateString.append(char('0' + ((

Re: Loplugin:stringadd on chars

2025-09-22 Thread Neil Roberts
Hi, Chris Sherlock writes: > But if you do the following: > > aCreationMetaDateString.append(char('0' + ((aDT.Year / 1000) % 10)) > + char('0' + ((aDT.Year / 100) % 10)) > + char('0' + ((aDT.Year / 10) % 10)) > + char('0' + ((aDT.Year) % 10))); > > Then the compiler thinks the char needs nume

Re: Where to place the unit test?

2025-09-20 Thread Miklos Vajna
Hi Regina, On Tue, Sep 09, 2025 at 09:00:59PM +0200, Regina Henschel wrote: > I have added a unit test in https://gerrit.libreoffice.org/c/core/+/190622 > > But I'm not really happy with the location. The test doesn't include > anything about filters. Starting a new test suite? Or where to plac

Re: Need help with Gerrit

2025-09-19 Thread Regina Henschel
Hi Michael, Michael Stahl schrieb am 19.09.2025 um 18:18: On 19/09/2025 18:09, Regina Henschel wrote: Hi all, I have patch https://gerrit.libreoffice.org/c/core/+/191159 in Gerrit. Xisco changed it from patch set 3 to patch set4. How do I get this change to my local repository, which is s

Re: Need help with Gerrit

2025-09-19 Thread Michael Stahl
On 19/09/2025 18:09, Regina Henschel wrote: Hi all, I have patch https://gerrit.libreoffice.org/c/core/+/191159 in Gerrit. Xisco changed it from patch set 3 to patch set4. How do I get this change to my local repository, which is still in state of patch set 3? hi Regina, first you need

Re: WIP tdf#161948 support embedded-number-behavior="integer"

2025-09-19 Thread Noel Grandin
On 9/19/2025 1:02 AM, Regina Henschel wrote: Effected are the files tdf99773.py, tdf99208.py, tdf99627.py, tdf95192.py, tdf49531.py and naturalSort.py. I do not know Python, but I could try to change the files, if I get a template how to access the "GtkComboBoxText" and its entries. I the

Re: Loplugin:stringadd on chars

2025-09-18 Thread Chris Sherlock
Pinging mailing list Sent from my iPhone > On 19 Sep 2025, at 12:33 am, Chris Sherlock > wrote: > > I’m getting errors from buildbots triggering on code such as this: > > aCreationMetaDateString.append(char('0' + ((aDT.Year / 1000) % 10))); > aCreationMetaDateString.append(char('0' + ((aDT.

Re: LLM stuff (was ESC meeting minutes: 2025-09-18)

2025-09-18 Thread Dr. David Alan Gilbert
* Miklos Vajna (vmik...@collabora.com) wrote: > * AI usage policy (Ilmari) > + Ilmari’s draft based on last week’s discussion > "Policy on using generative AI (Large Language Models) in contributing to > LibreOffice > > While the use of generative AI based on Large Language Models in software

Re: Removing unnecessary includes

2025-09-18 Thread Miklos Vajna
Hi Chris, On Wed, Sep 17, 2025 at 05:32:45PM +1000, Chris Sherlock wrote: > Can we please get some guidance on this? What headers should be included and > what headers should not be included in VCL files? If you touch some file anyway, then you can run 'bin/find-unneeded-includes' on the file

Re: Questions about primary/secondary accelerators and unit testing

2025-09-16 Thread Noel Grandin
On Tue, 16 Sept 2025 at 21:50, Neil Roberts wrote: > • Does anybody know if there is any documentation explaining the primary > and secondary caches in XCUBasedAcceleratorConfiguration? There’s some > sort of dance for moving accelerators between them but it’s not > obvious to me what the p

Re: Where to place the unit test?

2025-09-11 Thread Tomaž Vajngerl
Hi, On Wed, Sep 10, 2025 at 8:56 AM Miklos Vajna wrote: > > Hi Regina, > > On Tue, Sep 09, 2025 at 09:00:59PM +0200, Regina Henschel > wrote: > > I have added a unit test in https://gerrit.libreoffice.org/c/core/+/190622 > > > > But I'm not really happy with the location. The test doesn't inclu

Re: Implement natural sort type 'integer'

2025-09-10 Thread Kohei Yoshida
his way in ODF, and I don't see a reason why it would have to be expressed differently in the core implementation.  I would be okay with just re-using the constant group from the API there as well, actually. Kohei

Re: Where to place the unit test?

2025-09-10 Thread Regina Henschel
Hi all, Tomaž Vajngerl schrieb am 10.09.2025 um 09:39: Hi, There is also already CppunitTest_sc_ucalc_sort - maybe it's possible to add the initial values manually without having a test file? Surely there are already tests that can be reused there.. I've gone that way now because the test i

Re: Splitting off the doc and docx import and export libraries

2025-09-10 Thread Basile Starynkevitch
On Sun, 2025-08-31 at 16:58 +0100, John Cooper wrote: > Hi, > > To make it easier to maintain the code and enable other open source software > to use it, it can be useful to split off the import export code as libraries. > This way other software such as NAPS2, can then use the libraries to scan

Re: Where to place the unit test?

2025-09-10 Thread Xisco Fauli
Hi Regina, I think the location is fine, at least I would have added it there too. At this point in time, ScFiltersTest* is not about filters anymore but about importing different kind of documents and checking their content. It should be called ScImportTest* for clarity instead. On 9/9/25 2

Re: How to access Cppunit via git repo?

2025-09-10 Thread Ilmari Lauhakangas
On 9/8/25 21:47, Amrhein, James S. (GSFC-660.0)[ADNET SYSTEMS INC] wrote: Hi,     These instructions no longer work as of last week: git clone git://anongit.freedesktop.org/git/libreoffice/cppunit/ When I run it, I get: Cloning into 'cppunit'... fatal: packet write failed: Socket is not conne

Re: Calc Table Style Proof of Concept

2025-09-08 Thread Heiko Tietze
On 07.09.25 15:50, Markus Mohrhard wrote: As far as I know there is a GSOC project that will implement a new UI for table styles/autoformat. I would reuse that UI and just replace the existing autoformat feature. Not only the UI but also the file format has changed (or is being) from binary t

Re: Calc Table Style Proof of Concept

2025-09-07 Thread Regina Henschel
Hi Markus, Markus Mohrhard schrieb am 10.08.2025 um 22:55: [..} Additionally, I might fix the following database range related issues before merging if I continue with the current design: * the ability to change the database range name and automatically adapt all the formulas referencin

Re: Calc Table Style Proof of Concept

2025-09-07 Thread Regina Henschel
Hi Markus, Markus Mohrhard schrieb am 10.08.2025 um 22:55: Hey all, I have been playing a bit with an implementation for Calc table style support including OOXML support. I'm not too happy with some of my design decisions so wanted to see what other people think before I spend any more time

Re: Calc Table Style Proof of Concept

2025-09-07 Thread Markus Mohrhard
Hey Tomaž, On Wed, Aug 13, 2025 at 4:13 AM Tomaž Vajngerl wrote: > Hey Markus, > > On Sun, Aug 10, 2025 at 10:55 PM Markus Mohrhard > wrote: > > > > Hey all, > > > > I have been playing a bit with an implementation for Calc table style > support including OOXML support. I'm not too happy with s

Re: Calc Table Style Proof of Concept

2025-09-07 Thread Markus Mohrhard
Hey Kohei, On Thu, Aug 28, 2025 at 10:26 AM Kohei Yoshida wrote: > Hi Markus, > > Good to see you again after a long hiatus. :-) > Great to see you too. > On 8/10/25 16:55, Markus Mohrhard wrote: > > Attached are two screenshots showing a comparison between the MSO Excel > rendering of my tes

Re: Natural Sort to ODF

2025-09-04 Thread Regina Henschel
Hi Kohei, Kohei Yoshida schrieb am 23.08.2025 um 03:21: [..] It should be fairly trivial to implement the integer mode since all you have to change is to not allow the decimal separator to be parsed as a digit character. Here https://git.libreoffice.org/core/+/refs/heads/master/sc/source/core

Re: Splitting off the doc and docx import and export libraries

2025-09-04 Thread John Cooper
In the case of NAPS2 for instance it’s no so much the import functions, but would be good for other software, it’s the writing (exporting functions). As it currently saves to image formats, and PDF formats. Which got me thinking that the document liberation would be helpful for saving in differ

Re: Natural Sort to ODF

2025-09-03 Thread Kohei Yoshida
Hi Regina, On 9/3/25 18:22, Regina Henschel wrote: Hi Kohei, Kohei Yoshida schrieb am 23.08.2025 um 03:21: [..] It should be fairly trivial to implement the integer mode since all you have to change is to not allow the decimal separator to be parsed as a digit character. Here https://git.li

Re: Right coupling of GDIMetafile to OutputDevice

2025-09-02 Thread Thorsten Behrens
Hi Chris, all, Chris Sherlock wrote: > Can someone explain why GDIMetafile is so tightly coupled to OutputDevice? > Because by definition, as you say - it is faithfully recording every nook and cranny of (almost all) OutputDevice rendering calls. That's conceptually the same as the Windows GDI

Re: Right coupling of GDIMetafile to OutputDevice

2025-09-02 Thread Chris Sherlock
> On 2 Sep 2025, at 4:57 pm, Thorsten Behrens > wrote: > > Hi Chris, all, > > Chris Sherlock wrote: >> Can someone explain why GDIMetafile is so tightly coupled to OutputDevice? >> > Because by definition, as you say - it is faithfully recording every > nook and cranny of (almost all) Outp

Re: Splitting off the doc and docx import and export libraries

2025-09-01 Thread Miklos Vajna
Hi, On Tue, Sep 02, 2025 at 04:15:44PM +1000, Chris Sherlock wrote: > > To make it easier to maintain the code and enable other open source > > software to use it, it can be useful to split off the import export code as > > libraries. This way other software such as NAPS2, can then use the >

Re: Splitting off the doc and docx import and export libraries

2025-09-01 Thread Chris Sherlock
> On 2 Sep 2025, at 5:18 am, John Cooper wrote: > > Hi, > > To make it easier to maintain the code and enable other open source software > to use it, it can be useful to split off the import export code as libraries. > This way other software such as NAPS2, can then use the libraries to sc

Re: Struggling to see what needs Bitmap::DrawDeviceAlphaBitmapSlowPath()

2025-09-01 Thread Chris Sherlock
You are doing some amazing work - this is great!ChrisOn 2 Sep 2025, at 2:29 am, Noel Grandin wrote:It was used in the past, but is no longer necessary, and is about to be removed in   https://gerrit.libreoffice.org/c/core/+/190497On Mon, 1 Sept 2025 at 17:29, Chris Sherlock

Re: Struggling to see what needs Bitmap::DrawDeviceAlphaBitmapSlowPath()

2025-09-01 Thread Noel Grandin
It was used in the past, but is no longer necessary, and is about to be removed in https://gerrit.libreoffice.org/c/core/+/190497 On Mon, 1 Sept 2025 at 17:29, Chris Sherlock wrote: > I'm going to see if I can write a unit test of Bitmap:: > DrawDeviceAlphaBitmapSlowPath(), but I am strugglin

Re: Natural Sort to ODF

2025-09-01 Thread Regina Henschel
Hi all, step two is ready. It reads and writes ODF attribute `table:embedded-number-behavior`. https://gerrit.libreoffice.org/c/core/+/190437 Someone time and interest to review it? Kind regards, Regina

Re: Calc Table Style Proof of Concept

2025-08-27 Thread Kohei Yoshida
Hi Markus, Good to see you again after a long hiatus. :-) On 8/10/25 16:55, Markus Mohrhard wrote: Attached are two screenshots showing a comparison between the MSO Excel rendering of my test document and the current Calc rendering. I think the rendering looks decent, even without font handlin

Re: ESC meeting minutes: 2025-08-21

2025-08-26 Thread Xisco Fauli
Hello, New Win daily builds are now available in https://dev-builds.libreoffice.org/daily/master/current.html The problem started to happen after 65d72f816afc92a062cf6ad14c1bb4fb0a5829df "tdf#62408 tdf#159292 Impress: Introduce Microsoft Media Foundation APIs" when building with VS2019 and

Re: 3D chart support

2025-08-25 Thread Ilmari Lauhakangas
LibreOffice unit tests from Visual Studio, but I can set up an Ubuntu system when I get to that point. Thanks, - Eric -Original Message- From: Regina Henschel Sent: Sunday, August 24, 2025 9:24 AM To: Eric de Beus ; libreoffice@lists.freedesktop.org Subject: Re: 3D chart support [You

RE: 3D chart support

2025-08-25 Thread Eric de Beus
ing now. It looks like I can't run the LibreOffice unit tests from Visual Studio, but I can set up an Ubuntu system when I get to that point. Thanks, - Eric -Original Message- From: Regina Henschel Sent: Sunday, August 24, 2025 9:24 AM To: Eric de Beus ; libreoffice@lists.freedeskto

Re: 3D chart support

2025-08-24 Thread Regina Henschel
Hi Eric Eric de Beus schrieb am 22.08.2025 um 21:18: Hi, I’m new to the project, and I’ve been familiarizing myself with the LO code: I saw these lines (in .../oox/source/drawingml/shapepropertiescontext.cxx):     // todo not supported by core, only for preservation via grab bags     cas

Re: Natural Sort to ODF

2025-08-24 Thread Regina Henschel
Hi all, step one is ready. It brings natural sort to API. Someone time and interest to look at it? https://gerrit.libreoffice.org/c/core/+/190133 Kind regards, Regina Regina Henschel schrieb am 21.08.2025 um 12:46: Hi all, LibreOffice can sort texts in "natural sort" kind in database ranges

Re: Natural Sort to ODF

2025-08-23 Thread Regina Henschel
Hi Kohei, thank you for your pointer. However, implementing the 'integer' case will be the last step. Currently I'm struggling with UNO. I can add the property (using a group of integer constants :) ), but I cannot use them in macros, because XDatabaseRange has no method to change the SortDes

Re: Natural Sort to ODF

2025-08-22 Thread Kohei Yoshida
On 8/21/25 06:46, Regina Henschel wrote: Hi all, LibreOffice can sort texts in "natural sort" kind in database ranges in Calc. That is an order K1, K2, K14, K107 instead of the alphanumeric order K1, K107, K14, K2. But LibreOffice does not write/read to ODF, that a database range uses this

Re: Natural Sort to ODF

2025-08-22 Thread Mike Kaganski
Hi Regina, On 8/21/2025 3:46 PM, Regina Henschel wrote: Problem B: There exists no UNO property for natural sort. Can I simply add it to css.sheet.SheetSortDescriptor2? As boolean or as enum? Yes you can add public properties to services; please don't forget the "since version..." decoration

Re: ESC meeting minutes: 2025-08-21

2025-08-21 Thread Noel Grandin
On Thu, 21 Aug 2025 at 16:29, Miklos Vajna wrote: >+ there had been no Windows daily builds for weeks, unfortunately (Aron) > + will have it back after the Windows baseline update, just need to > sort out licensing (Cloph) > + do you know why this happens on master, but not on the r

Re: ESC meeting agenda: 2025-08-21 16:00 CEST

2025-08-20 Thread Áron Budea
Hi, Two weeks ago it was already mentioned that there had been no Windows daily builds for weeks. Since the situation hasn't improved since that discussion, can we please keep the item on the agenda until it is resolved? Thanks, Aron On Tue, Aug 19, 2025 at 4:48 PM Miklos Vajna wrote: > > The p

Re: Build fails with unoidl-write: Assertion ‘ent2.is()’ failed

2025-08-20 Thread Ilmari Lauhakangas
On 8/20/25 18:22, d...@bac.helioho.st wrote: Hi everyone, I'm new to LibreOffice and I'm trying to build the latest master branch of LibreOffice on a fresh installation of Ubuntu 24.04. I have carefully followed the instructions on the wiki page: https://wiki.documentfoundation.org/Developmen

Re: Infra call on Tue, Aug 19 at 16:30 UTC

2025-08-18 Thread Guilhem Moulin
On Tue, 19 Aug 2025 at 02:40:58 +0200, Guilhem Moulin wrote: > The next infra call will take place today at `date -d "Tue, 16 Sep 2025 16:30 > UTC"` > (18:30 Berlin time). Oops sorry, that should have been today at `date -d "Tue, 19 Aug 2025 16:30 UTC"`. -- Guilhem. signature.asc Description

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-18 Thread Balázs Varga
On 8/18/2025 18:45 PM, Mike Kaganski wrote: > FYI, a brute force approach in Player::InitializeWindow, like > > static const BOOL sync = o3tl::IsRunningUnitTest() ? TRUE : FALSE; > > if (SUCCEEDED(hr)) > > hr = > > g_pPlayer->CreateMediaItemFromURL(o3tl::toW(maURL.getStr()), s

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-18 Thread Mike Kaganski
On 8/6/2025 12:49 PM, Balázs Varga wrote: >>>Probably the Player object, inside its dispose() method, or its destructor, needs to wait until the CreateMediaItemFromURL call completes. >>> We do similar stuff for child threads and asynchronous vcl PostUserEvent callbacks. Yes, probably somethin

Re: Less insults, please

2025-08-18 Thread Chris Sherlock
OK, that may be the case. Interestingly, after the ScopedPush() change was made, it actually meant the flattening becomes more readable. It appears that it was the additional Pop() statement that was the concern. Now that isn't there any more, the concern has gone away. If it had been pointed out

Re: Less insults, please

2025-08-18 Thread Noel Grandin
I think that the specific comment to which you refer was made in a neutral tone, not at all insulting. Please remember that not all of the people here are native English speakers, and some of them struggle to precisely express themselves in a neutral tone in the English language.

Re: GSoC 25: BASIC IDE - Object Browser – From Crash-Fest to Solid Rock [Week 11]

2025-08-16 Thread Devansh Varshney
st registration failures and disposal order* Solution: Comprehensive disposal sequence: void ObjectBrowser::dispose() { // 1: Atomic Guard to prevent re-entry bool expected = false; if (!m_bDisposed.compare_exchange_strong(expected, true))

Re: Howto unit test for LOOKUP with external reference

2025-08-13 Thread Regina Henschel
Kohei Yoshida schrieb am 13.08.2025 um 02:41: Hi Kohei, thank you for pointing me to ucalc_formula2.cxx. I need some time to understand the details. Currently the test is committed in the form Xisco has changed it. That is, the IRIs are manually set to a relative path in the target document.

Re: Howto unit test for LOOKUP with external reference

2025-08-12 Thread Kohei Yoshida
Hi Regina, On 8/4/25 03:08, Regina Henschel wrote: I think, I have now a solution for the unit test. I exchange the IRI that are contained in the LOOKUP parameters with the IRI of the current position of the file. At least that works locally. Jenkins is pending. The test is currently in Sc

Re: Calc Table Style Proof of Concept

2025-08-12 Thread Tomaž Vajngerl
Hey Markus, On Sun, Aug 10, 2025 at 10:55 PM Markus Mohrhard wrote: > > Hey all, > > I have been playing a bit with an implementation for Calc table style support > including OOXML support. I'm not too happy with some of my design decisions > so wanted to see what other people think before I sp

Re: Need help with Jenkins error message

2025-08-10 Thread Regina Henschel
Ho Caolán, Caolán McNamara schrieb am 29.07.2025 um 20:30: On Tue, 2025-07-29 at 16:41 +0200, Michael Stahl wrote: drawdoc.hxx has this: SAL_DLLPRIVATE const css::uno::Reference< css::presentation::XPresentation2 >& getPresentation() const; What to do? remove SAL_DLLPRIVATE from this

Re: ESC meeting minutes: 2025-08-07

2025-08-07 Thread Regina Henschel
Stephan Bergmann schrieb am 07.08.2025 um 16:17: * Present:   + Regina, Caolan, Cloph, Jonathan, Michael W.  Ilmari, Heiko, Olivier, Stephan, Xisco [..]   + ODF-TC (Olivier + Regina)     + weekly meeting     + ongoing work on existing issues     + don't have suggestions for all new func

Re: Howto unit test for LOOKUP with external reference

2025-08-07 Thread Xisco Fauli
Hi Regina, at this point in time, tests in CppunitTest_sc_subsequent_filters_test* are basically import tests loading sample files from different formats to check their content so I think it's fine to put it there. Probably CppunitTest_sc_subsequent_filters_test should be renamed to CppunitTe

Re: Status of Jenkins lo_daily_tb_win, lo_daily_tb_win_wix Windows x86-64 builds

2025-08-06 Thread Noel Grandin
Using that same build config, I do not see that problem. I am using Visual Studio Community 2022 (17.14.8) Possibly we need to update our Visual Studio baseline? Those machines seem to be using Visual Studio 2019.

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-06 Thread Noel Grandin
On Wed, 6 Aug 2025 at 09:13, Balázs Varga wrote: > we make these calls and we InitializeWindow, so we create a > MFPCreateMediaPlayer, CreateMediaItemFromURL with the tmp media file > (avi): file:///C:/cygwin64/tmp/tesB70A.tmp, > which methods (CreateMediaItemFromURL) completes asynchronously. W

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-06 Thread Balázs Varga
>>>Probably the Player object, inside its dispose() method, or its destructor, needs to wait until the CreateMediaItemFromURL call completes. >>> We do similar stuff for child threads and asynchronous vcl PostUserEvent callbacks. Yes, probably something like that can help on this. Fyi loading/imp

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-06 Thread Regina Henschel
Hi Noel, Noel Grandin schrieb am 05.08.2025 um 23:12: On Tue, 5 Aug 2025 at 18:45, Regina Henschel > wrote: I've found these two problems: testTdf53970 fails with message Throwing InvalidHeaderException *** Exception 0xc005 occurred ***

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-06 Thread Balázs Varga
Hi Regina, Noel, Thanks for catching this, it also happens on my local Windows when I tried to run make CppunitTest_sd_export_tests-ooxml2... In my case the problem happened after CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest2, testTdf106867) run successfully, but before the next unit test, and somehow

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-05 Thread Noel Grandin
On Tue, 5 Aug 2025 at 18:45, Regina Henschel wrote: > I've found these two problems: > > testTdf53970 fails with message > Throwing InvalidHeaderException > *** Exception 0xc005 occurred *** > at MFPCreateMediaPlayerEx, address 0x7FFB1D241AD1 in > C:\WINDOWS\SYSTEM32\MFPlay.DLL > > >

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-05 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 01.08.2025 um 09:26: Hi Regina, On Thu, Jul 31, 2025 at 08:44:00AM +0200, Regina Henschel wrote: make CppunitTest_sd_export_tests-ooxml2 It fails e.g. as [_RUN_] testTdf111518::TestBody *** Exception 0xc005 occurred *** But when I test only this

Re: Upgrade meson version?

2025-08-04 Thread Christian Lohmaier
Hi Patrick, *, On Fri, Aug 1, 2025 at 4:55 PM Patrick Luby wrote: > > Building LibreOffice on macOS Tahoe public beta and Xcode 26 beta works and > it runs. Nice, thx for being on the bleeding edge... > However, the meson version in LODE breaks the build so I had to use meson > 1.8.3. I don’t

Re: Howto unit test for LOOKUP with external reference

2025-08-04 Thread Regina Henschel
Hi Xisco, Regina Henschel schrieb am 02.08.2025 um 01:37: Regina Henschel schrieb am 25.07.2025 um 11:18: Hi all, this is about bug 167582. The fix itself is in https://gerrit.libreoffice.org/c/core/+/188304 But currently without unit test. [..]> So the problem of writing a unit test is s

Re: GSoC Rust UNO API Weekly Update 7

2025-08-02 Thread Arnaud Versini
Hi Mohamed, Did you notice that I made some comments you didn't answered ? Is their any problem with those comments ? Thanks in advance Arnaud Versini Le sam. 2 août 2025, 12:03, Mohmed Ali a écrit : > Hi all, > > Here’s a quick update outlining the progress from Week 7 of the Rust–UNO > bind

Re: Stability and Backward Compatibility of LibreOffice 24.x Headless Mode in Java-Based Rendering Pipelines

2025-08-02 Thread Ilmari Lauhakangas
On 8/1/25 17:26, Pranita Pawar wrote: Hi LibreOffice Support / The Document Foundation, I’m currently using *LibreOffice 24.2.0.3* in a backend rendering pipeline that integrates with *Docmosis‑Java*, which internally relies on the |soffice --headless| command to convert documents (typically D

Re: Upgrade meson version?

2025-08-01 Thread Patrick Luby
Gerrit patch for this is here: https://gerrit.libreoffice.org/c/lode/+/188789 Patrick > On Aug 1, 2025, at 10:55 AM, Patrick Luby wrote: > > Hi everyone, > > Building LibreOffice on macOS Tahoe public beta and Xcode 26 beta works and > it runs. > > However, the meson version in LODE breaks th

Re: Howto unit test for LOOKUP with external reference

2025-08-01 Thread Regina Henschel
Regina Henschel schrieb am 25.07.2025 um 11:18: Hi all, this is about bug 167582. The fix itself is in https://gerrit.libreoffice.org/c/core/+/188304 But currently without unit test. I could add the test values themselves to sc/qa/unit/data/functions/spreadsheet/fods/lookup.fods But were to

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-01 Thread Miklos Vajna
Hi Regina, On Thu, Jul 31, 2025 at 08:44:00AM +0200, Regina Henschel wrote: > make CppunitTest_sd_export_tests-ooxml2 > > It fails e.g. as > [_RUN_] testTdf111518::TestBody > *** Exception 0xc005 occurred *** > > But when I test only this test via > /make CppunitTest_sd_export_tests-o

Re: LibreOffice Extensions web site

2025-07-31 Thread Heiko Tietze
You can submit such an extension like [1,2] but listing on the site is limited (eg. "Download" wont pass through to the target site) neither does the tight integration work [3]. The installed extension is not updated via Github anyway (haven't checked if update via our site works). It would be

Re: GSoC Progress Update: New Dialog to Edit Table Styles

2025-07-30 Thread Heiko Tietze
On 17.07.25 2:20 PM, Karthik wrote: 2. Tabbed Dialog (https://youtu.be/356asWiyM6g ) I'm all in to have only one dialog for table styling. What I dislike with the current solution is the management on General with properties of Cell/Border/Text for the selected s

Re: Need help with Jenkins error message

2025-07-29 Thread Regina Henschel
Hi Caolán, Caolán McNamara schrieb am 29.07.2025 um 20:30: On Tue, 2025-07-29 at 16:41 +0200, Michael Stahl wrote: drawdoc.hxx has this: SAL_DLLPRIVATE const css::uno::Reference< css::presentation::XPresentation2 >& getPresentation() const; What to do? remove SAL_DLLPRIVATE from this

Re: Need help with Jenkins error message

2025-07-29 Thread Caolán McNamara
On Tue, 2025-07-29 at 16:41 +0200, Michael Stahl wrote: > drawdoc.hxx has this: > SAL_DLLPRIVATE const css::uno::Reference< > css::presentation::XPresentation2 >& getPresentation() const; > > > What to do? > > remove SAL_DLLPRIVATE from this declaration Maybe staying within uno to avoid th

Re: Need help with Jenkins error message

2025-07-29 Thread Michael Stahl
On 29/07/2025 16:36, Regina Henschel wrote: Hi all, in https://gerrit.libreoffice.org/c/core/+/188364 I get an error, linker failure linker cannot find SdDrawDocument::getPresentation() const with indication uiimpress.o: in function `testTdf166647_userpaint::TestBody()': uiimpress.cxx:(.tex

Re: Issues regarding the processing of doc and Kingsoft wps format documents

2025-07-29 Thread Tomaž Vajngerl
Hi, On Tue, Jul 29, 2025 at 8:23 AM 王志杰 wrote: > > I'm a user who is just getting started with document formats. I'm quite > curious about one question: How does libreoffice convert doc and Kingsoft wps > format documents to docx? At first, I suspected that libwps was being used, > but I found

Re: New Defects reported by Coverity Scan for LibreOffice

2025-07-28 Thread Caolán McNamara
On Mon, 2025-07-28 at 17:45 +, scan-ad...@coverity.com wrote: >   > Hi, >   >  Please find the latest report on new defect(s) introduced to > LibreOffice found with Coverity Scan. >   >  * New Defects Found: 521 >  * 1140 defect(s), reported by Coverity Scan earlier, were marked > fixed in th

Re: Unittest: How to exit slideshow mode?

2025-07-28 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 28.07.2025 um 09:40: Hi Regina, On Sun, Jul 27, 2025 at 11:22:50PM +0200, Regina Henschel wrote: So how to start and end a slideshow in a unit test? Or is it impossible? In general, you could see what's the backtrace of a starting presentation in the inte

Re: Unittest: How to exit slideshow mode?

2025-07-28 Thread Miklos Vajna
Hi Regina, On Sun, Jul 27, 2025 at 11:22:50PM +0200, Regina Henschel wrote: > So how to start and end a slideshow in a unit test? Or is it impossible? In general, you could see what's the backtrace of a starting presentation in the interactive desktop case and then see if you can trigger the sa

Re: Unittest: How to exit slideshow mode?

2025-07-27 Thread Regina Henschel
Hi all, Regina Henschel schrieb am 26.07.2025 um 00:09: Hi all, This is about bug 166647. The fix itself is in https://bugs.documentfoundation.org/show_bug.cgi?id=166647. But I have no unit test yet. I think, I can enter slideshow mode via dispatcher with command ".uno:Presentation". It

Re: Unittest: How to exit slideshow mode?

2025-07-25 Thread Regina Henschel
Regina Henschel schrieb am 26.07.2025 um 00:09: Hi all, This is about bug 166647. The fix itself is in https://bugs.documentfoundation.org/show_bug.cgi?id=166647. Sorry, in https://gerrit.libreoffice.org/c/core/+/188364 Kind regards, Regina

Re: Weird error trying to build Libre Office from source

2025-07-25 Thread Michael Weghorn
On 2025-07-25 19:25, rubisetcie wrote: After investigations, I suspect the problem might come from my version of XSLTPROC, if maybe there was a change in how external entities can be loaded... My version prints this: Using libxml 20914, libxslt 10135 and libexslt 820 xsltproc was compiled aga

Re: Weird error trying to build Libre Office from source

2025-07-25 Thread rubisetcie
After investigations, I suspect the problem might come from my version of XSLTPROC, if maybe there was a change in how external entities can be loaded... My version prints this: Using libxml 20914, libxslt 10135 and libexslt 820 xsltproc was compiled against libxml 20914, libxslt 10135 and libexs

Re: Trouble with new lo-build

2025-07-25 Thread Christian Lohmaier
On Thu, Jul 24, 2025 at 7:15 PM Juergen Funk wrote: > > Hi Christian, > > > IANAL, but all the documents I read about that read about intranet or > > a share in your company or something like that, even if there's a > > network based method, it still doesn't sound to me like it could be > > offere

Re: [Libreoffice] text:class-names and nested text:span/text:style-name

2025-07-24 Thread MARY JEWEL SADIA BELARIO
-- This email and the information it contains is confidential and may be legally privileged and intended solely for the use of the individual or entity to whom it is addressed. If you have received this email in error please notify *dpo.p...@phinma.edu.ph *  imm

Re: [Libreoffice] text:class-names and nested text:span/text:style-name

2025-07-24 Thread MARY JEWEL SADIA BELARIO
Mary Jewel S.Belario July 25,2025 -- This email and the information it contains is confidential and may be legally privileged and intended solely for the use of the individual or entity to whom it is addressed. If you have received this email in error please notify *dpo.p...@phinma.edu.ph

Re: Master link error on Ubuntu 22.04/24.04

2025-07-24 Thread Michael Weghorn
On 2025-07-24 10:14, Lodev wrote: Yes, we just found out that using --with-system-jpeg would succeed compiling.  So our task could move on. Good to hear you can at least avoid the problem for now. Just that, does it mean there is something wrong within the master code, or the dependencies it

Re: Master link error on Ubuntu 22.04/24.04

2025-07-24 Thread Lodev
Hi Michael, Michael Weghorn 於 2025/7/24 11:53 寫道: On 2025-07-23 07:24, Lodev wrote: We experienced some errors when compiling LibreOffice core (master). We pulled the latest code from master branch.  Running ./autogen.sh with-distro=LibreOfficeLinux --disable-online-update --disable-breakpad

Re: Inadequate Thesaurus in Writer

2025-07-24 Thread Németh László
Hi Roger, hi all (CCed to the l10n list, too), Unfortunately, this is a regression of the thesaurus, related to the carelessly updated English spelling dictionaries. I filed a bug for the problem now, suggesting also a quick solution: https://bugs.documentfoundation.org/show_bug.cgi?id=167649 Th

Re: Weird error trying to build Libre Office from source

2025-07-24 Thread Michael Weghorn
On 2025-07-24 09:24, rubisetcie wrote: Thank you for pointing out a way to bypass the error. I haven't made any changes to the git master, unfortunately it makes no difference... I have tried with both libreoffice-25.8.0.1 and master, I don't know from where the problem comes from... Here is

Re: Weird error trying to build Libre Office from source

2025-07-24 Thread rubisetcie
Thank you for pointing out a way to bypass the error. I haven't made any changes to the git master, unfortunately it makes no difference... I have tried with both libreoffice-25.8.0.1 and master, I don't know from where the problem comes from... Here is my full configure command: ../configure --

  1   2   3   4   5   6   7   8   9   10   >