Re: Build problem with python3

2025-01-10 Thread Regina Henschel
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

Build problem with python3

2025-01-10 Thread Regina Henschel
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

Re: Regarding ODF import and Export support for HistogramChart

2025-01-05 Thread Regina Henschel
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

Re: Regarding ODF import and Export support for HistogramChart

2025-01-03 Thread Regina Henschel
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

Re: Regarding ODF import and Export support for HistogramChart

2025-01-03 Thread Regina Henschel
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

Re: Regarding ODF import and Export support for HistogramChart

2025-01-02 Thread Regina Henschel
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

Re: Regarding ODF import and Export support for HistogramChart

2025-01-01 Thread Regina Henschel
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

Re: Build error with CliAssemblyTarget: Error signing assembly -- Access is denied.

2024-12-22 Thread Regina Henschel
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

Re: Regarding ODF import and Export support for HistogramChart

2024-12-16 Thread Regina Henschel
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

Build error with CliAssemblyTarget: Error signing assembly -- Access is denied.

2024-12-15 Thread Regina Henschel
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

Re: Regarding ODF import and Export support for HistogramChart

2024-11-30 Thread Regina Henschel
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:

core.git: schema/libreoffice xmloff/source

2024-11-27 Thread Regina Henschel (via logerrit)
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

HowTo "co-authored-by:" ?

2024-11-13 Thread 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

core.git: schema/libreoffice schema/odf1.4 xmloff/qa xmloff/source

2024-11-10 Thread Regina Henschel (via logerrit)
+++- 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

Re: loext namespace in ODF strict

2024-11-07 Thread Regina Henschel
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

loext namespace in ODF strict

2024-11-06 Thread Regina Henschel
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

core.git: formula/inc formula/source include/formula sc/inc sc/qa sc/source

2024-11-05 Thread Regina Henschel (via logerrit)
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

Re: How to write ORG.OPENOFFICE.EASTERSUNDAY for ODF 1.3 and pure EASTERSUNDAY for ODF 1.4?

2024-10-28 Thread Regina Henschel
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

Re: How to write ORG.OPENOFFICE.EASTERSUNDAY for ODF 1.3 and pure EASTERSUNDAY for ODF 1.4?

2024-10-26 Thread Regina Henschel
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

Re: Your hooks not right, solve this in cygwin with ./g -z

2024-10-24 Thread Regina Henschel
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.

Re: Your hooks not right, solve this in cygwin with ./g -z

2024-10-24 Thread Regina Henschel
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

Your hooks not right, solve this in cygwin with ./g -z

2024-10-23 Thread Regina Henschel
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

core.git: offapi/com

2024-10-23 Thread Regina Henschel (via logerrit)
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

Re: Doxygen with WSL build on Windows

2024-10-23 Thread Regina Henschel
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

Re: Doxygen with WSL build on Windows

2024-10-23 Thread Regina Henschel
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

Re: Doxygen with WSL build on Windows

2024-10-23 Thread Regina Henschel
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

Doxygen with WSL build on Windows

2024-10-22 Thread Regina Henschel
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

How to write ORG.OFFICE.EASTERSUNDAY for ODF 1.3 and pure EASTERSUNDAY for ODF 1.4?

2024-10-20 Thread Regina Henschel
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

Re: CppunitTest_sd_png_export_tests fails in debug build

2024-10-19 Thread Regina Henschel
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: CppunitTest_sd_png_export_tests fails in debug build

2024-10-18 Thread Regina Henschel
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

CppunitTest_sd_png_export_tests fails in debug build

2024-10-16 Thread Regina Henschel
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.

Validation against a specific ODF versions

2024-10-16 Thread Regina Henschel
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

core.git: include/xmloff sc/CppunitTest_sc_subsequent_filters_test5.mk schema/libreoffice sc/inc sc/Module_sc.mk sc/qa sc/source xmloff/source

2024-09-18 Thread Regina Henschel (via logerrit)
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

Re: Bringing "dynamic array" to ODF

2024-09-05 Thread Regina Henschel
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

MS Office writes ODF 1.4

2024-08-30 Thread Regina Henschel
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

Bringing "dynamic array" to ODF

2024-08-24 Thread Regina Henschel
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

core.git: vcl/source

2024-08-22 Thread Regina Henschel (via logerrit)
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

Re: looking for tester with other OS than Windows

2024-08-21 Thread Regina Henschel
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

looking for tester with other OS than Windows

2024-08-18 Thread Regina Henschel
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

Re: SheetName ::= QuotedSheetName | '$'? [^\]\. #$']+

2024-08-07 Thread Regina Henschel
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   '$'

SheetName ::= QuotedSheetName | '$'? [^\]\. #$']+

2024-08-07 Thread Regina Henschel
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

Bug 162088 - Bring database-range keywords / table structured references to ODF

2024-07-25 Thread Regina Henschel
Hi all, the "structured-reference" in Excel works on a "Table". You define a Table in Excel by marking a cell rectangle and use "Format as Table" in tab "Home". Then you get a new tab "Table Design" for further properties of the "Table". A "structured-reference" is something like =myData[[#T

core.git: sc/source

2024-07-25 Thread Regina Henschel (via logerrit)
sc/source/core/tool/compiler.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 4aa2d5ede17ddf7345804deb200983367990a7e2 Author: Regina Henschel AuthorDate: Thu Jul 25 02:34:18 2024 +0200 Commit: Eike Rathke CommitDate: Thu Jul 25 12:57:42 2024 +0200

Re: Debugging on Visual Studio (Windows)

2024-07-19 Thread Regina Henschel
Hi Kira, Kira Tubo schrieb am 19.07.2024 um 04:30: [..] At the breakpoints, I get error messages that say "The breakpoint will not currently be hit. No symbols have been loaded for this document." Symbols should be loaded automatically when you open a document. Kind regards, Regina

Re: draw:image vs draw:fill-image & multiple copies

2024-07-18 Thread Regina Henschel
Hi David, Dr. David Alan Gilbert schrieb am 18.07.2024 um 19:37: Hi, (Context: PDF importing a weird document with thousands of identical images https://bugs.documentfoundation.org/show_bug.cgi?id=88914 ) If you insert an image into a Draw document you get a draw:frame with a draw:image i

Re: Preparing LibreOffice for ODF 1.4

2024-07-15 Thread Regina Henschel
Hi all, reading you comments, I thing it is best to bring the "ODF 1.4 tender" problem to the attention of the Board. I have posted https://community.documentfoundation.org/t/tenders-for-preparing-libreoffice-for-odf-1-4/12184 Kind regards, Regina

Preparing LibreOffice for ODF 1.4

2024-07-15 Thread Regina Henschel
Hi, Microsoft has recently published its support for ODF 1.4. https://insider.microsoft365.com/en-us/blog/microsoft-365-apps-now-support-opendocument-format-1-4 So I think it's time to do the next steps for LibreOffice to support ODF 1.4. Some time ago I have collected all the things that nee

Re: GSoC: Libreoffice Theme

2024-07-12 Thread Regina Henschel
Hi Sahil, Sahil Gautam schrieb am 12.07.2024 um 22:51: Hi, since I cannot use `ccache` on windows, it's taking very long to compile even a single line change in a cxx file. Any solutions? Regards Sahil Gautam See section "Partial build" in https://wiki.documentfoundation.org/Development/Gene

Re: Build break in /sd/source/ui/view/drawview.cxx

2024-07-10 Thread Regina Henschel
Hi Michael, after applying the patch the build finishes without problems. Kind regards, Regina Michael Weghorn schrieb am 10.07.2024 um 12:05: Hi Regina, On 2024-07-09 21:48, Regina Henschel wrote: I get a build break in /sd/source/ui/view/drawview.cxx with error message C:/BuildLO/core/sd

Build break in /sd/source/ui/view/drawview.cxx

2024-07-09 Thread Regina Henschel
Hi all, I get a build break in /sd/source/ui/view/drawview.cxx with error message C:/BuildLO/core/sd/source/ui/view/drawview.cxx(394): error C2220: the following warning is treated as an error C:\BuildLO\core\sd\source\ui\view\drawview.cxx(372) : warning C6011: Dereferencing NULL pointer 'pShee

core.git: include/sax sax/Library_sax.mk sax/source xmloff/qa xmloff/source

2024-06-25 Thread Regina Henschel (via logerrit)
(-) New commits: commit 9f62c7a0f2333d1b7d179a43b3b0341dba7554a1 Author: Regina Henschel AuthorDate: Sun Jun 23 20:24:44 2024 +0200 Commit: Regina Henschel CommitDate: Tue Jun 25 16:21:42 2024 +0200 tdf#161483 enable LO to read ODF angle units ODF uses in several places data

regular expressions in XMATCH and XLOOKUP

2024-06-18 Thread Regina Henschel
Hi all, hi Balázs, yesterday the ODF TC had a call with guests from Microsoft, Excel experts. They told us, that they are going to implement regular expression search for XMATCH and XLOOKUP in a way that they introduce a a value "3" for parameter Match_mode. The ODF TC will follow that in the

XMATCH, XLOOKUP: Remove dependency to 'search-criteria-must-apply-to-whole-cell'

2024-06-18 Thread Regina Henschel
Hi all, hi Balázs, In current implementation of XLOOKUP and XMATCH the global setting 'search-criteria-must-apply-to-whole-cell' is evaluated in Match_mode values 0 (exact match) and 2 (wildcard or regex). And the combination of Match_mode value 0 with Search_mode 2 or -2 (binary search) is po

Listen to ESC meeting

2024-06-14 Thread Regina Henschel
Hi all, I wanted to listen to the ESC meeting last Thursday. I had jointed the meeting, but I could not hear anything. The test "Play a test sound" in the Jitsi UI works without problems. What might be the reason for not been able to hear anything? Kind regards, Regina

Re: Build break in current master

2024-06-14 Thread Regina Henschel
Hi Mike, Mike Kaganski schrieb am 14.06.2024 um 21:03: On 14.06.2024 23:47, Regina Henschel wrote: I get a build failure C:/BuildLO/core/svx/source/table/tablehtmlimporter.cxx(500): error C2220: the following warning is treated as an error C:\BuildLO\core\svx\source\table

Build break in current master

2024-06-14 Thread Regina Henschel
Hi all, in a clean debug build with last commit b39b15c639960a37ed53d82cef44e64ef58c141e, I get a build failure C:/BuildLO/core/svx/source/table/tablehtmlimporter.cxx(500): error C2220: the following warning is treated as an error C:\BuildLO\core\svx\source\table\tablehtmlimporter.cxx(446) :

core.git: include/sax sax/source sd/qa solenv/clang-format xmloff/inc xmloff/qa xmloff/source

2024-06-11 Thread Regina Henschel (via logerrit)
/xmlbahdl.cxx |2 15 files changed, 1013 insertions(+), 117 deletions(-) New commits: commit 567dbcf68711402736f65f4a0a47ef57549fe50f Author: Regina Henschel AuthorDate: Sat Jun 1 19:50:47 2024 +0200 Commit: Regina Henschel CommitDate: Tue Jun 11 10:29:17 2024 +0200 tdf

ODF problems with 3D-objects

2024-06-03 Thread Regina Henschel
Hi all, hi Armin, (A) The UI-option "Double-Sided Illumination" (= UNO property D3DSceneTwoSidedLighting) is mapped to ODF scene attribute dr3d:lighting-mode (19.99.3, part 3, ODF 1.3). Its specification is, "The dr3d:lighting-mode attribute specifies whether lighting is used in a three-dimens

core.git: svx/qa svx/source

2024-05-13 Thread Regina Henschel (via logerrit)
files changed, 905 insertions(+), 8 deletions(-) New commits: commit 47664e282da4999b8e471a6a916d7ec80414ac18 Author: Regina Henschel AuthorDate: Tue May 7 23:51:24 2024 +0200 Commit: Regina Henschel CommitDate: Tue May 14 00:25:13 2024 +0200 tdf#84507 move contour text to correct

behavior of new functions XLOOKUP and XMATCH

2024-05-13 Thread Regina Henschel
Hi UX-experts, the new function XLOOKUP and XMATCH have a Match_mode with values 0, 1, -1, 2 and a Search_mode with values 1, -1, 2, -2. The Match_mode 2 means wildcard mode, that is ? * search or regular expressions search. The Search_modes 2 and -2 mean binary search in a sorted array. Com

Which fonts are available on the build bots?

2024-05-09 Thread Regina Henschel
Hi all, I have a build failure in a unit test, likely because a font is not available and the replacement font has a different metric. (https://ci.libreoffice.org/job/gerrit_master_ml/17954/) Which fonts are available on all build bots? Is there a font in place, which covers "CJK Unified Ideo

Problems with ODF and LibreOffice for 3D-scenes and 3D-objects.

2024-05-02 Thread Regina Henschel
Hi all, this is about ODF 19.99 dr3d:lighting-mode, 20.86 dr3d:lighting-mode, 20.87 dr3d:normals-direction and 20.76 dr3d:backface-culling, and LibreOffice D3DSceneTwoSidedLighting, D3DDoubleSided and D3DNormalsInvert. If you know them, you can skip the explanation and go down to "Problems".

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

2024-05-02 Thread Regina Henschel (via logerrit)
1347274fc1cb780db4c7c9b8c0272e1730b95c04 Author: Regina Henschel AuthorDate: Sat Apr 27 19:25:32 2024 +0200 Commit: Xisco Fauli CommitDate: Thu May 2 19:14:20 2024 +0200 tdf#160329 update objects after row sort is finished The problem was that when the object position was updated to the

core.git: sc/qa sc/source

2024-05-01 Thread Regina Henschel (via logerrit)
f0a2969d15e3101d7f96a7fe77bca06a5d70f57a Author: Regina Henschel AuthorDate: Sat Apr 27 19:25:32 2024 +0200 Commit: Noel Grandin CommitDate: Wed May 1 09:12:59 2024 +0200 tdf#160329 update objects after row sort is finished The problem was that when the object position was updated to

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

2024-04-08 Thread Regina Henschel (via logerrit)
(+), 13 deletions(-) New commits: commit 4e04b442e037a2f679b4cfe26c3e6b1c66ee8642 Author: Regina Henschel AuthorDate: Sat Apr 6 14:59:38 2024 +0200 Commit: Xisco Fauli CommitDate: Mon Apr 8 17:31:42 2024 +0200 tdf#160369 Do not broadcast temporarily group change The position and

core.git: sc/qa sc/source

2024-04-08 Thread Regina Henschel (via logerrit)
(+), 13 deletions(-) New commits: commit 1e1b1d46155163380252093d9d2868351236ce0e Author: Regina Henschel AuthorDate: Sat Apr 6 14:59:38 2024 +0200 Commit: Regina Henschel CommitDate: Mon Apr 8 15:50:40 2024 +0200 tdf#160369 Do not broadcast temporarily group change The position

line break attribute 'clear' in other writing modes than LTR

2024-04-06 Thread Regina Henschel
Hi all, the ODF TC is working on issue OFFICE-4124 'clear' attribute for line breaks [1]. This attribute has been introduced by Miklos for LibreOffice 7.6. The question arises in the TC, how this attribute is supposed to work in other writing modes than LTR. The corresponding attribute in

core.git: Branch 'libreoffice-24-2' - 2 commits - download.lst external/lcms2 svx/qa svx/source

2024-04-02 Thread Regina Henschel (via logerrit)
9ae95bbdfe6494fb87a6e368de8ea3070c5241fb Author: Regina Henschel AuthorDate: Fri Mar 29 22:44:45 2024 +0100 Commit: Xisco Fauli CommitDate: Tue Apr 2 17:53:16 2024 +0200 tdf#160421 flip lights too for flipped extruded shapes If an extruded custom shape is mirrored, the lights in

core.git: svx/qa svx/source

2024-03-30 Thread Regina Henschel (via logerrit)
9761d4239de6398d4f6ecf08356f2ce18e502a04 Author: Regina Henschel AuthorDate: Fri Mar 29 22:44:45 2024 +0100 Commit: Regina Henschel CommitDate: Sat Mar 30 21:19:25 2024 +0100 tdf#160421 flip lights too for flipped extruded shapes If an extruded custom shape is mirrored, the lights in the scene are also

Re: https://opengrok.libreoffice.org/ has no project "core"

2024-03-29 Thread Regina Henschel
Hi all, I have written https://redmine.documentfoundation.org/issues/3727 Kind regards, Regina Mike Kaganski schrieb am 29.03.2024 um 20:11: On 29.03.2024 23:31, Regina Henschel wrote: https://opengrok.libreoffice.org/ has neither in 'Projects' nor in the 'Repository'

https://opengrok.libreoffice.org/ has no project "core"

2024-03-29 Thread Regina Henschel
Hi all, https://opengrok.libreoffice.org/ has neither in 'Projects' nor in the 'Repository' list a project 'core'. The direct link https://opengrok.libreoffice.org/xref/core/ works. But that does not allow search. Is it only for me or do you have the same problem? I have tested Firefox, Ch

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 is

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 tha

Re: Import of 3D-Image from pptx

2024-03-23 Thread Regina Henschel
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 or

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 in

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 custo

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 rega

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 att

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, Regi

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 c

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 warne

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 obvi

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 lightR

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

  1   2   3   4   5   6   7   8   9   10   >