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 ...
|
aee1515d | 19-Jan-2023 |
Arrigo Marchiori |
Merge branch 'ppt' into trunk This work was based on Zhangjiaxing's (@R0fM1a) reports.
|
Revision tags: AOO4114-GA |
|
d2d30fce | 03-Jan-2023 |
Damjan Jovanovic |
Use 32 bit paragraph indices to the ESelection constructor in SdUnoSearchReplaceShape::Search(). Patch by: me |
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 ...
|
Revision tags: AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
ab353c92 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of SetDepth() to take a 32 bit paragraph index. Patch by: me |
cd9c0841 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetDepth() to take a 32 bit paragraph index. Patch by: me |
936080f7 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetPortions() to take a 32 bit paragraph index. |
36a46462 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of SetParaAttribs() to take a 32 bit paragraph index. Patch by: me |
9ec87cd3 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetParaAttribs() to take a 32 bit paragraph index. 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 |
c0176e29 | 25-Dec-2022 |
mseidel |
Fixed typos, removed whitespace |
b622dd6d | 09-Dec-2022 |
Arrigo Marchiori |
Check validity of page descriptors |
a6c7a775 | 03-Sep-2022 |
mseidel |
Fixed typo )plattform -> platform |
96eff784 | 11-Aug-2022 |
mseidel |
Fixed Powerpoint -> PowerPoint |
ee0cc2f6 | 27-Jul-2022 |
mseidel |
Cleaned up resource files, removed whitespace and maskcolor |
48c765a2 | 15-May-2022 |
mseidel |
Use > (<) instead of >> (<<) |
8efd2db9 | 12-Mar-2022 |
mseidel |
Changed order of Zoom In/Out in toolbar (Impress/Math) |
17f1dab2 | 12-Mar-2022 |
mseidel |
Changed order of Zoom In/Out in toolbar (Draw) |
916729d0 | 15-Jan-2022 |
mseidel |
Fixed typos, removed whitespace, removed multiple license headers |
c13e4140 | 14-Jan-2022 |
mseidel |
Fixed typos, removed whitespace |
b7d2c847 | 11-Jan-2022 |
mseidel |
Fixed typos, removed whitespace |
5829e3e6 | 09-Dec-2021 |
mseidel |
Fixed typos, removed whitespace |
090aaae7 | 28-Nov-2021 |
mseidel |
Fixed typos, removed whitespace |