core.git: oox/qa oox/source

2024-03-27 Thread Regina Henschel (via logerrit)
207876cdcd7a4c19940d769a52d118751059dfe0 Author: Regina Henschel AuthorDate: Tue Mar 26 23:52:34 2024 +0100 Commit: Regina Henschel CommitDate: Wed Mar 27 16:48:20 2024 +0100 Restore shape rotation on roundtrip of pptx 3D shape As long as our support for extruded custom shapes from MS Office

Re: Import of 3D-Image from pptx

2024-03-23 Thread Regina Henschel
Hi Miklos, sorry for not answering, but I haven't got your mail. Only Mike notified me just, that there is an answer from you. I have read your mail now from the archive. I think in both cases the ideal would be to extend SdrGrafObj, to support cropping and 3D properties if PPTX supports

Re: Import of 3D-Image from pptx

2024-03-23 Thread Regina Henschel
in code are needed. Kind regards, Regina Regina Henschel schrieb am 21.03.2024 um 23:41: Hi all, at the moment, a 3D image is imported as an image and displayed in Impress without 3D. The 3D properties are in the InteropGrabBag and are written out again on export, in addition to a rotation

core.git: oox/qa oox/source

2024-03-23 Thread Regina Henschel (via logerrit)
|8 +-- 5 files changed, 85 insertions(+), 11 deletions(-) New commits: commit 15e43d9679773efcf869ff8272c7932b59fe1c68 Author: Regina Henschel AuthorDate: Fri Mar 22 10:43:48 2024 +0100 Commit: Regina Henschel CommitDate: Sat Mar 23 10:20:25 2024 +0100 tdf#70039 partly enable 3D

core.git: oox/source

2024-03-22 Thread Regina Henschel (via logerrit)
oox/source/drawingml/scene3dhelper.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 9556504b213519e2900e72c81aa26a470dc6353c Author: Regina Henschel AuthorDate: Fri Mar 22 00:52:25 2024 +0100 Commit: Regina Henschel CommitDate: Fri Mar 22 10:21:32

Import of 3D-Image from pptx

2024-03-21 Thread Regina Henschel
Hi all, at the moment, a 3D image is imported as an image and displayed in Impress without 3D. The 3D properties are in the InteropGrabBag and are written out again on export, in addition to a rotation or mirroring that the user has made with the image in LO. The 3D image could be treated

core.git: oox/inc oox/qa oox/source

2024-03-20 Thread Regina Henschel (via logerrit)
| 93 oox/source/drawingml/shape.cxx |4 6 files changed, 223 insertions(+), 55 deletions(-) New commits: commit 2eabd56ff5f65733c6fa1bcef14d4a39c21dddc7 Author: Regina Henschel AuthorDate: Fri Mar 15 00:00:51 2024 +0100 Commit: Regina Henschel

core.git: oox/source

2024-03-19 Thread Regina Henschel (via logerrit)
oox/source/drawingml/scene3dhelper.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit aa341e79ee241fec0b5afe159b0c674cf85a52c0 Author: Regina Henschel AuthorDate: Mon Mar 18 19:52:02 2024 +0100 Commit: Regina Henschel CommitDate: Tue Mar 19 12:13:19

core.git: xmloff/qa xmloff/source

2024-03-18 Thread Regina Henschel (via logerrit)
: Regina Henschel AuthorDate: Sun Mar 17 16:28:12 2024 +0100 Commit: Regina Henschel CommitDate: Mon Mar 18 15:58:53 2024 +0100 Clamp extrusion light level to allowed range for ODF With import of shapes in 3D-mode from pptx files, the internal values for light level might

Import of material presets for extruded shapes in pptx

2024-03-17 Thread Regina Henschel
Hi all, the patch for importing the material presets for extruded shapes in pptx is now ready for review. Please notify my, when you intend to look at it. https://gerrit.libreoffice.org/c/core/+/164853 Kind regards, Regina

New implementation for extruded custom shapes

2024-03-16 Thread Regina Henschel
Hi all, The current solution for extruded custom shapes is only suitable for shapes from binary MS Office files. Even not all features of ODF are implemented. And there are no ways at all to display modern 3D objects from OOXML. Would anyone like to implement a new version for extruded

core.git: oox/CppunitTest_oox_testscene3d.mk oox/inc oox/qa oox/source

2024-03-13 Thread Regina Henschel (via logerrit)
/shape.cxx | 34 + 10 files changed, 729 insertions(+), 11 deletions(-) New commits: commit 98b06ed3583fcc1f720ceb919cdd57ede7952a71 Author: Regina Henschel AuthorDate: Wed Mar 6 21:52:39 2024 +0100 Commit: Regina Henschel CommitDate: Wed Mar 13 21:43:58 2024 +0100

Re: Import of lighting from MS Office for extruded shapes

2024-03-12 Thread Regina Henschel
Hi all, I have finished my patch in https://gerrit.libreoffice.org/c/core/+/164510, including some unit tests. It would be nice if someone has some time to review it. If you will do it, please add you their or notify my here. If no one wants to look at it, I'll commit it as it is. Kind

Re: ESC meeting agenda: 2024-03-06 16:00 CET

2024-03-06 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 06.03.2024 um 16:28: Hi, The prototype agenda is below. Extra items are appreciated either in this document or as a reply to this mail: [..] * What’s cooking (Miklos)     + A11y update (Michael W)     + importing 3D scenes from MSO (Regina) I cannot

Re: Import of lighting from MS Office for extruded shapes

2024-03-06 Thread Regina Henschel
Hi all, Regina Henschel schrieb am 22.02.2024 um 19:47: Hi all, I have started work on import of lighting. But there are several problems which make it impossible to get a 1:1 match to our capabilities. [..] Any ideas/wishes for a reasonably usable import? I have uploaded the current

core.git: Branch 'libreoffice-7-6' - sc/qa sc/source

2024-03-04 Thread Regina Henschel (via logerrit)
45fb563b6e93833a4dbe31bf0b0cc0a51e83f791 Author: Regina Henschel AuthorDate: Sun Mar 3 17:19:49 2024 +0100 Commit: Xisco Fauli CommitDate: Mon Mar 4 22:02:49 2024 +0100 tdf#160003 use correct sheet in clipboard for test ..whether a page anchored object is contained in the to be copied area

core.git: Branch 'libreoffice-24-2' - sc/qa sc/source

2024-03-04 Thread Regina Henschel (via logerrit)
5ad993b4167fb93f565dc1bce6eb1057e60f62f3 Author: Regina Henschel AuthorDate: Sun Mar 3 17:19:49 2024 +0100 Commit: Xisco Fauli CommitDate: Mon Mar 4 22:02:55 2024 +0100 tdf#160003 use correct sheet in clipboard for test ..whether a page anchored object is contained in the to be copied area

core.git: sc/qa sc/source

2024-03-04 Thread Regina Henschel (via logerrit)
199523b553957936dc31b8c3556ef2e47c6bc3a1 Author: Regina Henschel AuthorDate: Sun Mar 3 17:19:49 2024 +0100 Commit: Regina Henschel CommitDate: Mon Mar 4 14:30:21 2024 +0100 tdf#160003 use correct sheet in clipboard for test ..whether a page anchored object is contained in the to be copied

core.git: 2 commits - config_host/config_options.h.in include/comphelper include/svtools include/toolkit include/vcl oox/inc oox/source

2024-03-02 Thread Regina Henschel (via logerrit)
/source/drawingml/scene3dhelper.cxx|5 +++-- oox/source/drawingml/shape.cxx| 25 + 22 files changed, 74 insertions(+), 49 deletions(-) New commits: commit d8079e980e3e5947df9430089444a5f31e0c5de6 Author: Regina Henschel AuthorDate: Wed Feb

Re: Import of lighting from MS Office for extruded shapes

2024-02-29 Thread Regina Henschel
Hi Armin, Armin Le Grand schrieb am 28.02.2024 um 20:20: Hi, On 2/24/24 22:00, Regina Henschel wrote: Hi Thorsten, Thorsten Behrens schrieb am 24.02.2024 um 17:29: Hi Regina, Regina Henschel wrote: Unfortunately, our 3d engine does not support all needed features. Most important problem

Help on toolbars

2024-02-29 Thread Regina Henschel
Hi Olivier, I have tested what happens, when you go to an icon in the toolbar via F6 and then tabs. When you are on an icon and then press F1, the help system gets e.g. .HelpId:textobjectbar or .HelpId:standardbar. But there exists no corresponding page and a 404 is shown. Kind regards,

Re: Import of lighting from MS Office for extruded shapes

2024-02-28 Thread Regina Henschel
Hi Armin, Armin Le Grand schrieb am 28.02.2024 um 11:16: Further problem with our 3d engine is, that we cannot render the "Bevel" of MS Office. Not only the fancy ones, but the simple round bevel is missing too. Our "Rounded edges" are in fact straight. In MS Office you can use the bevel to

Re: Build problem with climaker

2024-02-25 Thread Regina Henschel
Hello Kevin, hello Mike, going back to VS 17.9.0 solves the problem. Thank you for your help. Kind regards, Regina Mike Kaganski schrieb am 25.02.2024 um 03:21: Hi Regina, On 2/25/2024 7:37 AM, Kevin Suo wrote: I think that is exactly the regression in VS 17.9.1 which Mike Kaganski has

Build problem with climaker

2024-02-24 Thread Regina Henschel
Hi all, with a clean build from current master I get the failure LINK : error LNK2034: metadata inconsistent with COFF symbol table: symbol '?rtl_ustr_asciil_reverseEquals_WithLength@@$$J0YAEPEB_SPEBDJ@Z' (06000579) has inconsistent metadata with (0A000A1A) in climaker_emit.o climaker_emit.o

Re: Import of lighting from MS Office for extruded shapes

2024-02-24 Thread Regina Henschel
Hi Thorsten, Thorsten Behrens schrieb am 24.02.2024 um 17:29: Hi Regina, Regina Henschel wrote: Unfortunately, our 3d engine does not support all needed features. Most important problem is, that in our 3d engine only the first light is specular. I suspect that might be quick to add - Armin

Re: Import of lighting from MS Office for extruded shapes

2024-02-24 Thread Regina Henschel
Hi Thorsten, Thorsten Behrens schrieb am 22.02.2024 um 21:04: Hi Regina, Regina Henschel wrote: Any ideas/wishes for a reasonably usable import? Our 3d engine already supports all this FWICT (I see e.g. SDRATTR_3DSCENE_LIGHTCOLOR_1 - 8) - so why not extend ODF here, when it's obviously

core.git: Branch 'libreoffice-24-2-1' - svx/source

2024-02-22 Thread Regina Henschel (via logerrit)
svx/source/sdr/contact/viewcontactofsdrpage.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit f09fbbd8ae57d59c6ca264b042927330249ce163 Author: Regina Henschel AuthorDate: Fri Feb 9 15:02:41 2024 +0100 Commit: Xisco Fauli CommitDate: Thu Feb 22 21:22

Import of lighting from MS Office for extruded shapes

2024-02-22 Thread Regina Henschel
Hi all, I have started work on import of lighting. But there are several problems which make it impossible to get a 1:1 match to our capabilities. Some of these problems are: (1) A lightRig in MS Office uses up to 4 lights. But ODF and our API have only two lights. (2) The MS Office

core.git: oox/CppunitTest_oox_testscene3d.mk oox/inc oox/Library_oox.mk oox/Module_oox.mk oox/qa oox/source

2024-02-19 Thread Regina Henschel (via logerrit)
6e5529d7382558a38e547074e2f674e85e11e66e Author: Regina Henschel AuthorDate: Tue Jan 23 20:18:48 2024 +0100 Commit: Miklos Vajna CommitDate: Mon Feb 19 13:57:14 2024 +0100 tdf#70039 convert 3D effects to extrusion ODF allows a 3D mode for custom shapes. That can be used to render some of the 3D effects

core.git: Branch 'libreoffice-24-2' - svx/source

2024-02-12 Thread Regina Henschel (via logerrit)
svx/source/sdr/contact/viewcontactofsdrpage.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit f05bc0cf6c9fdba682a0aee4e3a06b093ae345da Author: Regina Henschel AuthorDate: Fri Feb 9 15:02:41 2024 +0100 Commit: Xisco Fauli CommitDate: Mon Feb 12 11:48

core.git: svx/source

2024-02-10 Thread Regina Henschel (via logerrit)
svx/source/sdr/contact/viewcontactofsdrpage.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 56517d8a38459f5a9e67327c1ac0dc8bcd07bcb8 Author: Regina Henschel AuthorDate: Fri Feb 9 15:02:41 2024 +0100 Commit: Regina Henschel CommitDate: Sat Feb 10

Import MS Office 3D effects

2024-01-28 Thread Regina Henschel
Hello, you might have noticed, that I have started to implement the import of 3D effects from MS Office. The commit in https://gerrit.libreoffice.org/c/core/+/162594 is in a state now, that you can make tests. Still missing is material, lighting and use of predefined camera. So when testing,

Problem with RTFSprms::equals() method in RTF import

2024-01-15 Thread Regina Henschel
Hi Miklos, hi all, I see a problem with the RTFSprms::equals() method. The problem is described in Bug 158950 - Paste as Rich Text Format loses character color and paragraph alignment from styles https://bugs.documentfoundation.org/show_bug.cgi?id=158950#c8 Miklos, as far as I see you have

core.git: Branch 'libreoffice-24-2' - editeng/source sw/qa

2024-01-12 Thread Regina Henschel (via logerrit)
: commit f5431af083eb1cde85505dddf19600a7b8f52020 Author: Regina Henschel AuthorDate: Tue Jan 9 21:41:40 2024 +0100 Commit: Xisco Fauli CommitDate: Fri Jan 12 10:34:23 2024 +0100 tdf#159049 use RTF_LINE for EE_FEATURE_LINEBR for copy Copy of simple text uses ImpEditEngine

core.git: editeng/source sw/qa

2024-01-11 Thread Regina Henschel (via logerrit)
: commit c994f2491dd4e977f726f53de1953feff17c2227 Author: Regina Henschel AuthorDate: Tue Jan 9 21:41:40 2024 +0100 Commit: Regina Henschel CommitDate: Fri Jan 12 00:13:21 2024 +0100 tdf#159049 use RTF_LINE for EE_FEATURE_LINEBR for copy Copy of simple text uses ImpEditEngine

unit test testTdf158743 in PNGExportTests.cxx fails for me

2024-01-11 Thread Regina Henschel
Hi all, the unit test testTdf158743 fails for me. https://opengrok.libreoffice.org/xref/core/sd/qa/unit/PNGExportTests.cxx?r=25276df1#304 I get Actual 855 instead of the mentioned expected 842 (tested as less than 850). I have build with --disable-skia because building Skia fails for me.

How to copy text from shape to body text in a unit test

2024-01-10 Thread Regina Henschel
Hi all, please have a look at the unit test in https://gerrit.libreoffice.org/c/core/+/161842. It works but it looks strange to me. The task is this: Copy the text content of a shape and paste it in rich text format to the body text. Make sure, that a line break (shift enter) in the original

Re: master build broken on macOS due to Firebird update

2024-01-06 Thread Regina Henschel
Hi all, it breaks for me too. VS2022 on Win11 with --enable-dbgutil. So not only macOS. Kind regards, Regina Patrick Luby schrieb am 06.01.2024 um 16:20: All, I am not sure how this update built successfully on macOS on Jenkins, but the Firebird update is filled with hundreds of sprintf

Cannot build Skia

2024-01-03 Thread Regina Henschel
Hi all, I cannot build Skia because somewhere a wrong path is created. Example of the problem external/skia/source/SkMemory_malloc.cxx has the line "include/core/SkTypes.h" The compiler tries to open 'C:/BuildLO/core/include\include/core/SkTypes.h' That obviously fails. Actually the

Re: Need help for bug 158451

2023-12-22 Thread Regina Henschel
Hi Michael, Michael Stahl schrieb am 21.12.2023 um 20:19: hi Regina, [..] the problem is that the type of anchor of the inner shape changes during text formatting, which is not supposed to happen. hope https://gerrit.libreoffice.org/c/core/+/161137 should fix the crash. Yes it solves

Re: Need help for bug 158451

2023-12-13 Thread Regina Henschel
ter rInfo of SwTextFrame::Format_(). And I still do not know, which object is really needed in the above mentioned for-loop. And I still don't know, whether the problem would be solved, when somehow first the line and then the group would be handled. I appreciate any help. Kind regards, Regina Regina

Need help for bug 158451

2023-12-10 Thread Regina Henschel
Hi all, I need help for bug 158451. Problem: A group or a drawing canvas in a docx file crashes Writer, in case it is anchored 'inline' and has a child shape with text. The crash happens in SwAnchoredObject::GetObjRectWithSpaces(). There is no crash, if such group is in an odt file. It is

Build problems with Skia

2023-12-08 Thread Regina Henschel
Hi all, I get a build problem with Skia in a clean build. My autogen.sh parameters are /cygdrive/c/BuildLO/core/autogen.sh \ --with-external-tar=/cygdrive/c/BuildLO/externalsrc \ --with-junit=/cygdrive/c/cygwin64/junit/junit-4.10.jar \ --with-ant-home=/cygdrive/c/cygwin64/ant/apache-ant-1.9.5 \

[Libreoffice-commits] core.git: include/editeng include/svx offapi/com oox/inc oox/qa oox/source svx/source xmloff/source

2023-11-30 Thread Regina Henschel (via logerrit)
44ee19c99bfb3bf0f550d9656e87bca3e20e5ca0 Author: Regina Henschel AuthorDate: Sun Nov 19 00:26:16 2023 +0100 Commit: Miklos Vajna CommitDate: Fri Dec 1 08:44:01 2023 +0100 [API CHANGE] Add OOXML way of curved connector routing The paths generated for curved connectors are basically

[Libreoffice-commits] core.git: oox/qa writerfilter/source

2023-11-28 Thread Regina Henschel (via logerrit)
bf6350ef7f9856abc4d6a085bd2d2f95d6b0c84e Author: Regina Henschel AuthorDate: Mon Nov 27 02:22:29 2023 +0100 Commit: Regina Henschel CommitDate: Tue Nov 28 14:07:30 2023 +0100 tdf#158348 Treat wordprocessing canvas like group shape getFullWPGSupport() is always false

[Libreoffice-commits] core.git: oox/qa oox/source

2023-11-24 Thread Regina Henschel (via logerrit)
63ecd577f5fe95feda0d1d8577a7d3b493999d78 Author: Regina Henschel AuthorDate: Fri Nov 24 01:18:22 2023 +0100 Commit: Regina Henschel CommitDate: Fri Nov 24 15:15:41 2023 +0100 tdf#158339 setFullWPGSupport to group shape in wpc otherwise the group will create no wps shapes but draw shapes

Re: LINK : fatal error LNK1181: cannot open input file 'ixo.lib'

2023-11-22 Thread Regina Henschel
Hi Kohei, hi Michael, thank you for looking at it. I'll try to change my solution to use a property. Kind regards, Regina Michael Stahl schrieb am 22.11.2023 um 09:59: hi Regina, On 22/11/2023 00:35, Regina Henschel wrote: Hi Kohei, Kohei Yoshida schrieb am 22.11.2023 um 00:10: Hi Regina

Re: LINK : fatal error LNK1181: cannot open input file 'ixo.lib'

2023-11-21 Thread Regina Henschel
Hi Kohei, Kohei Yoshida schrieb am 22.11.2023 um 00:10: Hi Regina, On 11/21/23 17:43, Regina Henschel wrote: Hi all, I have no idea, what is wrong with https://gerrit.libreoffice.org/c/core/+/159708 From what I can see, you have added svxcore as a new dependency of xo, but svxcore itself

LINK : fatal error LNK1181: cannot open input file 'ixo.lib'

2023-11-21 Thread Regina Henschel
Hi all, I have no idea, what is wrong with https://gerrit.libreoffice.org/c/core/+/159708 Can you please help? Kind regards, Regina

How to add new attribute?

2023-11-18 Thread Regina Henschel
Hi all, I'm going to implement a routing of curved connector shapes, that is compatible with OOXML. The information, that the OOXML way has to be used, will become a boolean member in class SdrEdgeInfoRec. For testing I have added a method to class SdrEdgeObj to set the value. But I think,

[Libreoffice-commits] core.git: include/oox oox/inc oox/qa oox/source

2023-11-17 Thread Regina Henschel (via logerrit)
270b7efe92751a46c3d85e856b932a365c5f5b73 Author: Regina Henschel AuthorDate: Thu Nov 16 15:19:08 2023 +0100 Commit: Regina Henschel CommitDate: Fri Nov 17 15:33:41 2023 +0100 Add getUnicodeTokenName() to StaticTokenMap and use... it in several places. Currently these places get

[Libreoffice-commits] core.git: include/oox oox/source

2023-11-15 Thread Regina Henschel (via logerrit)
include/oox/drawingml/connectorshapecontext.hxx |1 + oox/source/shape/WordprocessingCanvasContext.hxx |1 + 2 files changed, 2 insertions(+) New commits: commit 6550c248521b65a367b33ba8db95d17a9a350800 Author: Regina Henschel AuthorDate: Wed Nov 15 19:24:59 2023 +0100 Commit

[Libreoffice-commits] core.git: include/oox oox/CppunitTest_oox_wpc_drawing_canvas.mk oox/inc oox/Library_oox.mk oox/Module_oox.mk oox/qa oox/source sw/qa writerfilter/source

2023-11-15 Thread Regina Henschel (via logerrit)
|8 writerfilter/source/ooxml/model.xml | 47 + 35 files changed, 1209 insertions(+), 39 deletions(-) New commits: commit 0430adb42bc38f037b907984e71c144d863796cb Author: Regina Henschel AuthorDate: Wed Sep 6 23:03:39 2023 +0200 Commit: Miklos Vajna

Re: Bringing multi-page floating tables to ODF

2023-11-14 Thread Regina Henschel
: Hi Regina, On Wed, Oct 11, 2023 at 04:01:43PM +0200, Regina Henschel wrote: Thanks a lot. Please let me know when there is a proposal, I would like to link to it from our extension schema. Yes, of cause. However, the task has moved further down on my ToDo list, because at the moment

Import of drawing canvas in docx documents

2023-11-12 Thread Regina Henschel
Hi all, my patch https://gerrit.libreoffice.org/c/core/+/156629 is ready for review. Please have a look. It has unit tests that show what is now possible compared to the import of the VML fallback. I'm unsure about writing conventions, e.g. when start with lower or upper case. Please

Re: Import of curved connectors from OOXML

2023-11-11 Thread Regina Henschel
08, 2023 at 02:38:03AM +0100, Regina Henschel wrote: If we are in running LibreOffice we could distinguish two ways by a new constant in enum class SdrCompatibilityFlag, for example. But how to save such information to ODF? Keep path definition as vague as it is now and put the information

Re: Import of curved connectors from OOXML

2023-11-07 Thread Regina Henschel
Hi Thorsten, hi Tibor, hi all, Thorsten Behrens schrieb am 04.11.2023 um 13:52: Hi Regina, Regina Henschel wrote: It is not an ODF problem. Oh ok - then what I implied, was instead of trying to emulate the curvedConnector3 connector by mapping it to our existing ones, why not implement

Re: Import of curved connectors from OOXML

2023-11-03 Thread Regina Henschel
Hi Thorsten, Thorsten Behrens schrieb am 03.11.2023 um 20:07: Hi Regina, Regina Henschel wrote: I could try to approximate the OOXML curve by defining ersatz adjustment values. What criteria should be used for such an approximation? Anyway, it is mathematically complex, especially for cases

Import of curved connectors from OOXML

2023-11-03 Thread Regina Henschel
Hi all, I'm still working on import of the "drawing canvas" of docx. I have stumbled across problems with curved connectors. Curved connectors in OOXML use different Bézier-curve segments than LibreOffice. For example, a curvedConnector3 has two Bèzier-curve segments with the handle on

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - cui/uiconfig

2023-10-19 Thread Regina Henschel (via logerrit)
cui/uiconfig/ui/connectortabpage.ui |3 +++ 1 file changed, 3 insertions(+) New commits: commit 5c89f10495b34fccff1509ec96593dfa4f4532c9 Author: Regina Henschel AuthorDate: Mon Oct 9 13:31:06 2023 +0200 Commit: Xisco Fauli CommitDate: Thu Oct 19 13:15:21 2023 +0200 tdf#132605

[Libreoffice-commits] core.git: cui/uiconfig

2023-10-18 Thread Regina Henschel (via logerrit)
cui/uiconfig/ui/connectortabpage.ui |3 +++ 1 file changed, 3 insertions(+) New commits: commit 6c32d052011132e891dab3254bf2a2ea6f31e888 Author: Regina Henschel AuthorDate: Mon Oct 9 13:31:06 2023 +0200 Commit: Regina Henschel CommitDate: Wed Oct 18 14:36:55 2023 +0200 tdf

Re: How to use string constants with std::map

2023-10-11 Thread Regina Henschel
han Bergmann schrieb am 11.10.2023 um 20:14: On 10/11/23 19:24, Regina Henschel wrote: How to write the map? In the past it would have been something like the following: static const std::map> aConnectionSiteAngleMap{ {"accentBorderCallout1",{"0","cd4",&qu

How to use string constants with std::map

2023-10-11 Thread Regina Henschel
Hi all, For import from OOXML, I need a map which has the shape preset type string as key and a vector of the angle strings of the cxn elements of that shape as value. I will extract this information from presetShapeDefinitions.xml file using XSLT. The map has total 187 rows. How to write

Re: Bringing multi-page floating tables to ODF

2023-10-11 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 04.10.2023 um 10:04: Hi Regina, On Mon, Jul 31, 2023 at 06:09:31PM +0200, Regina Henschel wrote: I think it is all clear now. But I'll need some time to put it into a proposal. Thanks a lot. Please let me know when there is a proposal, I would like

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - oox/qa oox/source

2023-10-09 Thread Regina Henschel (via logerrit)
: Regina Henschel AuthorDate: Sat Oct 7 17:37:46 2023 +0200 Commit: Xisco Fauli CommitDate: Mon Oct 9 16:40:43 2023 +0200 tdf#156902 Do not set glow on group shape in import Currently a group is not able to use glow. But in MS Office it is possible. When we try to set glow

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - oox/qa oox/source

2023-10-09 Thread Regina Henschel (via logerrit)
: Regina Henschel AuthorDate: Sat Oct 7 17:37:46 2023 +0200 Commit: Xisco Fauli CommitDate: Mon Oct 9 13:55:57 2023 +0200 tdf#156902 Do not set glow on group shape in import Currently a group is not able to use glow. But in MS Office it is possible. When we try to set glow

[Libreoffice-commits] core.git: oox/qa oox/source

2023-10-07 Thread Regina Henschel (via logerrit)
: Regina Henschel AuthorDate: Sat Oct 7 17:37:46 2023 +0200 Commit: Regina Henschel CommitDate: Sat Oct 7 21:52:48 2023 +0200 tdf#156902 Do not set glow on group shape in import Currently a group is not able to use glow. But in MS Office it is possible. When we try to set glow

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - oox/qa oox/source

2023-10-05 Thread Regina Henschel (via logerrit)
bd17f560a4262c064464cf0b649f537a36bbf2f5 Author: Regina Henschel AuthorDate: Tue Oct 3 21:16:59 2023 +0200 Commit: Xisco Fauli CommitDate: Thu Oct 5 12:55:13 2023 +0200 tdf#157289 normalize ellipse bounding box in oox export The predefined geometry of a circular arrow shape has bottom-right

[Libreoffice-commits] core.git: oox/qa oox/source

2023-10-04 Thread Regina Henschel (via logerrit)
10c7bc0c824697b92c22bddacd739de9127dc80e Author: Regina Henschel AuthorDate: Tue Oct 3 21:16:59 2023 +0200 Commit: Regina Henschel CommitDate: Wed Oct 4 09:56:18 2023 +0200 tdf#157289 normalize ellipse bounding box in oox export The predefined geometry of a circular arrow shape has bottom-right

[Libreoffice-commits] core.git: sd/qa svx/CppunitTest_svx_unit.mk svx/qa svx/source

2023-10-02 Thread Regina Henschel (via logerrit)
/customshapes/EnhancedCustomShapeGeometry.cxx |7 - 5 files changed, 118 insertions(+), 1 deletion(-) New commits: commit dd7fc07f83416a3d8a444947b7d28f7347520d6a Author: Regina Henschel AuthorDate: Sun Oct 1 14:47:09 2023 +0200 Commit: Regina Henschel CommitDate: Mon Oct 2 16:23:26 2023 +0200

Re: [Libreoffice-qa] ESC meeting agenda: 2023-09-28 16:00 CEST

2023-09-27 Thread Regina Henschel
Hi Eyal, Eyal Rozenberg schrieb am 27.09.2023 um 19:31: Hello ESC, I would like to ask you to discuss the situation with the recent CVE: https://bugs.documentfoundation.org/show_bug.cgi?id=157231 I'm not the ESC, but please notice

Import of wordprocessing canvas

2023-09-14 Thread Regina Henschel
Hello, this is about https://gerrit.libreoffice.org/c/core/+/156629 The patch is in a state now, that you can look, what I plan to do. Although there are still some parts to do. With my DML import you will get theme colors, multicolor gradients, true connectors and background of the canvas.

Suspicious element

2023-09-01 Thread Regina Henschel
Hi all, When you have a draw:style-name="dp1"> ... element, then LibreOffice writes e.g. an element draw:fill-color="#d5ffd5"> loext:color-type="theme"> and an element draw:fill="solid" draw:fill-color="#d5ffd5"/> LibreOffice uses only the

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - xmloff/qa xmloff/source

2023-09-01 Thread Regina Henschel (via logerrit)
f6004caf2c1f6b4935d6cb49284303ee34744919 Author: Regina Henschel AuthorDate: Thu Aug 31 01:15:26 2023 +0200 Commit: Xisco Fauli CommitDate: Fri Sep 1 14:40:05 2023 +0200 tdf#157018 Enable import of color theme for Draw Use the color theme import in Draw too, otherwise we will not be able to detect

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - xmloff/qa xmloff/source

2023-09-01 Thread Regina Henschel (via logerrit)
xmloff/qa/unit/draw.cxx | 57 xmloff/source/draw/sdxmlexp.cxx |5 --- 2 files changed, 58 insertions(+), 4 deletions(-) New commits: commit 332c37dc19e0c0dc01258c09d2c1cfbf51840301 Author: Regina Henschel AuthorDate: Tue Aug 29 22:18:29

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - xmloff/qa xmloff/source

2023-08-31 Thread Regina Henschel (via logerrit)
117a391d871d94070b67b3c61e8cfcd5a156f9ae Author: Regina Henschel AuthorDate: Thu Aug 31 01:15:26 2023 +0200 Commit: Tomaž Vajngerl CommitDate: Thu Aug 31 21:59:07 2023 +0200 tdf#157018 Enable import of color theme for Draw Use the color theme import in Draw too, otherwise we will not be able to detect

[Libreoffice-commits] core.git: xmloff/qa xmloff/source

2023-08-31 Thread Regina Henschel (via logerrit)
be53bf55c44dedd9a94c74b8f7c1c222746ed23f Author: Regina Henschel AuthorDate: Thu Aug 31 01:15:26 2023 +0200 Commit: Tomaž Vajngerl CommitDate: Thu Aug 31 18:36:47 2023 +0200 tdf#157018 Enable import of color theme for Draw Use the color theme import in Draw too, otherwise we will not be able to detect

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - xmloff/qa xmloff/source

2023-08-30 Thread Regina Henschel (via logerrit)
xmloff/qa/unit/draw.cxx | 57 xmloff/source/draw/sdxmlexp.cxx |5 --- 2 files changed, 58 insertions(+), 4 deletions(-) New commits: commit dfea87d635863251bac02183294d3bf75fa45820 Author: Regina Henschel AuthorDate: Tue Aug 29 22:18:29

[Libreoffice-commits] core.git: xmloff/qa xmloff/source

2023-08-30 Thread Regina Henschel (via logerrit)
xmloff/qa/unit/draw.cxx | 57 xmloff/source/draw/sdxmlexp.cxx |5 --- 2 files changed, 58 insertions(+), 4 deletions(-) New commits: commit cf1cdc00e1e2d2684cfe57ac002a37c5f3d100c5 Author: Regina Henschel AuthorDate: Tue Aug 29 22:18:29

[Libreoffice-commits] core.git: basegfx/source include/basegfx slideshow/source

2023-08-24 Thread Regina Henschel (via logerrit)
44c0f2da567b49ef8a539958a834f1bc841c2003 Author: Regina Henschel AuthorDate: Thu Aug 17 19:30:56 2023 +0200 Commit: Regina Henschel CommitDate: Thu Aug 24 17:54:46 2023 +0200 tdf#112687 Simplify polylines from slideshow annotations Drawing with 'mouse as pen' in a slideshow creates hundreds

[Libreoffice-commits] core.git: slideshow/source

2023-08-15 Thread Regina Henschel (via logerrit)
slideshow/source/engine/slideshowimpl.cxx | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit 64121a303b5ceb3dd149215529ef8346b6d00dcd Author: Regina Henschel AuthorDate: Tue Aug 15 01:09:25 2023 +0200 Commit: Caolán McNamara CommitDate: Tue Aug 15

Re: Enhancement request for Bugzilla

2023-08-14 Thread Regina Henschel
Hi Xisco, Xisco Fauli schrieb am 14.08.2023 um 12:07: Hello Regina, I downloaded the attachment from one of your reports with mimetype "application/zip" and created a new ticket attaching the same document without modifying it

[Libreoffice-commits] core.git: slideshow/source

2023-08-13 Thread Regina Henschel (via logerrit)
slideshow/source/engine/slideshowimpl.cxx | 148 -- 1 file changed, 103 insertions(+), 45 deletions(-) New commits: commit 631964a2ce1da3fbbeb53a5550c0e6728ba644aa Author: Regina Henschel AuthorDate: Sat Aug 12 22:57:31 2023 +0200 Commit: Regina Henschel

Re: Enhancement request for Bugzilla

2023-08-11 Thread Regina Henschel
"Custom Search" search for "Attachment mime type" "changed from" "application/zip". Kind regards, Regina On 10/8/23 19:33, Regina Henschel wrote: Hi all, I want to make an enhancement request for our Bugzilla, but where? Neither Bugzilla nor

Enhancement request for Bugzilla

2023-08-10 Thread Regina Henschel
Hi all, I want to make an enhancement request for our Bugzilla, but where? Neither Bugzilla nor Redmine seem to have a suitable category. This is my problem: If I attach a pptx, docx, or xlsx file, the option 'auto-detect' in section 'Content Type' does not work. So I try option 'select from

Making gradients able to use theme colors

2023-08-06 Thread Regina Henschel
Hi Tomaž, you have started to replace css.rendering.RGBColor by css.util.XComplexColor in struct ColorStop in API. I don't see how I can then generate a gradient as it is done in the macro example below. How does the macro then need to be changed? Kind regards, Regina function

Re: Bringing multi-page floating tables to ODF

2023-07-31 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 31.07.2023 um 09:49: [..] Yes, I think that's a good compromise. Do you need anything else from me to file an OASIS proposal for these 2 attributes? I think it is all clear now. But I'll need some time to put it into a proposal. Kind regards, Regina

How to write tender proposals

2023-07-26 Thread Regina Henschel
Hi all, it has been discussed that the proposals for tenders need to be detailed enough for other developers to estimate the effort. I have started a new section "Transition to ODF 1.4" on https://wiki.documentfoundation.org/Development/Budget2024. Please have a look, whether these

Re: tdf#156333: Implementing Text Effects

2023-07-22 Thread Regina Henschel
Hi, sorry that you haven't got any answer so far. Please be patient, we have weekend and summertime with lots of vacations. Unfortunately this is not my area, but this is, what I would do: We have already character effects "embossed", "engrave", "outline" and "shadow" in the Font Effects

Re: Bringing multi-page floating tables to ODF

2023-07-19 Thread Regina Henschel
Hi Miklos, hi Michael, Miklos Vajna schrieb am 19.07.2023 um 16:15: Hi Regina, On Wed, Jul 19, 2023 at 02:40:26PM +0200, Regina Henschel wrote: Given that, I suggest to not use a boolean attribute in ODF, but use an attribute with keyword values, so that all three ways can be represented

Re: Bringing multi-page floating tables to ODF

2023-07-19 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 19.07.2023 um 08:26: Hi Regina, On Tue, Jul 18, 2023 at 10:18:53PM +0200, Regina Henschel wrote: I see an additional problem with this new feature: The text which wraps around the table leaves a large gap on the first page, when the table increases so

Re: Bringing multi-page floating tables to ODF

2023-07-18 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 17.07.2023 um 08:51: Hi Regina, On Sun, Jul 16, 2023 at 07:31:22PM +0200, Regina Henschel wrote: (1) Should all types of elements get this property? elements can not only contain a child element but also a child element (e.g. Math, Chart) or a child

Transition of already implemented features to ODF 1.4

2023-07-17 Thread Regina Henschel
Hi all, I'm going to add the topic "Transition of already implemented features to ODF 1.4" to https://wiki.documentfoundation.org/Development/Budget2024 For that the RNG schemas have to be adapted to ODF 1.4 before. Should I include that in the above item or should that become a separate

Re: Bringing multi-page floating tables to ODF

2023-07-16 Thread Regina Henschel
Hi all, after some more thinking and investigating: I haven't found anything in the standard that limits the size of a frame to the page of its anchor. However, applications do this. So indeed something is required for the standard that specifies the limitation, which is actually done.

Re: ESC meeting agenda: 2023-07-13 16:00 CEST

2023-07-12 Thread Regina Henschel
Hi, I suggest item: Preparations for the tenders for the 2024 budget I would like to discuss these points: (1) Will the ESC work again with a Wiki page like https://wiki.documentfoundation.org/Development/Budget2023 ? If yes, can we please get that page as soon as possible? Who does it?

Re: Bringing multi-page floating tables to ODF

2023-07-12 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 12.07.2023 um 15:46: Hi, I attach a simple proposal to have a new optional boolean attribute, so that it's possible to represent multi-page floating tables in ODF. Could you please file an OASIS issue for me? I can't do that myself. If there are any

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - svx/source

2023-07-04 Thread Regina Henschel (via logerrit)
svx/source/tbxctrls/PaletteManager.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b3dcce7fd39ada7e3318901102311062c28791a5 Author: Regina Henschel AuthorDate: Sun Jul 2 18:14:54 2023 +0200 Commit: Tomaž Vajngerl CommitDate: Tue Jul 4 13:22:03 2023

[Libreoffice-commits] core.git: svx/source

2023-07-04 Thread Regina Henschel (via logerrit)
svx/source/tbxctrls/PaletteManager.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7fede2c47f8a24b80700fe3b82f71a0f60bffd3d Author: Regina Henschel AuthorDate: Sun Jul 2 18:14:54 2023 +0200 Commit: Tomaž Vajngerl CommitDate: Tue Jul 4 11:15:13 2023

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - cui/source

2023-06-30 Thread Regina Henschel (via logerrit)
cui/source/tabpages/tparea.cxx |2 + cui/source/tabpages/tpgradnt.cxx | 42 +-- 2 files changed, 29 insertions(+), 15 deletions(-) New commits: commit a69bf0de6a7515fa4de551ba8d6f15f1120cb145 Author: Regina Henschel AuthorDate: Wed Jun 21 23:04:52

[Libreoffice-commits] core.git: cui/source

2023-06-28 Thread Regina Henschel (via logerrit)
cui/source/tabpages/tparea.cxx |2 + cui/source/tabpages/tpgradnt.cxx | 42 +-- 2 files changed, 29 insertions(+), 15 deletions(-) New commits: commit 48a9ade1dacc63e61cc9a5748f29119d1d01d841 Author: Regina Henschel AuthorDate: Wed Jun 21 23:04:52

  1   2   3   4   5   6   7   8   9   10   >