d8fd1225 | 31-Dec-2022 |
Damjan Jovanovic |
ImpEditEngine::FindParaPortion() should use a 32 bit paragraph index. Patch by: me |
3974c066 | 31-Dec-2022 |
Damjan Jovanovic |
Use 32 bit paragraph indices in the EditRTFParser class. Patch by: me |
209925ef | 31-Dec-2022 |
Damjan Jovanovic |
Use 32 bit paragraph indices in the EditHTMLParser class. Patch by: me |
1e6c8db2 | 31-Dec-2022 |
Damjan Jovanovic |
Convert the EditSpellWrapper classes to 32 bit paragraph indices. Patch by: me |
434f02ca | 31-Dec-2022 |
Damjan Jovanovic |
Convert the EditUndo classes to 32 bit paragraph indices. Audit all usage of "node" (sometimes used as a name for variables storing paragraph indices) and start converting and fixing the prob
Convert the EditUndo classes to 32 bit paragraph indices. Audit all usage of "node" (sometimes used as a name for variables storing paragraph indices) and start converting and fixing the problems. Patch by: me
show more ...
|
bb99baf4 | 31-Dec-2022 |
Damjan Jovanovic |
Convert more EditView and EditEngine code to 32 bit paragraph indices. Fix one wrong converted varible that should have been left as 16 bit. Patch by: me |
597c409a | 31-Dec-2022 |
Damjan Jovanovic |
Start converting paragraph indices in the EditView and ImpEditView classes to 32 bit. Patch by: me |
20e487bd | 31-Dec-2022 |
Damjan Jovanovic |
Convert a few other EditTextObject and BinTextObject paragraph indices to 32 bit that were missed before. Patch by: me |
fffd1d5d | 30-Dec-2022 |
Damjan Jovanovic |
Convert the paragraph indices in EditTextObject and BinTextObject to 32 bit integers. Factor out the BaseList class into a separate file and use it as the ContentInfoList. Also incre
Convert the paragraph indices in EditTextObject and BinTextObject to 32 bit integers. Factor out the BaseList class into a separate file and use it as the ContentInfoList. Also increment the binary stream version to 603, as it now stores a 32 bit paragraph count. Patch by: me
show more ...
|
3155dbc2 | 30-Dec-2022 |
Damjan Jovanovic |
Convert a few more EditEngine paragraph indices to 32 bit. Patch by: me |
a38ef002 | 29-Dec-2022 |
Damjan Jovanovic |
Update the ImpEditEngine, EPosition, ESelection, EFieldInfo, MoveParagraphsInfo, PasteOrDropInfos, EENotify, DeletedNodeInfo, EditUndoDelContent, EditUndoSplitPara, and EditUndoMoveParagraphs
Update the ImpEditEngine, EPosition, ESelection, EFieldInfo, MoveParagraphsInfo, PasteOrDropInfos, EENotify, DeletedNodeInfo, EditUndoDelContent, EditUndoSplitPara, and EditUndoMoveParagraphs classes with 32 bit paragraph indices. Patch by: me
show more ...
|
8dc46c98 | 29-Dec-2022 |
Damjan Jovanovic |
Change more callers of ContentList::Count() to 32 bit indices. Change the public API of the EditEngine class to 32 bit paragraph indices. Patch by: me |
3228dc33 | 29-Dec-2022 |
Damjan Jovanovic |
Start changing some of the Count() and GetPos() callers to 32 bit indices. Patch by: me |
a890f778 | 28-Dec-2022 |
Damjan Jovanovic |
Factor out common list APIs into a BaseList template class. Get the ParaPortionList to use 32 bit indices too. Patch by: me |
765ae79b | 28-Dec-2022 |
Damjan Jovanovic |
Stop using svl's "PTRARR" for the ContentList class, which is limited to 16-bit indices and 2^16 entries. For now, use our own std::vector-based compatible class. Patch by: me |
5ed3aded | 22-Mar-2022 |
mseidel |
Cleaned up resource files, removed whitespace |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
cfd52e18 | 01-Oct-2020 |
mseidel |
Fixed typos (thats -> that's) and many more |
2e3a1b6e | 18-Aug-2020 |
mseidel |
Fixed typos (Normaly -> Normally) and some more |
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2 |
|
034ae911 | 06-Dec-2019 |
mseidel |
Cleaned up resource files |
4b87ead9 | 29-Oct-2019 |
mseidel |
Removed invisible Unicode character U+FEFF from resource files |
Revision tags: AOO417 |
|
74cbd1f1 | 08-Jun-2019 |
Matthias Seidel |
Fixed typos (wether -> whether) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1, AOO416 |
|
52d63d7e | 06-Nov-2018 |
Matthias Seidel |
Fixed typo (curently -> currently) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845943 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416-RC1 |
|
b1bc2d97 | 26-Aug-2018 |
Matthias Seidel |
Fixed typo (meaningfull -> meaningful) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839231 13f79535-47bb-0310-9956-ffa450edef68 |
870262e3 | 02-May-2018 |
Don Lewis |
Don't use !this as an alias for a constant that evaluates to false in unconditional asserts. The former requires code to evaluate the condition at runtime and also causes warnings from clang
Don't use !this as an alias for a constant that evaluates to false in unconditional asserts. The former requires code to evaluate the condition at runtime and also causes warnings from clang. While here, translate the associated assert messages. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830735 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|