https://bugs.documentfoundation.org/show_bug.cgi?id=98291
David Tardon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from David Tardon <[email protected]> --- That dialog is for libreoffice. Dates are formatted to strings already inside libvisio, which is a separate library; it does not have access to libreoffice settings and there is currently no way to pass preferred language to it (and it would be a wrong thing to do anyway). What I think would have to be done to support this: 1. Insert dates like actual fields, not text (i.e., insertField() with type text:date); 2. Pass description of the format (i.e., various number: properties) to insertField(), so libodfgen can create a suitable number:date-format; 3. Change libodfgen to create data formats for fields (and maybe even to handle fields at all--this might be implemented only for the text document generator now). Step 1 should be very easy and step 2 time-consuming, but easy. The libodfgen side is a bit harder. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
