Fix botton -> bottom
Fix 'the the' (although that was a nice band...)
Fix spelling (#409)Clean up `codespell.txt` ignored words list
Fix typos (#407)depricated -> deprecated
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
pre-commit auto remove trailing whitespace from h files (#385)Another big auto clean up by pre-commit similar to the others
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our co
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our code baseThe NeverEnding Story was a great film back in the old days :)Great video and theme song by Limahlhttps://www.youtube.com/watch?v=lHytjEj7B9ghttps://en.wikipedia.org/wiki/The_NeverEnding_Story_(film)
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Cleanup
misc: fix spelling (#361)* misc: fix spelling* Update ignored words list
misc: fix spelling in `main` (#354)* misc: fix spelling in `main`Typos have been fixed in a lot of file types* Update ignored words list
pre-commit(trailing-whitespace): autofix .hrc files (#350)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#311)
pre-commit(end-of-file-fixer): auto fix hrc files (#288)
Fix end of hxx files remove unneeded blank lines (#242)
Fix spelling in code comments and descriptions only (#207)* Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl --------- Co-authored-
Fix spelling in code comments and descriptions only (#207)* Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl --------- Co-authored-by: Matthias Seidel <mseidel@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_MAXconstants for this purpose.Patch by: me
Change SvxUnoTextContent, SvxUnoTextContentEnumeration and SvxUnoTextRangeEnumerationto use 32 bit paragraph indices.Patch by: me
Convert all instances of SetParaIsNumberingRestart() to take a 32 bit paragraph index.Patch by: me
Convert all instances of IsParaIsNumberingRestart() to take a 32 bit paragraph index.Patch by: me
Convert all instances of SetNumberingStartValue() to take a 32 bit paragraph index.
Convert all instances of GetNumberingStartValue() to take a 32 bit paragraph index.Patch by: me
Convert all instances of HaveImageBullet() and HaveTextBullet() totake a 32 bit paragraph index.Patch by: me
Convert all instances of AppendTextPortion() to take a 32 bit paragraph index.Patch by: me
Convert all instances of SetDepth() to take a 32 bit paragraph index.Patch by: me
1234