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)
Clean up resource files
New method sfx2::LinkManager::urlIsVendor()This new method is invoked before all occurrences ofsfx2::LinkManager::GetUserAllowsLinkUpdate()
ScAreaLink::Refresh() asks the document's LinkManager for authorization
Remove second semicolon (work in progress)
pre-commit(trailing-whitespace): autofix .hrc files (#350)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
Fix typos (braodcasted, brodcast, broacast)
Fixed typo (obejct -> object) and some other
Fix end of hxx files remove unneeded blank lines (#242)
Fix spelling (#246)* Fix spelling * Update vbacommandbar.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
Convert all instances of SetParaAttribs() to take a 32 bit paragraph index.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
When we reach EOF, and SvStream.ReadCsvLine() returned some data,process that data before returning.Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128548 -"Last CSV line is silently lost on impo
When we reach EOF, and SvStream.ReadCsvLine() returned some data,process that data before returning.Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128548 -"Last CSV line is silently lost on import if last field is quotedand EOF is reached before closing quote"Patch by: me
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
Fix symbol visibility problems with main/sc modules.SC_DLLIMPLEMENTATION must only be defined for sc itself, not for scui orscfilt, as that stops them from importing sc's symbols.Should fix buil
Fix symbol visibility problems with main/sc modules.SC_DLLIMPLEMENTATION must only be defined for sc itself, not for scui orscfilt, as that stops them from importing sc's symbols.Should fix building main/sc on Windows.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778961 13f79535-47bb-0310-9956-ffa450edef68
Port main/sc to gbuild.Also add the ability to add extra image directories to resources,which is needed by main/sc.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@177
Port main/sc to gbuild.Also add the ability to add extra image directories to resources,which is needed by main/sc.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 13f79535-47bb-0310-9956-ffa450edef68
#i126572# Use correct priority when updating links.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707169 13f79535-47bb-0310-9956-ffa450edef68
#i117843# avoid shrinking the range from external file until the matrix supports gap from the original rangegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652207 13f79535-47bb-0310-
#i117843# avoid shrinking the range from external file until the matrix supports gap from the original rangegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652207 13f79535-47bb-0310-9956-ffa450edef68
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the internationa
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the international nature of the code butit is somewhat shameful that this wasn't done before.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
i124361: Enable exception support for all sc source files.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575930 13f79535-47bb-0310-9956-ffa450edef68
i124361: Removed some warnings from sc.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575927 13f79535-47bb-0310-9956-ffa450edef68
#i123840# fix narrowing conversions when initializing SC's szMSFilterNames arraygit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1550424 13f79535-47bb-0310-9956-ffa450edef68
#i123768# [ia2] remove pseudo-automatic noisy commentsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68
123