History log of /trunk/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx (Results 1 – 25 of 36)
Revision Date Author Comments
# cf651680 30-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto remove trailing whitespace from cxx files (#383)

Another big auto clean up. So many lines !!

Another one bites the dust

https://www.youtube.com/watch?v=rY0WxgSXdEE

Co-authored-by:

pre-commit auto remove trailing whitespace from cxx files (#383)

Another big auto clean up. So many lines !!

Another one bites the dust

https://www.youtube.com/watch?v=rY0WxgSXdEE

Co-authored-by: Matthias Seidel <mseidel@apache.org>

show more ...


# d05a6787 18-Apr-2025 mseidel <mseidel@apache.org>

Remove second semicolon (done?)


# 49333635 30-Mar-2025 John Bampton <jbampton@users.noreply.github.com>

Fix spelling (#344)

* Fix spelling

* Update ignored words list


# 1ce92f9c 26-Jan-2025 Matthias Seidel <mseidel@apache.org>

Merge pull request #258 from jbampton/fix-spelling

Fix spelling


# 283563b9 26-Jan-2025 John Bampton <jbampton@gmail.com>

Fix spelling


# d5edfd09 12-Feb-2023 DamjanJovanovic <damjan.jov@gmail.com>

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage


# 7a9d3b93 02-Jan-2023 Damjan Jovanovic <damjan@apache.org>

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


# 3361926e 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

Change some remaining 16 bit paragraph indexing to 32 bit
in editeng/source/accessibility.

Patch by: me


# 1ba24eae 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me


# f94052d8 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me


# abee0e4c 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me


# 6a4e5455 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me


# f6b418d9 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me


# b5969576 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me


# a6ca19dc 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me


# c67fa79c 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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 <damjan@apache.org>

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 <damjan@apache.org>

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


# 9ec87cd3 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me


# 8ee1071c 02-Jan-2022 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me


# c2eaa082 01-Jan-2023 Damjan Jovanovic <damjan@apache.org>

Preliminary attempt to convert all instances of GetParagraphCount()
to return a sal_uInt32 or sal_uLong, and fix any related problems
in all their callers.

Patch by: me


# 9d9bf804 01-Jan-2023 Damjan Jovanovic <damjan@apache.org>

Use a 32 bit paragraph index for GetAttributeRun() methods everywhere.

Patch by: me


# 74cbd1f1 08-Jun-2019 Matthias Seidel <mseidel@apache.org>

Fixed typos (wether -> whether)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68


# 07a3d7f1 29-Apr-2014 Pedro Giffuni <pfg@apache.org>

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the internationa

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591058 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# fd080abb 10-Dec-2013 Steve Yin <steve_y@apache.org>

Bug 123620 - [ia2] IAccessibleHypertext::hyperlinkIndex returns 0 when editing a cell/object where there is no link

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549778 13f79535-47b

Bug 123620 - [ia2] IAccessibleHypertext::hyperlinkIndex returns 0 when editing a cell/object where there is no link

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549778 13f79535-47bb-0310-9956-ffa450edef68

show more ...


12