History log of /trunk/main/editeng/source/ (Results 51 - 75 of 149)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d8fd122531-Dec-2022 Damjan Jovanovic

ImpEditEngine::FindParaPortion() should use a 32 bit paragraph index.

Patch by: me

3974c06631-Dec-2022 Damjan Jovanovic

Use 32 bit paragraph indices in the EditRTFParser class.

Patch by: me

209925ef31-Dec-2022 Damjan Jovanovic

Use 32 bit paragraph indices in the EditHTMLParser class.

Patch by: me

1e6c8db231-Dec-2022 Damjan Jovanovic

Convert the EditSpellWrapper classes to 32 bit paragraph indices.

Patch by: me

434f02ca31-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 ...

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

597c409a31-Dec-2022 Damjan Jovanovic

Start converting paragraph indices in the EditView and ImpEditView classes
to 32 bit.

Patch by: me

20e487bd31-Dec-2022 Damjan Jovanovic

Convert a few other EditTextObject and BinTextObject paragraph indices
to 32 bit that were missed before.

Patch by: me

fffd1d5d30-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 ...

3155dbc230-Dec-2022 Damjan Jovanovic

Convert a few more EditEngine paragraph indices to 32 bit.

Patch by: me

a38ef00229-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 ...

8dc46c9829-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

3228dc3329-Dec-2022 Damjan Jovanovic

Start changing some of the Count() and GetPos() callers to 32 bit indices.

Patch by: me

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

765ae79b28-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

5ed3aded22-Mar-2022 mseidel

Cleaned up resource files, removed whitespace

Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA
cfd52e1801-Oct-2020 mseidel

Fixed typos (thats -> that's) and many more

2e3a1b6e18-Aug-2020 mseidel

Fixed typos (Normaly -> Normally) and some more

7950f2af14-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

Revision tags: 420-Dev2-m2
034ae91106-Dec-2019 mseidel

Cleaned up resource files

4b87ead929-Oct-2019 mseidel

Removed invisible Unicode character U+FEFF from resource files

Revision tags: AOO417
74cbd1f108-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
52d63d7e06-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
b1bc2d9726-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

870262e302-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 ...

123456