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 |
5aceeead | 02-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 ...
|
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 |
2cdd1ab0 | 01-Jan-2023 |
Damjan Jovanovic |
Change the CalcFieldValue() parameter to sal_uInt32 across the whole codebase. Patch by: me |
c2eaa082 | 01-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 |
9d9bf804 | 01-Jan-2023 |
Damjan Jovanovic |
Use a 32 bit paragraph index for GetAttributeRun() methods everywhere. Patch by: me |
0f74efc0 | 01-Jan-2023 |
Damjan Jovanovic |
We sometimes need unsigned long paragraph indices to work with the tools module's 64 bit macros. Patch by: me |
5707f3c2 | 01-Jan-2023 |
Damjan Jovanovic |
Fix the 16 bit paragraph issues in the remaining Outliner methods in outlin2.cxx. Patch by: me |
79496c0e | 01-Jan-2023 |
Damjan Jovanovic |
Convert the remaining outliner undo classes to 32 bit paragraph indices. Patch by: me |
7a5aa014 | 01-Jan-2023 |
Damjan Jovanovic |
Audit and fix some 16 bit paragraph index issues in the OutlinerView class and its related code. Patch by: me |
ced59291 | 01-Jan-2023 |
Damjan Jovanovic |
Audit and fix 16 bit index paragraph issues in Outliner, and convert OLUndoExpand to 32 bit indices. Patch by: me |
86af2772 | 01-Jan-2023 |
Damjan Jovanovic |
Use 32 bit paragraph indices when calling OutLiner::ImplCheckParagraphs(). Patch by: me |
fbcf52f4 | 01-Jan-2023 |
Damjan Jovanovic |
Fix the paragraph index types in OutlinerView::SelectRange(). Patch by: me |
87936a44 | 01-Jan-2023 |
Damjan Jovanovic |
Change OutlinerParaObject::GetDepth() to a 32 bit paragraph index. Patch by: me |
961599b3 | 01-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 |
8f081814 | 01-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 ...
|
67866f57 | 31-Dec-2022 |
Damjan Jovanovic |
Convert ParaRange to 32 bit paragraph indices. Patch by: me |