Re: Any (class)

2021-08-08 Thread Dante Doménech
Sorry. Stupid question. Just ignore it. El dom, 8 ago 2021 a las 16:08, Dante Doménech () escribió: > Hello. I'm trying to pass an argument through any (that's mandatory). > I was able to set the any value via: > > > aArgs[2].setValue(m_pElementTree,Type(TypeClass::TypeClass_UNK

Any (class)

2021-08-08 Thread Dante Doménech
Hello. I'm trying to pass an argument through any (that's mandatory). I was able to set the any value via: aArgs[2].setValue(m_pElementTree,Type(TypeClass::TypeClass_UNKNOWN,OUString(u""))); But now I can't get it back. Tried: aArgs[2] >> pElementTree; pElementTree = aArgs[2] .get() pElementTree

Re: Xml import / export from string

2021-08-08 Thread Dante Doménech
ice with the memory stream. You can check it out if you want. El sáb, 7 ago 2021 a las 13:01, Tomaž Vajngerl () escribió: > Hi Dante, > > On Sat, Aug 7, 2021 at 7:21 PM Dante Doménech > wrote: > >> Hello. I'm working right now at something that requires to be able to >> parse xml

Xml import / export from string

2021-08-07 Thread Dante Doménech
Hello. I'm working right now at something that requires to be able to parse xml from and to a string / ustring ( or other as long as I can get back the string ) and does not pass by a file (just wasting writes of the harddisk and a performance issue). I'm using SvXMLExport and SvXMLImport. If

Re: Error on the headers we are using to build.

2021-05-18 Thread Dante Doménech
(__m512d)_mm512_and_epi64(_mm512_set1_epi64(0x7FFF),(__v8di)__A) ; } El mar, 18 may 2021 a las 11:11, Stephan Bergmann () escribió: > On 18/05/2021 10:58, Dante Doménech wrote: > > I've stumbled with an error on the headers we are using to build (GCC at > > least). &

Error on the headers we are using to build.

2021-05-18 Thread Dante Doménech
I've stumbled with an error on the headers we are using to build (GCC at least). I've got this: __m512d _mm512_abs_pd(__m512) error: cannot convert ‘__m512d {aka __vector(8) double}’ to ‘__m512 {aka __vector(16) float}’ for argument ‘1’ to ‘__m512d _mm512_abs_pd(__m512)’ in file

Re: Need help with expert config

2021-03-30 Thread Dante Doménech
Kaganski () escribió: > On 30.03.2021 18:06, Dante Doménech wrote: > > Hello. > > I while ago I did code this > > https://gerrit.libreoffice.org/c/core/+/55 > > <https://gerrit.libreoffice.org/c/core/+/55>. > > It basically allows the user to change the

Need help with expert config

2021-03-30 Thread Dante Doménech
Hello. I while ago I did code this https://gerrit.libreoffice.org/c/core/+/55. It basically allows the user to change the size of the text of the math input box (tdf*130654* ). However at some point it has stopped working. The

Re: Starmath load

2021-03-05 Thread Dante Doménech
Awesome, thanks! Gonna start looking at it. El vie, 5 mar 2021 a las 13:17, Caolán McNamara () escribió: > On Fri, 2021-03-05 at 12:17 +0100, Dante Doménech wrote: > > Hello. > > I'm trying to find a piece of code. > > When you run ./instdir/program/soffice --math for openin

Starmath load

2021-03-05 Thread Dante Doménech
Hello. I'm trying to find a piece of code. When you run ./instdir/program/soffice --math for opening the math module there must be a point in which you initialize everything (smviewshell, smdochell, smeditwindow, smelementsdockingwindow, ...). The question is where can I find that code? Thank you

Re: I want to contribute for LibreOffice

2021-03-02 Thread Dante Doménech
Wellcome! First thing is download the code (git clone and further steps): https://wiki.documentfoundation.org/Development/BuildingOnLinux Then, you can take a look at the easy hacks if you don't already know what you want to fix. https://wiki.documentfoundation.org/Development

Re: Starmath UI structural changes

2021-03-02 Thread Dante Doménech
use of it. I don't know in detail what is the GetStaticInterface, but my guess is that after that document dependency change it may require to be moved elsewhere. El mar, 2 mar 2021 a las 9:29, Miklos Vajna () escribió: > Hi Dante, > > On Mon, Mar 01, 2021 at 11:00:13PM

Starmath UI structural changes

2021-03-01 Thread Dante Doménech
Hello. I need to move the SmElementsDockingWindow and it's wrapper from what would be the static interface to a member of the class SmGraphicWindow. If possible I'd like some hints about how to clean the old implementation and reimplement in the new location the events and that kind of stuff.

Color picker location

2021-02-25 Thread Dante Doménech
Would someone please tell me where I can find writter's color picker location? Particulary how the color is retrieved? ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Cherry pick for 7.1.1

2021-02-19 Thread Dante Doménech
I won't next time. I've set them as WIP so they can be ignored until then. El vie, 19 feb 2021 a las 13:52, Eike Rathke () escribió: > Hi Dante, > > On Thursday, 2021-02-18 18:02:25 +0100, Dante Doménech wrote: > > > I did cherry pick a patch for 7.1.1 > > As a side n

Cherry pick for 7.1.1

2021-02-18 Thread Dante Doménech
Hello. It's the first time I'm doing this, so I have some doubts. I did cherry pick a patch for 7.1.1 but I'm having a strange behaviour. This file starmath/inc/cfgitem.hxx appears as a new creation, but only 2 lines of code should have been added. Does anyone know what could be happening? (patch

Adoption of mathml standards on starmath

2021-02-16 Thread Dante Doménech
Hello. I've been working for a while in making starmath fully mathml compatible, but after my last try of implementing priority based parser hit a structural problem. So there's the point; in order to be able to guarantee backwards compatibility I need to add a new parser. If the document is old

Re: Fw: Re: Lightning talks prelim list of penta users

2021-02-07 Thread Dante Doménech
Just to be sure. Which link is it and what UTC time is it? El sáb, 6 feb 2021 a las 19:11, Svante Schubert () escribió: > Hi everyone, > > I got the Matrix app "Element" installed three times (Browser, Desktop & > Android) and enabled a synced session. > Was not able to join with my existing

Fwd: GSOC 2021

2021-02-04 Thread Dante Doménech
() escribió: > Dante Doménech wrote: > > Hello. Would it be fine if I edited this? > > https://wiki.documentfoundation.org/Development/GSoC/Ideas > > > Please do! > > (would you also be interested in participating? as either student or > men

Re: [Libreoffice-qa] Starmath syntax hightlight

2021-02-04 Thread Dante Doménech
The actual TDF is 43089 https://bugs.documentfoundation.org/show_bug.cgi?id=43089 ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa

[Libreoffice-qa] Starmath syntax hightlight

2021-02-04 Thread Dante Doménech
The starmath syntax highlight first revision is now available here: https://gerrit.libreoffice.org/c/core/+/109639/21 I write asking for a deep review since it's a patch that may change the user experience. I'd like the UX team to take a look and evaluate the code legibility. Note that bright

Re: [Libreoffice-qa] Lightning talks at FOSDEM - last call, please tell me *TODAY* :)

2021-02-04 Thread Dante Doménech
What are those talks about? El sáb, 30 ene 2021 a las 11:38, Thorsten Behrens () escribió: > Miklos Vajna wrote: > > + next deadline: lightning talks: 5 mins → till Sat (30th) > > + send the link of video+slides to Thorsten > > > I'll need your video ASAP, plus your login name on

GSOC 2021

2021-02-04 Thread Dante Doménech
Hello. Would it be fine if I edited this? https://wiki.documentfoundation.org/Development/GSoC/Ideas There are a couple of things on starmath that would be long enough to take multiple weeks. Add this one: This is one of the biggest newbies slayer:

There is a problem with Gerrit WIP.

2021-02-02 Thread Dante Doménech
There is a problem with Gerrit WIP. After setting a patch as WIP a build is scheduled. Over here: built started after setting it as work in progress: https://gerrit.libreoffice.org/c/core/+/110255/8 https://ci.libreoffice.org/job/gerrit_master/77366/

Re: Starmath keyboard shortcut

2021-02-01 Thread Dante Doménech
Thanks, I'll check it out. El dom, 31 ene 2021 a las 22:43, Jim Raykowski () escribió: > On Sun, Jan 31, 2021 at 11:30 AM Dante Doménech > wrote: > > > > Hello. > > Does anyone know where can I find the starmath code related to keyboard > shortcuts? > > (Ctrl+s

Starmath keyboard shortcut

2021-01-31 Thread Dante Doménech
Hello. Does anyone know where can I find the starmath code related to keyboard shortcuts? (Ctrl+s, ...). ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Entry to GSoC 2021

2021-01-30 Thread Dante Doménech
> I am very much interested in participating in GSoC 2021. The main reason for doing GSoC is to get exposure to the developer's world and work with new people. I hope that, > despite me being a fresher, the LibreOffice community welcomes me. Wellcome. Don't worry about that. They did accept me

Re: Lightning talks at FOSDEM - last call, please tell me *TODAY* :)

2021-01-30 Thread Dante Doménech
What are those talks about? El sáb, 30 ene 2021 a las 11:38, Thorsten Behrens () escribió: > Miklos Vajna wrote: > > + next deadline: lightning talks: 5 mins → till Sat (30th) > > + send the link of video+slides to Thorsten > > > I'll need your video ASAP, plus your login name on

Re: Starmath syntax hightlight

2021-01-29 Thread Dante Doménech
The actual TDF is 43089 https://bugs.documentfoundation.org/show_bug.cgi?id=43089 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Starmath syntax hightlight

2021-01-29 Thread Dante Doménech
The starmath syntax highlight first revision is now available here: https://gerrit.libreoffice.org/c/core/+/109639/21 I write asking for a deep review since it's a patch that may change the user experience. I'd like the UX team to take a look and evaluate the code legibility. Note that bright

Re:

2021-01-29 Thread Dante Doménech
Awesome, thanks! El vie, 29 ene 2021 a las 11:57, Caolán McNamara () escribió: > On Fri, 2021-01-29 at 10:47 +0100, Dante Doménech wrote: > > Got it, a lot of thanks! It was the last piece of the puzzle. Now I > > get this: > > Does 0 new warnings mean everything is OK?

Re:

2021-01-29 Thread Dante Doménech
ene 2021 a las 10:27, Caolán McNamara () escribió: > On Thu, 2021-01-28 at 22:25 +0100, Dante Doménech wrote: > > starmath/uiconfig/smath/ui/smathsettings.ui:350 WARNING: 'GtkLabel' > > 'label6' does not specify what it labels within 'GtkFrame' > > 'contents1' > > labe

[no subject]

2021-01-28 Thread Dante Doménech
Hello. I'm working in the syntax highlight on starmathover here: https://gerrit.libreoffice.org/c/core/+/109639 Need help with accessibility, but do not understand what I have to do. The content of the label is important, not decorative. Have no idea about GTK, deduced syntax from context, so

Re: Need help with starmath UI

2021-01-28 Thread Dante Doménech
Ignore it. Solved El mié, 27 ene 2021 a las 21:04, Dante Doménech () escribió: > Hello. > I'm working on a starmath syntax highlighter over here: > https://gerrit.libreoffice.org/c/core/+/109639 (it builds) > > Need help about how to link the stuff on UI files with the c++ code. &

Re: Need help with starmath UI

2021-01-27 Thread Dante Doménech
): internals not implemented yet. For some reason it's in sync with zoom (m_xZoom). El mié, 27 ene 2021 a las 20:33, Dante Doménech () escribió: > Hello. > I'm working on a starmath syntax highlighter over here: > https://gerrit.libreoffice.org/c/core/+/109639 (it builds) > > Need

Need help with starmath UI

2021-01-27 Thread Dante Doménech
Hello. I'm working on a starmath syntax highlighter over here: https://gerrit.libreoffice.org/c/core/+/109639 (it builds) Need help about how to link the stuff on UI files with the c++ code. Already edited: starmath/source/dialog.cxx, but not enought. The current behaviour: syntaxhightlight

Re: Starmath hightlight syntax (need help)

2021-01-27 Thread Dante Doménech
Took a look. My code was hiding the effects of a postevent stuff. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Starmath hightlight syntax (need help)

2021-01-26 Thread Dante Doménech
Hello. I'm working on a simple starmath syntax highlighter over here: https://gerrit.libreoffice.org/c/core/+/109639 There's a little bit more work to do finding the node on which the cursor is placed, so don't get alarmed with SmNode* brace1 = nullptr; if(brace1 != nullptr). The point: with the

About ESelection

2021-01-19 Thread Dante Doménech
The ESselection has this form in opengrok: ESelection ( sal_Int32 nStPara , sal_Int32

Re: EditView, EditEngine

2021-01-15 Thread Dante Doménech
Thank you. I'll give it a try. El vie, 15 ene 2021 a las 10:20, Caolán McNamara () escribió: > On Fri, 2021-01-15 at 00:02 +0100, Dante Doménech wrote: > > Hello. > > LO math uses EditView, EditEngine for the editing box (that box where > > you write the formula). The que

Re: MS Office formulas

2021-01-15 Thread Dante Doménech
Seems like I misunderstood OO for Open Office. Tank you. El vie., 15 ene. 2021 8:54, Miklos Vajna escribió: > Hi Dante, > > On Thu, Jan 14, 2021 at 11:40:54PM +0100, Dante Doménech < > dante19031...@gmail.com> wrote: > > Does anyone know where can I find the code f

EditView, EditEngine

2021-01-14 Thread Dante Doménech
Hello. LO math uses EditView, EditEngine for the editing box (that box where you write the formula). The questions are: - How can I change the text color of a substr? - How can I change the text background color of a substr? - How can I change the text size of a substr? If EditView, EditEngine

MS Office formulas

2021-01-14 Thread Dante Doménech
Hello. Does anyone know where can I find the code for transforming starmath into MS Office formula format? It should look like an xml importer. However there is nothing inside starmath folder with that look in exception of mathml. ___ LibreOffice mailing

Re: Warnings about Boost (warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated)

2021-01-08 Thread Dante Doménech
It can be solved adding: #ifndef BOOST_BIND_GLOBAL_PLACEHOLDERS #define BOOST_BIND_GLOBAL_PLACEHOLDERS #endif Before the inclusion. However, taking a look to Jenkins there are many files affected. So I would suggest to do it in a header /core /include

About 7.1

2021-01-02 Thread Dante Doménech
Hello. How can I check if those changes are in 7.1 and add them in case they're not? The first one is important because external libraries depend on it. The second one corrects a great memory error. The third one is the data required for it to work. https://gerrit.libreoffice.org/c/core/+/108028

Re: About preparing migration towards gtk4

2020-12-19 Thread Dante Doménech
Most linux distributions release versions once a year or two years. I wouldn't expect it to have support until a couple of years. So isn't it a bit early to implement support? I mean, nothing will be compatible with it. El sáb, 19 dic 2020 a las 14:47, Ilmari Lauhakangas (<

xml writer

2020-12-16 Thread Dante Doménech
Hello. >From the code I guess mathml export uses this xml writer: However, it isn't in opengrok, so I suppose it's generated from an IDL file. So, how can I find that IDL file and the c++ code underneath it? Thank you for your time. ___ LibreOffice

Re: LO calc formulas

2020-12-11 Thread Dante Doménech
2020 a las 14:38, Dante Doménech () escribió: > Ok. > > El jue., 10 dic. 2020 10:00, Noel Grandin > escribió: > >> >> >> On Thu, 10 Dec 2020 at 01:25, Dante Doménech >> wrote: >> >>> I-ll implement a second order kahan algorithm. Third order w

Re: LO calc formulas

2020-12-09 Thread Dante Doménech
2020 a las 23:00, Eike Rathke () escribió: > Hi, > > On Wednesday, 2020-12-09 20:25:17 +0100, Dante Doménech wrote: > > > Does anyone know where are implemented the calc formulas? > > Regina already gave pointers. Ask if you need more. > > > I'd like to check o

LO calc formulas

2020-12-09 Thread Dante Doménech
Does anyone know where are implemented the calc formulas? I'd like to check out if it uses the kahan algorithm, pairwise sum or something else. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

FastSaxParser ans XFastParser

2020-11-26 Thread Dante Doménech
Hello. I'm sorry for asking stuff like this, but I'm not a full fledged developer and stuff like this is quite hard for me. Starmath mathml is supposed to use FastSaxParser (or I understand that). At least changes on FastSaxParserImpl will have repercussions on it. However, on mathmlimport.cxx we

XML entity reference

2020-11-25 Thread Dante Doménech
Hello. I have already been studying the code of SvXMLImportContext SvXMLImport FastParser for a while. However I can not find the code supposed to process the entity references. It should be somewhere between the read of the data and the characters() method. Does anyone know where can I find that

Re: Mathml XMLReader (starmath module)

2020-11-23 Thread Dante Doménech
is: https://www.w3.org/2003/entities/2007/htmlmathml-f.ent; > %htmlmathml-f; However I had no idea LO supported it. If you could point me to it please ( could not find that dtd file in opengrok )? I may have been looking in the wrong place. El lun, 23 nov 2020 a las 22:53, Dante Domén

Re: Mathml XMLReader (starmath module)

2020-11-23 Thread Dante Doménech
eader::Read: got no model"); But without any results. El lun, 23 nov 2020 a las 22:25, Dante Doménech () escribió: > Thank you for the hint. > I'm trying to make it work, but I keep getting "No source file named > xmlreader." no matter how I enter the file path. > > El

Re: Mathml XMLReader (starmath module)

2020-11-23 Thread Dante Doménech
Thank you for the hint. I'm trying to make it work, but I keep getting "No source file named xmlreader." no matter how I enter the file path. El dom, 22 nov 2020 a las 17:48, Noel Grandin () escribió: > > the easiest way to figure out stuff like that, is to run LO under gdb, e.g. > make

Mathml XMLReader (starmath module)

2020-11-22 Thread Dante Doménech
Hello. I'm trying to add support for in mathml. The reason why actually isn't supported is because mathml is being loaded as XML. It is similar, but it isn't. That is why when XmlReader finds a mathml particular , it will throw an exception at XmlReader::handleReference. However mathml specifics

Re: wants to contribute in LibreOffice

2020-11-22 Thread Dante Doménech
If you want to solve bugs: https://wiki.documentfoundation.org/Development/EasyHacks El dom, 22 nov 2020 a las 12:38, Ilmari Lauhakangas (< ilmari.lauhakan...@libreoffice.org>) escribió: > On 21.11.2020 18.47, Ganesh Devare wrote: > > Hello > > I am Ganesh Devare from India. Currently, I am

Re: Is it possible?

2020-11-22 Thread Dante Doménech
I'm not sure if it is what are you looking for, but: https://opengrok.libreoffice.org/ El dom, 22 nov 2020 a las 12:29, Frank P () escribió: > Is it possible to be able to search a folder of documents to find > phrases or words in each document in mass? > > Frank > > -- >

tdf#101174

2020-11-11 Thread Dante Doménech
Hello. I'm Dante, a voluntary developper for LO. I'm working on tdf#101174 . In order to continue working on it we need to add a font to Libreoffice: Libertinus math ( It's what we choose in the chat ), which will replace OpenSymbol in

Re: I have wrote for a couple of hours something like 56 pages after that I have save it pressing the button Save many times and I the end I have discovered that my document had lost 50 + pages ,

2020-07-23 Thread Dante Doménech
Hi, I'm speaking to you as a user, not as a programmer. I also use LO and as you noticed MS Office compatibility is quite bad. The damage is already done and can't do anything, but here some tips to avoid it next time. For next time I recommend you to use the LO odt format (should work fine). If

Re: ppc64le: Build fails with `pngrutil.c:(.text+0x6658): undefined reference to `png_init_filter_functions_vsx'`

2020-07-20 Thread Dante Doménech
Hi dear folk. Had some problems building LO on debian because the LO dev packages were incomplete. Please check if you installed libpng-dev. If not, install it and try again. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Win 32

2020-07-18 Thread Dante Doménech
Isn't it time to start removing windows 32 support? Some changes led me to some types.h and noticed win32 stuff. If and only if we won't make win32 of the 7.1 I can remove it. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Implementation of mathbb and script

2020-06-27 Thread Dante Doménech
There were two ways of implementing mathbb and script (mathcal). First way: using additional font, faking the double stroke and sacript characters (easy way). LO gains a default font for double stroke and script. Second way: analyze the code in the brackets and apply to TVARIABLE and TTEXT nodes a

Implementation of mathbb and script

2020-06-26 Thread Dante Doménech
Hello, can someone tell me who can I contact to add the next files? They are needed for including mathbb and script capabilities to libreoffice math (absolutely needed). external/tarballs/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-diplomata.ttf

Dante Doménech license statement

2020-06-24 Thread Dante Doménech
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Git push

2020-06-20 Thread Dante Doménech
Hello, I'm having some issues for uploading changes. Can someone tell me what is wrong about this? git push ssh://da...@gerrit.libreoffice.org:29418/core HEAD:refs/for/master -o topic="Math custom RGB color support and laplace symbol" starmath/inc/ElementsDockingWindow.hxx starmath/inc/node.hxx

Need Help uploading code

2020-06-19 Thread Dante Doménech
Hello, I've worked on math 7.0, but don't understand Gerrit. Can someone explain to me where to upload the code, please? Implemented: *Bug 47914* (include laplace symbol: laplace). Implemented: *Bug 40436*