https://bugs.documentfoundation.org/show_bug.cgi?id=150464
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|UNCONFIRMED |RESOLVED --- Comment #2 from Eike Rathke <[email protected]> --- Internal enumeration of user-defined number formats is almost arbitrary and only consistent within one session within one document, it merely depends on the order the formats were created when reading the document or the user added them. For Calc, the only fixed enumeration values are the pre-defined number formats of the default locale that was effective when the number formatter of a document was created, see https://opengrok.libreoffice.org/xref/core/include/svl/zforlist.hxx?r=fbe169fa#122 See also the UNO API reference https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1i18n_1_1NumberFormatIndex.html https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1i18n_1_1XNumberFormatCode.html Using the dispatcher with NumberFormatValue instead relies on implementation details. -- You are receiving this mail because: You are the assignee for the bug.
