History log of /trunk/main/editeng/source/ (Results 26 - 50 of 149)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

5aceeead02-Jan-2022 Damjan Jovanovic

Use 32 bit paragraph indices in SvxAccessibleTextAdapter::CalcLogicalIndex()
and SvxAccessibleTextAdapter::CalcEditEngineIndex(). Convert AccessibleHyperlink
to use a 32 bit paragraph index.

Use 32 bit paragraph indices in SvxAccessibleTextAdapter::CalcLogicalIndex()
and SvxAccessibleTextAdapter::CalcEditEngineIndex(). Convert AccessibleHyperlink
to use a 32 bit paragraph index.

Patch by: me

show more ...

936080f702-Jan-2022 Damjan Jovanovic

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

36a4646202-Jan-2022 Damjan Jovanovic

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

Patch by: me

9ec87cd302-Jan-2022 Damjan Jovanovic

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

Patch by: me

8ee1071c02-Jan-2022 Damjan Jovanovic

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

Patch by: me

2cdd1ab001-Jan-2023 Damjan Jovanovic

Change the CalcFieldValue() parameter to sal_uInt32 across the whole codebase.

Patch by: me

c2eaa08201-Jan-2023 Damjan Jovanovic

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

9d9bf80401-Jan-2023 Damjan Jovanovic

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

Patch by: me

0f74efc001-Jan-2023 Damjan Jovanovic

We sometimes need unsigned long paragraph indices to work with the
tools module's 64 bit macros.

Patch by: me

5707f3c201-Jan-2023 Damjan Jovanovic

Fix the 16 bit paragraph issues in the remaining Outliner methods
in outlin2.cxx.

Patch by: me

79496c0e01-Jan-2023 Damjan Jovanovic

Convert the remaining outliner undo classes to 32 bit paragraph indices.

Patch by: me

7a5aa01401-Jan-2023 Damjan Jovanovic

Audit and fix some 16 bit paragraph index issues in the OutlinerView class
and its related code.

Patch by: me

ced5929101-Jan-2023 Damjan Jovanovic

Audit and fix 16 bit index paragraph issues in Outliner, and convert
OLUndoExpand to 32 bit indices.

Patch by: me

86af277201-Jan-2023 Damjan Jovanovic

Use 32 bit paragraph indices when calling OutLiner::ImplCheckParagraphs().

Patch by: me

fbcf52f401-Jan-2023 Damjan Jovanovic

Fix the paragraph index types in OutlinerView::SelectRange().

Patch by: me

87936a4401-Jan-2023 Damjan Jovanovic

Change OutlinerParaObject::GetDepth() to a 32 bit paragraph index.

Patch by: me

961599b301-Jan-2023 Damjan Jovanovic

Change main/editeng/inc/editeng/outliner.hxx to use 32 bit paragraph
indices, and update enough of the affected code to able to build
editeng.

Patch by: me

8f08181401-Jan-2023 Damjan Jovanovic

OutlinerEditEng inherits from EditEngine, and also needs to be changed
to use 32 bit paragraph indices, as per the compiler warnings.

Also convert EBulletInfo to 32 bit paragraph indices

OutlinerEditEng inherits from EditEngine, and also needs to be changed
to use 32 bit paragraph indices, as per the compiler warnings.

Also convert EBulletInfo to 32 bit paragraph indices.

Patch by: me

show more ...

67866f5731-Dec-2022 Damjan Jovanovic

Convert ParaRange to 32 bit paragraph indices.

Patch by: me

123456