| 721f84f2 | 11-Aug-2024 |
mseidel |
Fixed typo (chnage -> change), general cleanup |
| e9234b8f | 27-Jul-2024 |
mseidel |
Clean up resource files |
| 30b58845 | 18-Jul-2024 |
mseidel |
Fixed various typos, general cleanup |
| 870c3792 | 17-Jul-2024 |
mseidel |
Fixed typo (completly -> completely) and many more |
| 6f71c8ba | 06-Jun-2024 |
mseidel |
Maintenance cleanup |
| 0dfdc53f | 21-Apr-2024 |
mseidel |
Cleaned up resource files |
| a80e2a64 | 10-Feb-2024 |
mseidel |
Remove pushbuttons with '...' from translation process |
| 372e31e8 | 05-Feb-2024 |
mseidel |
Maintenance cleanup |
|
Revision tags: AOO420-Dev5-m5 |
|
| 309cb347 | 19-Dec-2023 |
mseidel |
Mainenance cleanup |
| 300d4866 | 28-Nov-2023 |
John Bampton |
misc: fix spelling (#186) * misc: fix spelling * Update cmdid.h * Update svdopath.cxx * Update RowSetCache.cxx --------- Co-authored-by: Matthias
misc: fix spelling (#186) * misc: fix spelling * Update cmdid.h * Update svdopath.cxx * Update RowSetCache.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
| 06fb39a1 | 15-Nov-2023 |
John Bampton |
misc: fix spelling (#183) * misc: fix spelling * Update svdedxv.cxx Small additions --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> |
| 3f92111a | 11-Nov-2023 |
Arrigo Marchiori |
Allow all links in online help documents |
| 4a9f3b39 | 07-Nov-2023 |
mseidel |
Remove shadow from columns preview in frame dialog |
| f6675432 | 03-Oct-2023 |
mseidel |
Fixed typos, fixed mixed indentation, removerd whitespace |
| 344957f7 | 29-Jul-2023 |
mseidel |
Maintenance cleanup |
| 44c62228 | 25-May-2023 |
mseidel |
Remove executable flag from various files (2nd part) |
| a9bc0cf5 | 18-May-2023 |
mseidel |
Corrected typos (be be) |
| 75772bad | 18-May-2023 |
mseidel |
Cleaned up resource files, small corrections to strings |
| 9a8e588e | 05-May-2023 |
mseidel |
Rename BMP_EXAMPLE, TODO: Find a better graphic than a dog |
| 33b37506 | 18-Apr-2023 |
mseidel |
Small correction to my last commit |
| 496a34a7 | 17-Apr-2023 |
mseidel |
Reduce handle sets by removing simple handles. Removing handles options form Writer and Calc. Removing help texts accordingly. |
| a719d337 | 03-Mar-2023 |
mseidel |
Removed comma |
|
Revision tags: AOO4115-GA |
|
| d5edfd09 | 12-Feb-2023 |
DamjanJovanovic |
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage
|
| 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 ...
|
| b16bacb2 | 17-Jan-2023 |
mseidel |
Removed unused graphics |