721f84f2 | 11-Aug-2024 |
mseidel |
Fixed typo (chnage -> change), general cleanup |
abfbd45a | 11-Jun-2024 |
John Bampton |
Fix spelling (#217) Thanks! Also corrected some Windows CRLF. |
07df5c71 | 14-May-2024 |
John Bampton |
Fix spelling in code comments (#211) Thanks! |
1fcc6d2b | 02-Apr-2024 |
Arrigo Marchiori |
Merge pull request #200 from oooforum/patch-12 Fixes issue 60859
|
c809b0d3 | 01-Apr-2024 |
John Bampton |
Fix spelling in code comments (#210) * Fix spelling in code comments * Update wordml2ooo_field.xsl * Update ooo2wordml_border.xsl --------- Co-authored-by
Fix spelling in code comments (#210) * Fix spelling in code comments * Update wordml2ooo_field.xsl * Update ooo2wordml_border.xsl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
cdfa2a0e | 01-Apr-2024 |
John Bampton |
Fix spelling in comments (#209) |
4ac3bde7 | 29-Mar-2024 |
Arrigo Marchiori |
Search forward or backward for a visible slide Fixes bug #60859 |
00984c56 | 24-Feb-2024 |
mseidel |
Change "Drawing View" to "Normal View" in popup menu (Impress) This fixes: https://bz.apache.org/ooo/show_bug.cgi?id=88619 |
a80e2a64 | 10-Feb-2024 |
mseidel |
Remove pushbuttons with '...' from translation process |
Revision tags: AOO420-Dev5-m5 |
|
c284e3b5 | 23-Jan-2024 |
Bidouille |
Fix for issue 60859 If 1st slide is hidden and selected, show presentation does start after this. Thanks to iammisc for this patch |
520e75ba | 06-Jan-2024 |
mseidel |
Fixed typos, removed whitespace |
a66ccdb3 | 04-Jan-2024 |
mseidel |
Change moveable -> movable |
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> |
1b9d1397 | 04-Jun-2023 |
Arrigo Marchiori |
Use sfx2::LinkManager::GetUserAllowsLinkUpdate() |
ac9b9032 | 30-Oct-2023 |
mseidel |
Fixed typo (propably -> probably) and some more |
2a12cc4f | 08-Oct-2023 |
Damjan Jovanovic |
Allow empty selection in PageSelector::UpdateCurrentPage(). This fixes a regression in Impress, where wrong slides are selected on a right-click between slides when scrolling down, and ne
Allow empty selection in PageSelector::UpdateCurrentPage(). This fixes a regression in Impress, where wrong slides are selected on a right-click between slides when scrolling down, and new slides are inserted in wrong places. Patch by: Andre Fischer <af@...> Reviewed by: me Fixes: #124741 - Slide will be inserted in wrong place when try to insert it in latter slides(with vertical scrollbar)
show more ...
|
26490e24 | 24-Aug-2023 |
mseidel |
Maintenance cleanup |
36a981ae | 14-Aug-2023 |
mseidel |
Cleaned up resource files |
47f0deb8 | 12-Aug-2023 |
mseidel |
Small modifications |
33671a70 | 11-Aug-2023 |
mseidel |
Use slightly better BMP scaling, remove shadow |
2155a943 | 06-Jul-2023 |
mseidel |
Cleanup in Presentation Wizard, preparation for wide screen format |
bc1f4907 | 23-Mar-2023 |
mseidel |
Small corrections to strings |
Revision tags: AOO4115-GA |
|
8e0f63ef | 12-Feb-2023 |
mseidel |
Cleaned up resource file |
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 ...
|