Revision tags: AOO4115-GA |
|
a72d41dc | 20-Jan-2023 |
Damjan Jovanovic |
Allow us to build against the C++14 standard, while not breaking compatibility with C++98. Clang 13 and 15 on FreeBSD can successfully compile OpenOffice when "-std=c++14" is set in
Allow us to build against the C++14 standard, while not breaking compatibility with C++98. Clang 13 and 15 on FreeBSD can successfully compile OpenOffice when "-std=c++14" is set in gbuild and dmake, and Clang 15 can still compile it with these changes and "-std=gnu++98". Most of the changes involved fixing bad code, eg. NULL being implicitly converted to sal_False, NULL being converted to typed pointers using reinterpet_cast instead of static_cast, and integer conversions to shorter integers. Note that this does not change the currently targeted C++ standard on Linux and FreeBSD, which remains gnu++98. Patch by: me
show more ...
|
Revision tags: AOO4114-GA, AOO420-Dev4-m4 |
|
908738a4 | 09-Dec-2022 |
Arrigo Marchiori |
More checks |
8b33d207 | 18-Nov-2022 |
mseidel |
Fixed typo (verion -> version) and some more |
fb3d7646 | 21-Oct-2022 |
Damjan Jovanovic |
Free the rtl_UnicodeToTextContext with rtl_destroyTextToUnicodeContext() instead of rtl_destroyTextToUnicodeConverter(). This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128539
Free the rtl_UnicodeToTextContext with rtl_destroyTextToUnicodeContext() instead of rtl_destroyTextToUnicodeConverter(). This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128539 Patch by: me
show more ...
|
Revision tags: AOO4113-GA |
|
27b8d3b4 | 07-Jun-2022 |
mseidel |
Make FadeIn/Out arrow on splitwindow better visible |
da5310fc | 21-Apr-2022 |
mseidel |
Fixed typos, removed whitespace |
805551cc | 17-Mar-2022 |
mseidel |
Fixed typos, removed whitespace |
92968359 | 17-Mar-2022 |
mseidel |
Fixed typo (menue -> menu) and some more |
4893698d | 15-Mar-2022 |
mseidel |
Fixed typo (menue -> menu) and some more |
ca7c0c6e | 10-Mar-2022 |
mseidel |
Fixed my own typo |
649f2b9f | 10-Mar-2022 |
mseidel |
Make grip in split window more visible, minor cleanup |
323a7b1d | 09-Mar-2022 |
mseidel |
Revert changes to menu button |
ece403fc | 07-Mar-2022 |
mseidel |
Draw rectangle around menu button in toolbar for better visibility on e.g. Linux) |
d5a030a5 | 06-Mar-2022 |
mseidel |
Remove gradient from menu button in toolbar |
16b83164 | 23-Feb-2022 |
mseidel |
Simplified code, removed whitespace |
8c545591 | 22-Feb-2022 |
mseidel |
Make grip in toolbar more visible |
5638d4bd | 21-Feb-2022 |
mseidel |
Fixed typo: BackOrWhite -> BlackOrWhite |
Revision tags: AOO4112-GA, AOO4111-GA |
|
824a979c | 12-Sep-2021 |
mseidel |
Remove gradient in background of Start Window |
0e248b01 | 29-Aug-2021 |
mseidel |
Cleaned up resource files |
Revision tags: AOO420-Dev3-m3 |
|
c059a6bf | 27-Apr-2021 |
mseidel |
Fixed links to Wiki, removed whitespace |
6e9cccf4 | 26-Apr-2021 |
mseidel |
Fixed typos (initalize -> initialize) |
97f9399e | 26-Apr-2021 |
mseidel |
Fixed typos |
Revision tags: AOO4110-GA |
|
28337f97 | 08-Feb-2021 |
Arrigo Marchiori |
use std::vector instead of fixed-size array of cffLocal objects (#89) Also cleanup (compilation warnings, data types used only once) and add some comments |
4696c98e | 02-Feb-2021 |
Jim Jagielski |
fluff... only 10.9 and older |
Revision tags: AOO419-GA |
|
92af7284 | 22-Dec-2020 |
Jim Jagielski |
It is better to move *into* a struct rather than *before* one. (cherry picked from commit aa118bd3b6209f0ce1307c244bc3c9f4edf445e4) |