svtools: one shared policy for following URLs out of document contentEach module that follows a URL named by document content -- linked graphics,background images, instance data, media -- decided
svtools: one shared policy for following URLs out of document contentEach module that follows a URL named by document content -- linked graphics,background images, instance data, media -- decided for itself whether tocheck anything, and the check that does exist was written out inline at thecall site.Add svtools/linkpolicy.hxx as the one place that decides, and apply it at theload sites in editeng, forms, sfx2, sw, avmedia and svgio. A relativereference and a file on this machine load as before; anything else asks therunning document, which is the question the LinkManager already asks.Two places on those paths assumed success and no longer do: a reference thatcannot be resolved, and a graphic that is not there.Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
show more ...
Cleanup
Fix more spelling (#443)* Fix spelling* Regenerate ignored words list codespell.txt
Fix typo (rigth -> right) and some more
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>
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 typos (#373)* misc: fix typos* Update ignored words list
Fix spelling (#364)* Fix spelling* Update ignored words list
misc: fix spelling (#359)* misc: fix spelling* Update ignored words list* Update propshlp.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Remove second semicolon (work in progress)
Fixed typos, cleanup
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
Fix spelling (#334)* Fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
Fix spelling (#298)* Fix spelling* Update ignored words list* Update spreadsheetml2ooo.xsl---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix spelling (#245)
misc: fix spelling (#186)* misc: fix spelling * Update cmdid.h * Update svdopath.cxx * Update RowSetCache.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fixed typo (paramter -> parameter) and some other
Rename PaintBorderAndShadow -> PaintPageBorder
Fixed typos (TOOD -> TODO)
Further code cleanup for removing Writer page shadows
First code cleanup for removing Writer page shadows.Follow up for:https://github.com/apache/openoffice/commit/9d12c51fa1a1c1f5d69b792b73aae71e86afff00
Fixed typos, removed whitespace
Remove 'old-style' shadow from Writer document area. TODO: Cleanup code
1234