Hi Noel,
Noel Grandin schrieb am 05.08.2025 um 23:12:
On Tue, 5 Aug 2025 at 18:45, Regina Henschel <mailto:rb.hensc...@t-online.de>> wrote:
I've found these two problems:
testTdf53970 fails with message
Throwing InvalidHeaderException
*** Exception 0xc00
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
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
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
Hi all,
with a fresh clone without any local changes building works and results in:
Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 18bac4934e815d69dec337403a8b4e3250030da8
CPU threads: 32; OS: Windows 11 X86_64 (build 26100); UI render:
Skia/Vulkan; VCL: win
Locale: de-DE
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
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:(.text+0xeb66): undefined reference to
`SdDrawDocume
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 i
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&q
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
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". But how do I exit slideshow mode in a unit test? In
running ap
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 put the source file for the external links?
Make
commits:
commit 30fcd4961299f640f3294d2b6bf6b7d76898921b
Author: Regina Henschel
AuthorDate: Sun Jul 13 15:22:17 2025 +0200
Commit: Adolfo Jayme Barrientos
CommitDate: Tue Jul 22 14:06:42 2025 +0200
tdf#167450 adapt sheet index in anchor to new pos
When a sheet is copied to another
Hi all,
this is about my still unconfirmed bug
https://bugs.documentfoundation.org/show_bug.cgi?id=167281
Can you confirm it? If not, how can I figure out, why LibreOffice
crashes on my PC?
Kind regards,
Regina
commits:
commit 054b38fd2eecc3279f117d34bd976f5dfc1a3883
Author: Regina Henschel
AuthorDate: Sun Jul 13 15:22:17 2025 +0200
Commit: Xisco Fauli
CommitDate: Tue Jul 15 17:42:13 2025 +0200
tdf#167450 adapt sheet index in anchor to new pos
When a sheet is copied to another document
commits:
commit 704dd0d279af6c1ace1bde61fec93e7c3a8d1035
Author: Regina Henschel
AuthorDate: Sun Jul 13 15:22:17 2025 +0200
Commit: Regina Henschel
CommitDate: Tue Jul 15 16:33:48 2025 +0200
tdf#167450 adapt sheet index in anchor to new pos
When a sheet is copied to another
Hi,
thank you for your helpful comments on Gerrit.
Kind regards,
Regina
Regina Henschel schrieb am 14.07.2025 um 23:20:
Hi all,
this is about https://gerrit.libreoffice.org/c/core/+/187802
https://gerrit.libreoffice.org/c/core/+/187802
My new unit test fails on Mac. But I can't see w
Hi all,
this is about https://gerrit.libreoffice.org/c/core/+/187802
https://gerrit.libreoffice.org/c/core/+/187802
My new unit test fails on Mac. But I can't see what's going wrong. The
output does not contain any "expected - actual" pair. The test is OK on
the other operating systems. I have
Hi Mike,
Mike Kaganski schrieb am 13.07.2025 um 20:14:
On 7/13/2025 11:04 PM, Regina Henschel wrote:
for a unit test for https://gerrit.libreoffice.org/c/core/+/187802 I
need to have the source and the target document open at the same time.
How can I do that in a unit test?
UnoApiTest has
Hi all,
for a unit test for https://gerrit.libreoffice.org/c/core/+/187802 I
need to have the source and the target document open at the same time.
How can I do that in a unit test?
Kind regards,
Regina
/data/ods/tdf167134_LOOKUP_inlineArray.ods |binary
sc/source/core/tool/interpr1.cxx | 14 +++
6 files changed, 146 insertions(+), 2 deletions(-)
New commits:
commit cf9f04b05f354c5736d4bd462b1fa4c99d2f1947
Author: Regina Henschel
AuthorDate: Wed Jul 2 22:18:38 2025 +0200
Hi Christian,
Christian Lohmaier schrieb am 04.07.2025 um 14:28:
Hi Regina,
On Thu, Jul 3, 2025 at 11:32 PM Regina Henschel wrote:
Hi Christian,
Christian Lohmaier schrieb am 03.07.2025 um 19:30:
[..]
So let's find out what paths the autogen.sh actually uses when
comparing. Remember
Hi Christian,
Christian Lohmaier schrieb am 03.07.2025 um 19:30:
Hi *,
On Thu, Jul 3, 2025 at 7:09 PM Regina Henschel wrote:
it does not work for me.
There was a missing bracket.
A yes, missed the closing parenthesis of the $(MSYSTEM) variable,
sorry for that.
So I have used
sh -c &qu
/data/ods/tdf167134_LOOKUP_inlineArray.ods |binary
sc/source/core/tool/interpr1.cxx | 14 +++
6 files changed, 146 insertions(+), 2 deletions(-)
New commits:
commit 0aa79813e0e2d5b2984aa97b657f675ffa2824af
Author: Regina Henschel
AuthorDate: Wed Jul 2 22:18:38 2025 +0200
ild?
Kind regards,
Regina
Christian Lohmaier schrieb am 03.07.2025 um 14:33:
Hi Regina,
On Mon, Jun 30, 2025 at 9:37 PM Regina Henschel wrote:
Christian Lohmaier schrieb am 30.06.2025 um 13:26:
On Mon, Jun 30, 2025 at 12:46 PM Regina Henschel
wrote:
but the next clean build again fails to
/data/ods/tdf167134_LOOKUP_inlineArray.ods |binary
sc/source/core/tool/interpr1.cxx | 14 +++
6 files changed, 146 insertions(+), 2 deletions(-)
New commits:
commit f422d1366269a0fa611f7018dd73d933e7d2ca6e
Author: Regina Henschel
AuthorDate: Wed Jul 2 22:18:38 2025 +0200
/data/ods/tdf167134_LOOKUP_inlineArray.ods |binary
sc/source/core/tool/interpr1.cxx | 14 +++
6 files changed, 146 insertions(+), 2 deletions(-)
New commits:
commit 5c0961129820fbc9dc8ec12c8a43a352ef1856a3
Author: Regina Henschel
AuthorDate: Wed Jul 2 22:18:38 2025 +0200
Hi Christian,
Christian Lohmaier schrieb am 30.06.2025 um 13:26:
Hi Regina, *,
On Mon, Jun 30, 2025 at 12:46 PM Regina Henschel
wrote:
Hi all,
but the next clean build again fails to build skia :(
Hmm. If you didn't say you already started with a fresh clone, I would
have suspected
egina Henschel schrieb am 14.06.2025 um 19:12:
Hi all,
I have now deleted everything and started again with git clone. And lo
and behold, now a build with Skia works :)
Kind regards,
Regina
Regina Henschel schrieb am 03.01.2024 um 16:12:
Hi all,
I cannot build Skia because somewhere a wrong
/drawingml/customshapegeometry.cxx | 15 +-
oox/source/drawingml/customshapes/oox-drawingml-cs-presets |6
6 files changed, 94 insertions(+), 7 deletions(-)
New commits:
commit d11ef3ee76cc273ac68dc4028be0569b6dc8b86b
Author: Regina Henschel
AuthorDate: Fri Jun 13 21:32:39
Hi Guilhem,
I confirm that the selector now works. Thank you for fixing it.
Kind regards,
Regina
Guilhem Moulin schrieb am 16.06.2025 um 20:14:
On Mon, 16 Jun 2025 at 19:39:35 +0200, Michael Stahl wrote:
... but this particular case turns out to be a puzzling mystery, so i've
added a comment
commits:
commit 6e6e63ec4c98dfba52f3675e7345223d8c2647fe
Author: Regina Henschel
AuthorDate: Wed Jun 11 20:39:20 2025 +0200
Commit: Xisco Fauli
CommitDate: Mon Jun 16 11:47:04 2025 +0200
tdf#166428 accept stock charts with only low and high series
A stock chart may consist of
commits:
commit e93180fd98fa6adca27beafb8fc5352f8ba140b0
Author: Regina Henschel
AuthorDate: Wed Jun 11 20:39:20 2025 +0200
Commit: Xisco Fauli
CommitDate: Mon Jun 16 11:47:10 2025 +0200
tdf#166428 accept stock charts with only low and high series
A stock chart may consist of
chart2/source/model/template/ChartType.cxx |1 +
1 file changed, 1 insertion(+)
New commits:
commit d49fc1cfb76514e300a3670f18e751c0710d81a6
Author: Regina Henschel
AuthorDate: Sun Jun 15 11:33:03 2025 +0200
Commit: Xisco Fauli
CommitDate: Mon Jun 16 11:29:30 2025 +0200
tdf
chart2/source/model/template/ChartType.cxx |1 +
1 file changed, 1 insertion(+)
New commits:
commit 3391dfad01efddb4bfd3b2bfef221a17ac11e43a
Author: Regina Henschel
AuthorDate: Sun Jun 15 11:33:03 2025 +0200
Commit: Regina Henschel
CommitDate: Sun Jun 15 14:47:15 2025 +0200
Hi all,
I have now deleted everything and started again with git clone. And lo
and behold, now a build with Skia works :)
Kind regards,
Regina
Regina Henschel schrieb am 03.01.2024 um 16:12:
Hi all,
I cannot build Skia because somewhere a wrong path is created.
Example of the problem
/drawingml/customshapegeometry.cxx | 15 +-
oox/source/drawingml/customshapes/oox-drawingml-cs-presets |6
6 files changed, 94 insertions(+), 7 deletions(-)
New commits:
commit 312ba0c7657807097ce4577072e533a4fcca329a
Author: Regina Henschel
AuthorDate: Fri Jun 13 21:32:39
Hi all,
I try to build LO in WSL. My autogen.input is
--enable-dbgutil
--with-visual-studio=2022
--without-lxml
--disable-ccache
--with-jdk-home=C:/BuildLOAdds/jdk
--enable-python=fully-internal
--with-junit=C:/BuildLOAdds/junit/junit-4.10.jar
--with-ant-home=C:/BuildLOAdds/apache-ant-1.9.5
--wit
commits:
commit af99860d42c672c3c47aab5e3b55f0bb52df4b4e
Author: Regina Henschel
AuthorDate: Wed Jun 11 20:39:20 2025 +0200
Commit: Regina Henschel
CommitDate: Thu Jun 12 11:06:21 2025 +0200
tdf#166428 accept stock charts with only low and high series
A stock chart may consist of
Hi Dennis,
Dennis Roczek schrieb am 08.06.2025 um 14:08:
Hi Regina,
in short: TDF.
In long: the ODFToolkit.
See opened issue after my finding (in/for Telegram Marketing group):
https://github.com/tdf/odftoolkit/issues/364
I've written
https://github.com/tdf/odftoolkit/issues/398
Kind reg
Hi all,
Who maintans https://odfvalidator.org/ ?
Problem are:
It does not allow to select "ODF 1.4" and "ODF 1.4 (extended)" in the
"ODF Version:" drop down. But current LibreOffice writes "ODF 1.4
(extended)" as default.
The option "auto-detect" does not detect whether an "extended" versio
Hi Miklos,
How is the hierarchy of the now two child elements of
determined? Is it the element order in markup or
the date in their child element?
What should happen if the of the elements
are in contrast to the type of elements? For example there is a delete
of content that is inserted
Hi Miklos,
thank you for the proposal. It's great that you're also thinking about
how new features can be integrated into ODF.
I've forwarded the suggestion to Svante. He's the expert on change tracking.
Kind regards,
Regina
Miklos Vajna schrieb am 21.05.2025 um 14:38:
Hi Regina,
I recentl
Michael Weghorn schrieb am 18.05.2025 um 22:42:
Hi Regina,
On 2025-05-18 01:41, Regina Henschel wrote:
But now it breaks with
C:\BuildLO2\core\vcl\inc\skia/utils.hxx(34): fatal error C1083:
Cannot open include file: 'SkRegion.h': No such file or directory
make[1]: *** [C:/BuildLO2/c
Hi Michael,
Michael Weghorn schrieb am 18.05.2025 um 00:39:
Hi Regina,
On 2025-05-18 00:20, Regina Henschel wrote:
I have removed the `MESON=...` part and automatic download of meson
works then.
But now it breaks with
C:\BuildLO2\core\vcl\inc\skia/utils.hxx(34): fatal error C1083: Cannot
Hi Michael,
Michael Weghorn schrieb am 17.05.2025 um 17:49:
Hi Regina,
On 2025-05-17 16:30, Regina Henschel wrote:
I have attached the output of configure and of build.
the output of the different jobs is interspersed (`make -O` could help
to prevent that), but from what I can see, the
Hi all,
with current master and clean build I get a lot of accessibility related
warnings and finally a
make: *** [Makefile:301: build] Error 2
Which information do you need from me to help?
Kind regards,
Regina
Hi all,
The color gradients in Microsoft Office and LibreOffice are largely
incompatible. I have now investigated how Microsoft Office handles the
and attributes. I have put my findings in a
document and uploaded it to the wiki. If anyone is planning to extend
LibreOffice's ability to handl
Hallo Christian,
Christian Lohmaier schrieb am 29.04.2025 um 12:47:
Hi Regina, *,
On Mon, Apr 28, 2025 at 8:02 PM Regina Henschel wrote:
Ilmari Lauhakangas schrieb am 28.04.2025 um 15:35:
On 4/28/25 16:32, Regina Henschel wrote:
[..]
If you use LODE, run `git pull` in LODE and then
Hi Ilmari,
Ilmari Lauhakangas schrieb am 28.04.2025 um 15:35:
On 4/28/25 16:32, Regina Henschel wrote:
Hi all,
I try to build with Cygwin on Windows 11. My configure is:
[..]
If you use LODE, run `git pull` in LODE and then `./setup`
I have now tried it with WSL. With that and
Hi Ilmari,
Ilmari Lauhakangas schrieb am 28.04.2025 um 15:35:
On 4/28/25 16:32, Regina Henschel wrote:
Hi all,
I try to build with Cygwin on Windows 11. My configure is:
c:/BuildLO/core/autogen.sh \
--with-external-tar=c:/BuildLO/externalsrc \
--with-junit=c:/cygwin64/junit/junit-4.10.jar
Hi all,
I try to build with Cygwin on Windows 11. My configure is:
c:/BuildLO/core/autogen.sh \
--with-external-tar=c:/BuildLO/externalsrc \
--with-junit=c:/cygwin64/junit/junit-4.10.jar \
--with-ant-home=c:/cygwin64/ant/apache-ant-1.9.5 \
--disable-ccache \
--with-visual-studio=2022 \
--enable-d
Hi Kohei,
thank you for looking at it.
Kohei Yoshida schrieb am 23.04.2025 um 04:20:
Hi Regina,
On 4/22/25 11:29, Regina Henschel wrote:
Hi all,
The ODF TC currently discusses OFFICE-2317 "Text distribute
justification" [1]. The issue is about the proposal in the OASIS-Wiki
[2
Hi all,
The ODF TC currently discusses OFFICE-2317 "Text distribute
justification" [1]. The issue is about the proposal in the OASIS-Wiki [2].
(A)
The proposal wants to introduce a new attribute "css3t:text-justify"
with values "auto" and "distribute".
Problem is, that the actual CSS3 draft [
oox/source/drawingml/fillproperties.cxx | 14 ++
1 file changed, 2 insertions(+), 12 deletions(-)
New commits:
commit 4f529003185fcf40bf23a8f2bcfd8596724c
Author: Regina Henschel
AuthorDate: Sun Apr 13 14:04:33 2025 +0200
Commit: Regina Henschel
CommitDate: Mon Apr 14
Hallo Atac,
dies ist die falsche Mailingliste. Diese Liste ist für Entwickler, und
sie ist in Englisch. Benutze für deutschsprachige Benutzerfragen die
Mailingliste us...@de.libreoffice.org oder die Diskussionsseite
https://ask.libreoffice.org/c/german/6.
Wertvolle Hinweise zu Datenbanken fi
Hi Miklos,
Miklos Vajna schrieb am 14.02.2025 um 13:47:
Hi Regina,
On Fri, Feb 14, 2025 at 11:30:16AM +0100, Regina Henschel
wrote:
'make -C external/pdfium' should show you the compiler invocation, you
should see clang-cl.exe there instead of the usual cl.exe.
No clang-cl.ex
Hi Miklos,
Miklos Vajna schrieb am 14.02.2025 um 08:20:
> Hi Regina,
>
> On Fri, Feb 14, 2025 at 12:48:01AM +0100, Regina Henschel
wrote:
>> a clean build with Cygwin fails in pdfium.
>> For example:
>>
>>
C:\buildLo\core\workdir\UnpackedTarball\pdfium\core
Hi all,
a clean build with Cygwin fails in pdfium.
For example:
C:\buildLo\core\workdir\UnpackedTarball\pdfium\core/fxcrt/byteorder.h(21):
fatal error C1189: #error: "MSVC is not supported."
C:\buildLo\core\workdir\UnpackedTarball\pdfium\core/fxcrt/immediate_crash.h(138):
error C2059: synta
Hi all,
with patch https://gerrit.libreoffice.org/c/core/+/180078
"python3: get python.exe from extern"
the build is successful now. Thanks.
Kind regards,
Regina
Regina Henschel schrieb am 10.01.2025 um 20:59:
Hi all,
I build in WSL on Windows 11.
With a current master I get
Hi all,
I build in WSL on Windows 11.
With a current master I get the error
[build PAT] python3
'wget' is not recognized as an internal or external command,
operable program or batch file.
'py' is not recognized as an internal or external command,
operable program or batch file.
'"C:\BuildLO3\co
Hi Devansh,
This is wrong:
chart:class="chart:histogram"
"histogram" does not belong to the chart types that are predefined in
the ODF standard. Only the names of the predefined chart types may have
a prefix "chart". For chart types not defined in the standard you have
to use a prefix differe
Hi Devansh,
Devansh Varshney schrieb am 03.01.2025 um 15:08:
Histogram Chart
Values (units)
Frequency
I hope this time it's correct :)
That will work. However, LibreOff
Hi Devansh,
Devansh Varshney schrieb am 03.01.2025 um 13:21:
Histogram Chart
60
0
true
loext:histogram-overflow-bin, loext:histogram-underflow-bin and
loext:histogram-interval-closed are not elements, but attributes of the
e
Hi Devansh,
Devansh Varshney schrieb am 02.01.2025 um 09:14:
Histogram Chart
The generated XML does not contain any comments.
A 'chart:label' attribute does not exist for the element.
Instead it has the attribute 'chart:label-cell-address'.
The d
Hi Devansh,
I have looked at patch set 13 of
https://gerrit.libreoffice.org/c/core/+/177364
The file libreoffice-schema.rng has errors. I have already commented on
Gerrit about the doubled attribute frequency-type. For to explain the
other errors, I need an example of the intended markup, be
Hi Ilmari,
Ilmari Lauhakangas schrieb am 16.12.2024 um 06:31:
On 15.12.2024 21.56, Regina Henschel wrote:
Hi all,
I get a build error with clean build and current master, no own code.
[build AL ] cli_basetypes
[build AL ] cli_ure
[build AL ] cli_uretypes
[build AL ] cli_cppuhelper
ALINK
Hi Devansh,
This answer is longly and touches general areas, so not suitable as
direct comment to your patch. It contains my ideas about realizing ODF
import/export.
Hi Michael, I have put you in CC because you can surely say something in
regard to ODF and correct me where I'm wrong.
Devan
Hi all,
I get a build error with clean build and current master, no own code.
[build AL ] cli_basetypes
[build AL ] cli_ure
[build AL ] cli_uretypes
[build AL ] cli_cppuhelper
ALINK: error AL1078: Error signing assembly -- Access is denied.
ALINK: error AL1078: Error signing assembly -- Access i
Hi Devansh,
I have put the dev list in CC, because such questions should go to the
dev list. There are other people too that can answer your questions. I'm
not an expert for charts and I have not always time to answers in a
reasonable time frame.
Devansh Varshney schrieb am 29.11.2024 um 14:
schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng |9 -
xmloff/source/chart/SchXMLExport.cxx|9 +++--
2 files changed, 7 insertions(+), 11 deletions(-)
New commits:
commit 7cec59402d09077749cc6bbe96cbf19652d2d3d9
Author: Regina Henschel
Hi all,
Mike pointed out to me, that I should have used "co-authored-by:" in a
patch. But how to do that? Would I have to write it manually in a line
directly above the Change-Id line?
Kind regards,
Regina
+++-
xmloff/source/draw/shapeexport.cxx | 37 -
5 files changed, 466 insertions(+), 46 deletions(-)
New commits:
commit 1b7bdc29559caba53fb3de9820110c633bf00a27
Author: Regina Henschel
AuthorDate: Thu Nov 7 19:24:03 2024 +0100
Commit: Regina Henschel
CommitDate: Sun Nov
Hi Mike,
Mike Kaganski schrieb am 06.11.2024 um 18:44:
Hi Regina,
On 06.11.2024 19:57, Regina Henschel wrote:
Hi all,
with ODF 1.4 we get an attribute draw:extrusion-metal-type. Its value
is a QName. The default value is 'draw:MetalODF' and the value we use
for MS compat
Hi all,
with ODF 1.4 we get an attribute draw:extrusion-metal-type. Its value is
a QName. The default value is 'draw:MetalODF' and the value we use for
MS compatibility is 'loext:MetalMSCompatible'. Using
'draw:MetalMSCompatible' is not allowed.
Currently validation fails, because loext is n
c377e211785c799a56cd72a9ecba9611d5993311
Author: Regina Henschel
AuthorDate: Thu Oct 24 22:12:25 2024 +0200
Commit: Regina Henschel
CommitDate: Wed Nov 6 00:55:37 2024 +0100
tdf#162177 Adapt function EASTERSUNDAY to ODF 1.4
This includes writing ORG.OPENOFFICE.EASTERSUNDAY for ODF 1.3 and
ODF 1.2
Hi all,
a first version is now in
https://gerrit.libreoffice.org/c/core/+/175736.
Please look whether this is in principle the way to go.
Or do you have a better idea?
Kind regards,
Regina
Mike Kaganski schrieb am 27.10.2024 um 07:51:
On 27.10.2024 5:27, Regina Henschel wrote:
Hi Mike, hi
Hi Mike, hi all,
Mike Kaganski schrieb am 21.10.2024 um 09:19:
Hi Regina!
On 20.10.2024 23:20, Regina Henschel wrote:
it would be necessary to write ORG.OFFICE.EASTERSUNDAY when writing in
ODF versions 1.3 and before and write pure EASTERSUNDAY in case of ODF
1.4. But I see no way to
a common user from cmd with a /J switch added
to mklink, that one succeeds and creates the same type of links as
cygwin. So integrating this into the g script could help on this issue.
Best,
Balázs
Regina Henschel <mailto:rb.hensc...@t-online.de>> ezt írta (időpont: 2024. okt. 24.
Hi Michael,
Michael Weghorn schrieb am 24.10.2024 um 14:20:
Hi Regina,
On 2024-10-24 00:01, Regina Henschel wrote:
I still on getting build with WSL correct.
Using command
$ make
I get the error message
Your hooks not right, solve this in cygwin with
./g -z
But I'm not in cygwi
Hi all,
I still on getting build with WSL correct.
Using command
$ make
I get the error message
Your hooks not right, solve this in cygwin with
./g -z
But I'm not in cygwin and using ./g -z only repeats the error message.
Nevertheless, command make works. Can I ignore this error message or
offapi/com/sun/star/drawing/ConnectorShape.idl | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit a3c40e732658d137352577e7e9378cdce0baba9b
Author: Regina Henschel
AuthorDate: Wed Oct 23 19:48:51 2024 +0200
Commit: Regina Henschel
CommitDate: Wed Oct
43 PM Regina Henschel wrote:
with help of Hossein, I could build LibreOffice as described on
https://wiki.documentfoundation.org/Development/BuildingOnWSLWindows
But the autogen parameters in that instructions contain
--without-doxygen. That means, that I cannot use --enable-odk.
That's just
Hi all,
Christians mail shows my error. Instead of
--with-doxygen=c:/Apps/doxygen/bin
it needs not only the folder but the complete file path
--with-doxygen=c:/Apps/doxygen/bin/doxygen.exe
Now autogen.sh finds it.
Kind regards,
Regina
Regina Henschel schrieb am 23.10.2024 um 16:16:
Hi Balázs
configure: error: found doxygen is too old; need at least version 1.8.4
or specify --without-doxygen
But the installed doxygen version is 1.12.0
So still no way to get --enable-odk.
Kind regards,
Regina
—
Regina Henschel <mailto:rb.hensc...@t-online.de>> (időpont: 2024. okt. 22., K, 19
Hello all,
with help of Hossein, I could build LibreOffice as described on
https://wiki.documentfoundation.org/Development/BuildingOnWSLWindows
But the autogen parameters in that instructions contain
--without-doxygen. That means, that I cannot use --enable-odk.
How to build with --enable-o
Hi Calc experts,
it would be necessary to write ORG.OFFICE.EASTERSUNDAY when writing in
ODF versions 1.3 and before and write pure EASTERSUNDAY in case of ODF
1.4. But I see no way to distinguish between ODF 1.3 and ODF 1.4 in the
export filter. I see only a general mxSymbols->isODFF() in
ScC
Hi Mike,
Mike Kaganski schrieb am 19.10.2024 um 09:04:
I hope that https://gerrit.libreoffice.org/c/core/+/175188 should fix it.
Yes, sd.check works now. Thank you.
Kind regards,
Regina
re/+/175060
Regards
On 17/10/24 1:00, Regina Henschel wrote:
Hi,
CppunitTest_sd_png_export_tests fails for me
in
testNoAntiAliasExport
- Expected: 2
- Actual : 9
and in
testTdf162259
- Expected greater than: 350
- Actual : 325
Both tests use sd/qa/unit/data/svg/tdf162259.svg
I build w
Hi,
CppunitTest_sd_png_export_tests fails for me
in
testNoAntiAliasExport
- Expected: 2
- Actual : 9
and in
testTdf162259
- Expected greater than: 350
- Actual : 325
Both tests use sd/qa/unit/data/svg/tdf162259.svg
I build with --disable-skia.
Windows 11, VS 2022, cygwin, default 96 dpi.
Hi all,
Problem: Method test::BootstrapFixture::validate() validates against a
fixed version, currently against 'OpenDocument-v1.4+libreoffice'.
That means, that some tests, that currently use a construct like
SetODFDefaultVersion(SvtSaveOptions::ODFVER_013_EXTENDED);
save(...)
or
saveAn
35c5d496645e64463ff4ba1e7b0b78f6b55741d9
Author: Regina Henschel
AuthorDate: Wed Sep 18 10:43:32 2024 +0200
Commit: Regina Henschel
CommitDate: Thu Sep 19 08:54:44 2024 +0200
tdf#162963 export property TotalsRow to ODF
DatabaseRange has got the property TotalsRow with UI and UNO
Hi all,
has really no one an opinion in regard to "dynamic array"?
Kind regards,
Regina
Regina Henschel schrieb am 24.08.2024 um 16:18:
Hello everyone,
It's about the Excel feature “dynamic array”, bug 127808.
In the section “Non-Scalar Evaluation” (3.3, part 4) [1], ODF has
Hi together,
have you seen it? Current MS Office 365 writes formally "ODF 1.4", when
it exports to ODF format.
I have not investigated whether it really contains any ODF 1.4 specific
things.
Kind regards,
Regina
Hello everyone,
It's about the Excel feature “dynamic array”, bug 127808.
In the section “Non-Scalar Evaluation” (3.3, part 4) [1], ODF has rules
on what to do if the actual result array has a different width or height
than the target range. An adjustment of the target range to the actual
res
vcl/source/image/ImplImageTree.cxx |6 ++
1 file changed, 6 insertions(+)
New commits:
commit fcccd6bf9feb46feb14a07aa22de5f9ea52d394c
Author: Regina Henschel
AuthorDate: Sun Aug 18 20:50:18 2024 +0200
Commit: Regina Henschel
CommitDate: Thu Aug 22 18:12:00 2024 +0200
tdf
Hi all,
thank you for your help (mail, bug comment, patch comment). It turns out
that it is indeed a Windows-only bug.
Kind regards,
Regina
Regina Henschel schrieb am 18.08.2024 um 23:02:
Hi all,
the patch in https://gerrit.libreoffice.org/c/core/+/172019
for tdf#153421 "On windows
Hi all,
the patch in https://gerrit.libreoffice.org/c/core/+/172019
for tdf#153421 "On windows, the picture croping tool miss the bottom
left handle when scaling higher than 100%"
solves the problem for me on Windows 11. But I cannot test other
operating systems. Perhaps you have some time for
Hi Michael,
Michael Stahl schrieb am 07.08.2024 um 17:55:
On 07/08/2024 17:45, Regina Henschel wrote:
Hi all
The rule
SheetName ::= QuotedSheetName | '$'? [^\]\. #$']+
is part of section 5.8 References, part 4 ODF
Kann someone please explain the alternative
'$'
Hi all
The rule
SheetName ::= QuotedSheetName | '$'? [^\]\. #$']+
is part of section 5.8 References, part 4 ODF
Kann someone please explain the alternative
'$'? [^\]\. #$']+
to me?
I think, '$'? means one or no character $
and [^\] means one character but not character \
But the rest?
Kind re
1 - 100 of 1162 matches
Mail list logo