History log of /trunk/main/editeng/source/uno/unoforou.cxx (Results 1 - 25 of 31)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA
# 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


# 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


# 7481e1df 02-Jan-2022 Damjan Jovanovic

Change the paragraph index parameter of the GetLanguage() method to 32 bit
in editeng only (too many unrelated GetLanguage() methods in other places).

Patch by: me


# 4386a992 02-Jan-2022 Damjan Jovanovic

Convert all instances of FieldClicked() to take a 32 bit paragraph index.

Patch by: me


# 1fd82021 02-Jan-2022 Damjan Jovanovic

Change GetItemState() methods in editeng to use 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


# 8ee1071c 02-Jan-2022 Damjan Jovanovic

Convert all instances of GetTextLen() to take a 32 bit paragraph index.

Patch by: me


12