Claus-Justus Heine
Claus-Justus Heine
I don't think that I can find the time to do much. Keeping in sync with future Nextcloud versions would probably ok, but anything beyond bug-fixing and adding things I...
> Hi @rotdrop! > > Can you please provide a use case and a real-world example of inheritance? https://github.com/rotdrop/cafevdb/blob/3e3a2171686e5ad6032e6f8e2483a12cbc47e5fc/lib/Database/Doctrine/DBAL/Types/EnumType.php#L36-L61 I was using https://github.com/acelaya/doctrine-enum-type before. There are also some hints there...
I can somehow work-around this problem by first cutting the paste in LO, and then use "Paste Special -> Unformatted Text". But this is just too complicated. Users do not...
Actually, I cannot quite follow you concerning the "bad practice", although I agree that it is only useful for comparatively small images, like a logo in the header of a...
Ok, this is the template with automatic sub-blocks and one column with ope=tbs:percent, but without adding the percent-formatting in the document: [template-sub-tables.odt](https://github.com/Skrol29/opentbs/files/7241637/template-sub-tables.odt) An example data-set would be (stripped down to...
Ok, so adding frm='0,000 %' seems to work. Then may I ask what actually "ope=tbs:percent" is doing? I get the desired result without it, by only specifying the format, and...
```frm='0,000. €'``` will give the expected output, e.g. 1234 is output as "1,234 €" without decimals, however, trying to exchange the role of dot and comma does not work, using...
I have the same problem when trying to replace SVGs in Libreoffice. Apparantly, OpenTBS only replaces the first image it finds. However, Libreoffice stores the original SVG and a preview...
Yeah, the "replace png by svg" hack is of course likely to break things.
#19 addresses SVG images for LibreOffice. I do not expect it to work for PP, but who knows ...