07df5c71 | 14-May-2024 |
John Bampton |
Fix spelling in code comments (#211) Thanks! |
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 ...
|
Revision tags: AOO420-Dev5-m5 |
|
294ee140 | 03-Jan-2024 |
Damjan Jovanovic |
Fix a bug where an integer underflow causes a comparison to go wrong when the integer types are 32 bit, instead of the previous 16 bit which hid the bug, which causes valid elements to not ge
Fix a bug where an integer underflow causes a comparison to go wrong when the integer types are 32 bit, instead of the previous 16 bit which hid the bug, which causes valid elements to not get found like they should be, leading to NULL pointer access crashes. Fixes: #128579 - 32-bit editengine regression causes a crash when opening PPT files Patch by: me
show more ...
|
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 ...
|
Revision tags: AOO4115-GA, AOO4114-GA |
|
9ab0b166 | 02-Jan-2023 |
Damjan Jovanovic |
Increase the check for maximum paragraphs to (2^32 - 1) paragraphs. 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 |
|
3361926e | 02-Jan-2022 |
Damjan Jovanovic |
Change some remaining 16 bit paragraph indexing to 32 bit in editeng/source/accessibility. Patch by: me |
c142bc4e | 02-Jan-2022 |
Damjan Jovanovic |
Use a 32 bit paragraph index to SvxPropertyValuesToItemSet(), and fix the calling code. Patch by: me |
72fcb0ef | 02-Jan-2022 |
Damjan Jovanovic |
Update some remaining methods in SvxAccessibleTextIndex to 32 bit paragraph indices. Patch by: me |
f3cb006e | 02-Jan-2022 |
Damjan Jovanovic |
Change SvxUnoTextContent, SvxUnoTextContentEnumeration and SvxUnoTextRangeEnumeration to use 32 bit paragraph indices. Patch by: me |
1bf365f0 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of SetParaIsNumberingRestart() to take a 32 bit paragraph index. Patch by: me |
988a551b | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of IsParaIsNumberingRestart() to take a 32 bit paragraph index. Patch by: me |
394b60d0 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of SetNumberingStartValue() to take a 32 bit paragraph index. |
7eda1d8f | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetNumberingStartValue() to take a 32 bit paragraph index. Patch by: me |
1ba24eae | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of HaveImageBullet() and HaveTextBullet() to take a 32 bit paragraph index. Patch by: me |
cdf4cf20 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of AppendTextPortion() to take a 32 bit paragraph index. Patch by: me |
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 |
de12c4d7 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetLineNumberAtIndex() to take a 32 bit paragraph index. Patch by: me |
f94052d8 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetLineLen() to take a 32 bit paragraph index. Patch by: me |
5e0760ff | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetLineBoundaries() to take a 32 bit paragraph index. Patch by: me |
abee0e4c | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetLineCount() to take a 32 bit paragraph index. Patch by: me |
a08c5a64 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetWordIndices() to take a 32 bit paragraph index. Patch by: me |
6a4e5455 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetIndexAtPoint() to take a 32 bit paragraph index. Patch by: me |
f6b418d9 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetParaBounds() to take a 32 bit paragraph index. Patch by: me |