721f84f2 | 11-Aug-2024 |
mseidel |
Fixed typo (chnage -> change), general cleanup |
5847d1bc | 28-Jul-2024 |
mseidel |
Clean up resource files |
de739a45 | 08-Jul-2024 |
John Bampton |
Fix spelling (#222) * Fix spelling * Update unochart.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> |
604463aa | 01-Apr-2024 |
John Bampton |
Fix spelling in code comments (#208) * Fix spelling in code comments * Update ImageControl.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> |
ceb51a8e | 01-Apr-2024 |
John Bampton |
Fix spelling in code comments and descriptions only (#207) * Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl -----
Fix spelling in code comments and descriptions only (#207) * Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
45079588 | 09-Feb-2024 |
mseidel |
Cleaned up resource files |
Revision tags: AOO420-Dev5-m5 |
|
2af54629 | 09-Jan-2024 |
mseidel |
Clean up resource file |
8e9b0a85 | 28-Oct-2023 |
mseidel |
Maintenance cleanup |
0ac3728e | 04-Oct-2023 |
mseidel |
Fixed typos, removed whitespace |
2ef7dab5 | 25-Sep-2023 |
mseidel |
Fixed typos (paramater -> parameter) and some other |
f51ffce5 | 13-Jun-2023 |
mseidel |
Remove unused graphics |
44c62228 | 25-May-2023 |
mseidel |
Remove executable flag from various files (2nd part) |
5f551de6 | 30-Apr-2023 |
mseidel |
Fixed typo (overriden -> overridden) and some others |
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. |
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
|
375f5baf | 28-Jan-2023 |
mseidel |
Small string changes in Calc (changed cell comment) This fixes: https://bz.apache.org/ooo/show_bug.cgi?id=128557 |
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, AOO4113-GA, AOO4112-GA |
|
36a46462 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of SetParaAttribs() to take a 32 bit paragraph index. Patch by: me |
2cdd1ab0 | 01-Jan-2023 |
Damjan Jovanovic |
Change the CalcFieldValue() parameter to sal_uInt32 across the whole codebase. Patch by: me |
c2eaa082 | 01-Jan-2023 |
Damjan Jovanovic |
Preliminary attempt to convert all instances of GetParagraphCount() to return a sal_uInt32 or sal_uLong, and fix any related problems in all their callers. Patch by: me |
c7ace38f | 27-Dec-2022 |
Damjan Jovanovic |
When we reach EOF, and SvStream.ReadCsvLine() returned some data, process that data before returning. Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128548 - "Last CSV line is silen
When we reach EOF, and SvStream.ReadCsvLine() returned some data, process that data before returning. Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128548 - "Last CSV line is silently lost on import if last field is quoted and EOF is reached before closing quote" Patch by: me
show more ...
|
84e9e9aa | 05-Dec-2022 |
mseidel |
Fixed my own typo |
8287e18b | 03-Dec-2022 |
mseidel |
Cleanup resource files |
6f722fb4 | 29-Nov-2022 |
mseidel |
Cleanup resource file, use correct position for string |