History log of /trunk/ (Results 651 - 675 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1e6c8db231-Dec-2022 Damjan Jovanovic

Convert the EditSpellWrapper classes to 32 bit paragraph indices.

Patch by: me

434f02ca31-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 ...

bb99baf431-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

597c409a31-Dec-2022 Damjan Jovanovic

Start converting paragraph indices in the EditView and ImpEditView classes
to 32 bit.

Patch by: me

20e487bd31-Dec-2022 Damjan Jovanovic

Convert a few other EditTextObject and BinTextObject paragraph indices
to 32 bit that were missed before.

Patch by: me

fffd1d5d30-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 ...

3155dbc230-Dec-2022 Damjan Jovanovic

Convert a few more EditEngine paragraph indices to 32 bit.

Patch by: me

a38ef00229-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 ...

8dc46c9829-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

3228dc3329-Dec-2022 Damjan Jovanovic

Start changing some of the Count() and GetPos() callers to 32 bit indices.

Patch by: me

a890f77828-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

765ae79b28-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

b6c96fbc08-Feb-2023 Arrigo Marchiori

Update to expat-2.5.0 (#169)

Update to expat-2.5.0

Patched into version 2.5.0-aoo.

2ad643f408-Feb-2023 mseidel

Small change to dialog

593a267e04-Feb-2023 Arrigo Marchiori

Add a "Referer" to toolbars

(cherry picked from commit 862aa45eeb118db8eefd70beacbda94e4007051c)

829b7f4601-Feb-2023 mseidel

Updated English dictionary

a658d2c330-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 ...

8504292030-Jan-2023 mseidel

Add EURO as default currency in Croatian locale data

9112548528-Jan-2023 Arrigo Marchiori

Add a "referer" property to SfxObjectShell::CallXScript() and trust macros explicitly requested by the user

98c68b9128-Jan-2023 Arrigo Marchiori

Scripts check their "Referer". Menu choices always set a trusted "Referer".

375f5baf28-Jan-2023 mseidel

Small string changes in Calc (changed cell comment)
This fixes:
https://bz.apache.org/ooo/show_bug.cgi?id=128557

8ff7eef728-Jan-2023 Arrigo Marchiori

Trust the "Referer" parameter

b993da4e28-Jan-2023 mseidel

Show buttons disabled instead of hiding them in Writer
(like we do in Calc)

f470135827-Jan-2023 mseidel

Resized dialog, removed unused elements

15e1fb6f26-Jan-2023 mseidel

Use nicer ASCII art, removed whitespace

1...<<21222324252627282930>>...342