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

Master link error on Ubuntu 22.04/24.04

2025-07-22 Thread Lodev
Hi, 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 Until this error messages: [build MOD] sal /usr/bin/ld: /tmp/lto-llvm-4818d7.

Add extra columns when converting text to table in Writer

2025-07-16 Thread Lodev
want to add (a certain number of) empty cells after each row? Thanks for your help. Lodev

For Mac version, is it possible to build language packages directly into main package?

2024-01-30 Thread Lodev
Hi all, For Mac version, currently released packages are a main package (LibreOffice_24.0.3_MacOS_x86-64.dmg) and different language packages (LibreOffice_24.0.3_MacOS_x86-64_langpack_*.dmg). But it is really difficult to install those packages in a MacOS system and caused a lot of complaint

core.git: sc/source

2023-12-12 Thread Lodev (via logerrit)
sc/source/filter/xml/xmlwrap.cxx | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) New commits: commit e91290190e4b2ef3cc07efb2bda42ea37b246354 Author: Lodev AuthorDate: Tue Dec 5 14:27:17 2023 +0800 Commit: Mike Kaganski CommitDate: Tue Dec 12 10:47:42 2023 +0100

Re: #tdf51510: Change the DPI to get better resolution, but failed the unit test

2023-09-11 Thread Lodev
least we can use designated DPI to get a better bitmap quality. Then when we tried to patch it to latest libreoffice.core and compile it, it failed to link: /usr/bin/ld: /home/lodev/git/libreoffice.core/workdir/CxxObject/vcl/source/gdi/vectorgraphicdata.o: in function `convertPrimitive2DS

Re: #tdf51510: Change the DPI to get better resolution, but failed the unit test

2023-09-11 Thread Lodev
Hi, sos 於 2023/8/31 17:53 寫道: Sorry to come back to this: every document has a property called "Image Preferred DPI" that can be used to represent the printing intentions of that document. Apparent dimensions are a result of deviding the available pixels in the Image by the print intention

Confusing unit test error

2023-09-05 Thread Lodev
Hi, We sent a patch to gerrit.  Before sending it we did "make sw.check" and passed.  But after submitting Jenkins reported a unit test error.  So we tried to "make check" again. It failed, but not the way Jenkins reported. [CUT]i18npool_transliteration [_RUN_] (anonymous namespace)::In

What is the "dynamic" flag in errcode?

2023-09-04 Thread Lodev
Hi, In the ErrCode definition  (include/comphelper/errcode.hxx) error codes are defined as a 32-bit integer.  There is a "Dynamic" area in bit 30-26.  Also in ErrCode class it defines some methods like isDynamic(), StripDynamic(), ... etc.  But we didn't find any comments or documents saying

Re: #tdf51510: Change the DPI to get better resolution, but failed the unit test

2023-08-30 Thread Lodev
Hi, Tomaž Vajngerl 於 2023/8/31 03:13 寫道: Hi, On Tue, Aug 29, 2023 at 9:09 AM Lodev wrote: Sorry if I'm asking a stupid question here. First, I've never seen or used a document with "multiple instances that all point to the same image in the document". That's ea

Re: #tdf51510: Change the DPI to get better resolution, but failed the unit test

2023-08-29 Thread Lodev
Tomaž Vajngerl 於 2023/8/22 20:17 寫道: Hi, On Mon, Aug 21, 2023 at 10:30 PM Lodev wrote: In fact, when we were doing more test, we found the behavior somewhat strange. We used attachment 170646 in tdf#51510. vcl/source/gdi/vectorgraphicdata.cxx, line 77: // get system DPI

Re: #tdf51510: Change the DPI to get better resolution, but failed the unit test

2023-08-21 Thread Lodev
Hi, Tomaž, Tomaž Vajngerl 於 2023/8/11 17:31 寫道: Hi, On Fri, Aug 11, 2023 at 8:06 AM Lodev wrote: Hi, We're trying to fix #tdf51510: "Exporting documents with embedded SVG to doc or docx converts the image to low-resolution pixel graphics" since it bothers us and it seems mor

#tdf51510: Change the DPI to get better resolution, but failed the unit test

2023-08-10 Thread Lodev
Hi, We're trying to fix #tdf51510: "Exporting documents with embedded SVG to doc or docx converts the image to low-resolution pixel graphics" since it bothers us and it seems more and more bugs duplicated or related to this one.  We changed in vcl/source/gdi/vectorgraphicdata.cxx:78 -