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

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
st 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 `convertPrimitive2DSequen

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

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

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

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 easy - drag the i

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 more and

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

2023-08-11 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 -