4a9f3b39 | 07-Nov-2023 |
mseidel |
Remove shadow from columns preview in frame dialog |
ca41231d | 08-Oct-2023 |
mseidel |
Maintenance cleanup |
f6675432 | 03-Oct-2023 |
mseidel |
Fixed typos, fixed mixed indentation, removerd whitespace |
0c72d66f | 26-Sep-2023 |
mseidel |
Fixed typo (paramter -> parameter) and some other |
2ef7dab5 | 25-Sep-2023 |
mseidel |
Fixed typos (paramater -> parameter) and some other |
ce48dd1f | 18-Sep-2023 |
mseidel |
Maintenance cleanup |
68128652 | 28-Aug-2023 |
mseidel |
Maintenance cleanup |
344957f7 | 29-Jul-2023 |
mseidel |
Maintenance cleanup |
81caa1bc | 28-Jul-2023 |
mseidel |
Fixed typo (docuement -> document) |
60c185de | 28-Jul-2023 |
Peter Kovacs |
added missing blank since <: is interpreted as [ |
6494b7d7 | 24-Jul-2023 |
Peter |
Translate German comments in swhtml.cxx (#167) * translation of swhtml, first pass * swhtml translation second pass * fixed spelling paragraf, Attributs translation of
Translate German comments in swhtml.cxx (#167) * translation of swhtml, first pass * swhtml translation second pass * fixed spelling paragraf, Attributs translation of assert messages * header translation first pass * Update swhtml.hxx - fixed code spacing issues - Force zero spacing - changed translation Number of attrs still to be closed with a value of to open attrs, with different values * fixed various translations * Update various translations * Update various translations * fixed indent of function InsertControl * Update translation swhtml.cxx * Update translations swhtml.hxx * Update translation swhtml.cxx
show more ...
|
3436fcd2 | 14-Jun-2023 |
mseidel |
Fixed typos (numering -> numbering), removed whitespace |
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 |
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. |
a719d337 | 03-Mar-2023 |
mseidel |
Removed comma |
8c733e3e | 26-Feb-2023 |
mseidel |
Using vim modeline, cleanup |
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 |
Revision tags: AOO4114-GA |
|
7a9d3b93 | 02-Jan-2023 |
Damjan Jovanovic |
Find where hardcoded 16 bit constants are used to construct ESelection, and convert these to 32 bit constants. Add new EE_PARA_MAX and EE_INDEX_MAX constants for this purpose. Patch
Find where hardcoded 16 bit constants are used to construct ESelection, and convert these to 32 bit constants. Add new EE_PARA_MAX and EE_INDEX_MAX constants for this purpose. Patch by: me
show more ...
|