1e6c8db2 | 31-Dec-2022 |
Damjan Jovanovic |
Convert the EditSpellWrapper classes to 32 bit paragraph indices. Patch by: me |
434f02ca | 31-Dec-2022 |
Damjan Jovanovic |
Convert the EditUndo classes to 32 bit paragraph indices. Audit all usage of "node" (sometimes used as a name for variables storing paragraph indices) and start converting and fixing the prob
Convert the EditUndo classes to 32 bit paragraph indices. Audit all usage of "node" (sometimes used as a name for variables storing paragraph indices) and start converting and fixing the problems. Patch by: me
show more ...
|
bb99baf4 | 31-Dec-2022 |
Damjan Jovanovic |
Convert more EditView and EditEngine code to 32 bit paragraph indices. Fix one wrong converted varible that should have been left as 16 bit. Patch by: me |
597c409a | 31-Dec-2022 |
Damjan Jovanovic |
Start converting paragraph indices in the EditView and ImpEditView classes to 32 bit. Patch by: me |
20e487bd | 31-Dec-2022 |
Damjan Jovanovic |
Convert a few other EditTextObject and BinTextObject paragraph indices to 32 bit that were missed before. Patch by: me |
fffd1d5d | 30-Dec-2022 |
Damjan Jovanovic |
Convert the paragraph indices in EditTextObject and BinTextObject to 32 bit integers. Factor out the BaseList class into a separate file and use it as the ContentInfoList. Also incre
Convert the paragraph indices in EditTextObject and BinTextObject to 32 bit integers. Factor out the BaseList class into a separate file and use it as the ContentInfoList. Also increment the binary stream version to 603, as it now stores a 32 bit paragraph count. Patch by: me
show more ...
|
3155dbc2 | 30-Dec-2022 |
Damjan Jovanovic |
Convert a few more EditEngine paragraph indices to 32 bit. Patch by: me |
a38ef002 | 29-Dec-2022 |
Damjan Jovanovic |
Update the ImpEditEngine, EPosition, ESelection, EFieldInfo, MoveParagraphsInfo, PasteOrDropInfos, EENotify, DeletedNodeInfo, EditUndoDelContent, EditUndoSplitPara, and EditUndoMoveParagraphs
Update the ImpEditEngine, EPosition, ESelection, EFieldInfo, MoveParagraphsInfo, PasteOrDropInfos, EENotify, DeletedNodeInfo, EditUndoDelContent, EditUndoSplitPara, and EditUndoMoveParagraphs classes with 32 bit paragraph indices. Patch by: me
show more ...
|
8dc46c98 | 29-Dec-2022 |
Damjan Jovanovic |
Change more callers of ContentList::Count() to 32 bit indices. Change the public API of the EditEngine class to 32 bit paragraph indices. Patch by: me |
3228dc33 | 29-Dec-2022 |
Damjan Jovanovic |
Start changing some of the Count() and GetPos() callers to 32 bit indices. Patch by: me |
a890f778 | 28-Dec-2022 |
Damjan Jovanovic |
Factor out common list APIs into a BaseList template class. Get the ParaPortionList to use 32 bit indices too. Patch by: me |
765ae79b | 28-Dec-2022 |
Damjan Jovanovic |
Stop using svl's "PTRARR" for the ContentList class, which is limited to 16-bit indices and 2^16 entries. For now, use our own std::vector-based compatible class. Patch by: me |
b6c96fbc | 08-Feb-2023 |
Arrigo Marchiori |
Update to expat-2.5.0 (#169) Update to expat-2.5.0 Patched into version 2.5.0-aoo. |
2ad643f4 | 08-Feb-2023 |
mseidel |
Small change to dialog |
593a267e | 04-Feb-2023 |
Arrigo Marchiori |
Add a "Referer" to toolbars (cherry picked from commit 862aa45eeb118db8eefd70beacbda94e4007051c) |
829b7f46 | 01-Feb-2023 |
mseidel |
Updated English dictionary |
a658d2c3 | 30-Jan-2023 |
mseidel |
OpenOffice Calc offers functions for converting from old national currencies to EURO. Croatia joined the euro area in 2023, see: https://www.ecb.europa.eu/euro/changeover/croatia/html/in
OpenOffice Calc offers functions for converting from old national currencies to EURO. Croatia joined the euro area in 2023, see: https://www.ecb.europa.eu/euro/changeover/croatia/html/index.en.html
show more ...
|
85042920 | 30-Jan-2023 |
mseidel |
Add EURO as default currency in Croatian locale data |
91125485 | 28-Jan-2023 |
Arrigo Marchiori |
Add a "referer" property to SfxObjectShell::CallXScript() and trust macros explicitly requested by the user |
98c68b91 | 28-Jan-2023 |
Arrigo Marchiori |
Scripts check their "Referer". Menu choices always set a trusted "Referer". |
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 |
8ff7eef7 | 28-Jan-2023 |
Arrigo Marchiori |
Trust the "Referer" parameter |
b993da4e | 28-Jan-2023 |
mseidel |
Show buttons disabled instead of hiding them in Writer (like we do in Calc) |
f4701358 | 27-Jan-2023 |
mseidel |
Resized dialog, removed unused elements |
15e1fb6f | 26-Jan-2023 |
mseidel |
Use nicer ASCII art, removed whitespace |