Cursor should not need a tooltip.Apart from that, the tooltips are annoying and produce re-draw errors
Fix typos (#438)* Fix more typos* Regenerate ignored words list codespell.txt
Cleanup resource files
Translate function names (Kontext -> Context), cleanup
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 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)
Fix spelling (#367)* misc: fix spelling* Update ignored words list
Rename FTNNOTE -> FOOTNOTE, cleanup
Translate German (Lineal -> Ruler) in Writer code
Fixed typos, cleanup
pre-commit(trailing-whitespace): autofix .hrc files (#350)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
Fix end of hxx files remove unneeded blank lines (#242)
Fixed typo (chnage -> change), general cleanup
Fixed various typos, general cleanup
Fixed typo (completly -> completely) and many more
Remove executable flag from various files (2nd part)
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
Preliminary attempt to convert all instances of GetParagraphCount()to return a sal_uInt32 or sal_uLong, and fix any related problemsin all their callers.Patch by: me
Remove superfluous space in tooltipThis fixeshttps://bz.apache.org/ooo/show_bug.cgi?id=105913Many thanks to Oliver Specht!
Fixed typos (TOOD -> TODO)
Cleaned up resource files
Fixed typo (explicitely -> explicitly) and some more
Fixed typos (contex -> context)
Don't use !this as an alias for a constant that evaluates to false inunconditional asserts. The former requires code to evaluate thecondition at runtime and also causes warnings from clang.While
Don't use !this as an alias for a constant that evaluates to false inunconditional asserts. The former requires code to evaluate thecondition 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
123