729d00ef | 08-Jul-2024 |
Damjan Jovanovic |
Needs juh.jar. Patch by: me |
c2b6e0a8 | 10-Feb-2024 |
mseidel |
Cleaned up resource files |
Revision tags: AOO420-Dev5-m5 |
|
031f9e51 | 13-Jan-2024 |
mseidel |
Task Pane was replaced long ago by Sidebar. This commit (hopefully) removes the last leftover in UI. The code itself still needs to be removed, see: https://bz.apache.org/ooo/show_bu
Task Pane was replaced long ago by Sidebar. This commit (hopefully) removes the last leftover in UI. The code itself still needs to be removed, see: https://bz.apache.org/ooo/show_bug.cgi?id=122335#c4
show more ...
|
bfdb928b | 09-Jan-2024 |
mseidel |
Clean up resource files |
27294e8e | 26-Nov-2023 |
mseidel |
Add README. Feel free to enhance! |
6a0f49f0 | 27-Oct-2023 |
mseidel |
Maintenance cleanup |
Revision tags: AOO4115-GA |
|
3562d444 | 15-Feb-2023 |
mseidel |
Cleanup Make files |
Revision tags: AOO4114-GA |
|
7c5bca83 | 02-Jan-2023 |
Damjan Jovanovic |
The definitions of starmath's GetItemState() and GetLanguage() should take 32 bit paragraph index parameters too. 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 |
|
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 |
b5969576 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetCharBounds() to take a 32 bit paragraph index. Patch by: me |
a6ca19dc | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetBulletInfo() to take a 32 bit paragraph index. Patch by: me |
c67fa79c | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetFieldInfo() to take a 32 bit paragraph index. Also fix a few other variables in svx's accessibility that were missed earlier. Patch by: me |
72cd434a | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetFieldCount() to take a 32 bit paragraph index. Also fix a few other variables in starmath's accessibility that were missed earlier. Patch by: me |
4386a992 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of FieldClicked() 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. |