Re: Contribution/recruitment!

2022-10-15 Thread Peter Kovacs
Hi Ahmed, Am 15.10.22 um 00:38 schrieb medo medo: Hello,I am trying to contribute to OpenOffice but I am totally lost, what kind of lost do you have? what should i try to explain? do you need help with code structures? and not sure where to get started. Honestly, I started with

Re: Contribution/recruitment!

2022-10-15 Thread Matthias Seidel
If this is an "easy hack" why is the issue open for 17 years? :-D Am 15.10.22 um 13:18 schrieb Bidouille: > You have many easy hacks... > A good start to you would be have DATEDIFF function in Calc: > https://bz.apache.org/ooo/show_bug.cgi?id=49467 > :-) > > > - Mail original - >> De:

Re: Let's replace expat with libxml2?

2022-10-15 Thread Matthias Seidel
Hi Damjan, I am not a developer, so I can't comment on the technical issues. But generally I like the idea of reducing dependencies and simplifying the code. Maybe we can create a separate git branch for this task? Regards,    Matthias Am 15.10.22 um 10:32 schrieb Damjan Jovanovic: > Hi > >

Re: Contribution/recruitment!

2022-10-15 Thread Bidouille
You have many easy hacks... A good start to you would be have DATEDIFF function in Calc: https://bz.apache.org/ooo/show_bug.cgi?id=49467 :-) - Mail original - > De: "medo medo" > À: dev@openoffice.apache.org > Envoyé: Samedi 15 Octobre 2022 00:38:24 > Objet: Re:

Let's replace expat with libxml2?

2022-10-15 Thread Damjan Jovanovic
Hi We currently use 2 XML libraries in our C/C++ code, expat and libxml2. This is unnecessary, one of them can be removed, and I propose we remove expat. expat is a small library that only does SAX parsing, and lacks DOM, lacks XSLT, lacks schema validation or any more advanced features we use.