[Libreoffice-bugs] [Bug 150537] Use standard C/C++ integer types where relevant instead of sal_IntNN and sal_uIntNN

2022-08-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150537 Stephan Bergmann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 150537] Use standard C/C++ integer types where relevant instead of sal_IntNN and sal_uIntNN

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150537 --- Comment #4 from Stephan Bergmann --- (In reply to Eyal Rozenberg from comment #2) > I'm suggesting a change. Of course, any code which depends on the names of > the types, or the text of the header, would be broken. But why is this a

[Libreoffice-bugs] [Bug 150537] Use standard C/C++ integer types where relevant instead of sal_IntNN and sal_uIntNN

2022-08-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150537 --- Comment #3 from Eyal Rozenberg --- And another point: include/sal/types.h 's git blame suggests that it existed in the same basic form w.r.t. integer types probably from 2000, i.e. 22 years ago. I don't think that those types are

[Libreoffice-bugs] [Bug 150537] Use standard C/C++ integer types where relevant instead of sal_IntNN and sal_uIntNN

2022-08-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150537 --- Comment #2 from Eyal Rozenberg --- (In reply to Stephan Bergmann from comment #1) > The published URE interface forces us to keep (a) include/sal/types.h (for > API stability) >, (b) the exact aliasing of the sal Int types to the >