History log of /trunk/main/editeng/inc/ (Results 1 - 25 of 74)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ceb51a8e01-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, AOO4115-GA, AOO4114-GA
7a9d3b9302-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
f3cb006e02-Jan-2022 Damjan Jovanovic

Change SvxUnoTextContent, SvxUnoTextContentEnumeration and SvxUnoTextRangeEnumeration
to use 32 bit paragraph indices.

Patch by: me

1bf365f002-Jan-2022 Damjan Jovanovic

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

Patch by: me

988a551b02-Jan-2022 Damjan Jovanovic

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

Patch by: me

394b60d002-Jan-2022 Damjan Jovanovic

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

7eda1d8f02-Jan-2022 Damjan Jovanovic

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

Patch by: me

1ba24eae02-Jan-2022 Damjan Jovanovic

Convert all instances of HaveImageBullet() and HaveTextBullet() to
take a 32 bit paragraph index.

Patch by: me

cdf4cf2002-Jan-2022 Damjan Jovanovic

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

Patch by: me

ab353c9202-Jan-2022 Damjan Jovanovic

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

Patch by: me

cd9c084102-Jan-2022 Damjan Jovanovic

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

Patch by: me

de12c4d702-Jan-2022 Damjan Jovanovic

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

Patch by: me

f94052d802-Jan-2022 Damjan Jovanovic

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

Patch by: me

5e0760ff02-Jan-2022 Damjan Jovanovic

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

Patch by: me

abee0e4c02-Jan-2022 Damjan Jovanovic

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

Patch by: me

a08c5a6402-Jan-2022 Damjan Jovanovic

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

Patch by: me

6a4e545502-Jan-2022 Damjan Jovanovic

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

Patch by: me

f6b418d902-Jan-2022 Damjan Jovanovic

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

Patch by: me

b596957602-Jan-2022 Damjan Jovanovic

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

Patch by: me

a6ca19dc02-Jan-2022 Damjan Jovanovic

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

Patch by: me

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

72cd434a02-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

7481e1df02-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

4386a99202-Jan-2022 Damjan Jovanovic

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

Patch by: me

1fd8202102-Jan-2022 Damjan Jovanovic

Change GetItemState() methods in editeng to use a 32 bit paragraph index.

Patch by: me

123