Fixed typos, 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)
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
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)
Fix spelling (#334)* Fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#321)
Fixed typo (completly -> completely) and many more
Merge pull request #122 from ardovm/bug128356Address bug 128356 and similar ones (duplicated XML attributes)
extraneous brace
bool strangeness...
Raise an exception when attempting to add duplicate attributes
WIP: avoid to add duplicate attributes to XML tagsThis assertion shall be changed into an exception. Work in progress!
Do not add office:name attribute to automatic stylesThis attribute could even be repeated in some cases, leading to invalidXML. See for example bug 128356.
More unknwon -> unknown typos.Patch by: me
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
i124143 for draw:frame containing multiple draw:image and draw:glue-point it is necessary to move the GluePoints from the last draw:image where they were automatically imported to the surviving one i
i124143 for draw:frame containing multiple draw:image and draw:glue-point it is necessary to move the GluePoints from the last draw:image where they were automatically imported to the surviving one if these are differentgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1564400 13f79535-47bb-0310-9956-ffa450edef68
123457: improve ODF filter - suppress import and export of hyperlinks without an URLgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1558026 13f79535-47bb-0310-9956-ffa450edef68
123771: ODF export: export annotation's author initials in own namespace only in ODF 1.2 (extended) file format annotation's author initials is currently not standardized in ODF 1.2 a corre
123771: ODF export: export annotation's author initials in own namespace only in ODF 1.2 (extended) file format annotation's author initials is currently not standardized in ODF 1.2 a corresponding proposal is available at the OASIS ODF TC - see JIRA isssue OFFICE-3776 at OASIS cherry-picked from branch ooxml-osbagit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552307 13f79535-47bb-0310-9956-ffa450edef68
123771: integration of OSBA OOXML improvement project's use case 4 patches changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which is not available
123771: integration of OSBA OOXML improvement project's use case 4 patches changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which is not available Patch by: SUSE, Miklos Vajna <vmiklos@suse.cz> Review by: Oliver <orw@apache.org> cherry-picked from branch ooxml-osbagit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552294 13f79535-47bb-0310-9956-ffa450edef68
#i123068# remove implicit conversions from rtl strings to their elementsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68
type qualifiers ignored on function return typeGcc 4.4 on our buildbot reported 657 such warnings, which representsalmost 85% of all warnings it emitted for our codebase! The warningsare correct
type qualifiers ignored on function return typeGcc 4.4 on our buildbot reported 657 such warnings, which representsalmost 85% of all warnings it emitted for our codebase! The warningsare correct and cleaning them up improves our code quality and makesthe build output more relevant.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436255 13f79535-47bb-0310-9956-ffa450edef68
#121379# When loading MultiImage, avoid registering xShape with ID until the winner is decided to not have multiple shapes registering with the same IDgit-svn-id: https://svn.apache.org/repos/asf/i
#121379# When loading MultiImage, avoid registering xShape with ID until the winner is decided to not have multiple shapes registering with the same IDgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1412051 13f79535-47bb-0310-9956-ffa450edef68
12