Fix typos (#442)* Fix spelling* Regenerate ignored words list codespell.txt(cherry picked from commit cf8e6a53ed981a205d7700be9a04dd40a005f9f6)
pre-commit: auto remove trailing whitespace from `.py` files (#375)(cherry picked from commit 16c3da916017a0e7db7dc4f93ae00dd1c24b61c9)
pre-commit: trim trailing whitespace in more files (#278)(cherry picked from commit b339e61b0e4c15004c00f5d1a4e0671656d90a8f)
Remove code for unused bmpmaker (#201)* Remove code for unused bmpmakerSee:https://bz.apache.org/ooo/show_bug.cgi?id=83198* Additional files(cherry picked from commit 3dbda129d98d0422e037d1c
Remove code for unused bmpmaker (#201)* Remove code for unused bmpmakerSee:https://bz.apache.org/ooo/show_bug.cgi?id=83198* Additional files(cherry picked from commit 3dbda129d98d0422e037d1c39901d27727596592)
show more ...
Merge main/cosv and main/udm into main/autodoc.main/autodoc depends on main/cosv and main/udm.main/udm depends on main/cosv.No other module depends on main/cosv or main/udm.The only deliverable
Merge main/cosv and main/udm into main/autodoc.main/autodoc depends on main/cosv and main/udm.main/udm depends on main/cosv.No other module depends on main/cosv or main/udm.The only deliverable from main/autodoc is the autodoc executable -there are no libraries, and all headers remain private and undelivered.We might even be able to use some third-party documentation generatorinstead of autodoc, perhaps Doxygen. Whether we should go that way is debatable,but there is no point in littering main/ with 2 modules and littering solver/with many headers and 2 static libraries just so autodoc can consume them.Rather make their code internal to autodoc.Patch by: me(cherry picked from commit 11c03c6d381fea19f0fea13ae5a371ba50bad241)
writerperfect is no more.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1735186 13f79535-47bb-0310-9956-ffa450edef68
i126369 - Finish off hwpfilterThe Hangul Word Processor filter was disabled from OpenOffice in r1677190 due to security concerns. While some extra buffer controlscould have been made and the fil
i126369 - Finish off hwpfilterThe Hangul Word Processor filter was disabled from OpenOffice in r1677190 due to security concerns. While some extra buffer controlscould have been made and the filter restored, the truth is a muchbigger effort is required to catch up with this format. Files createdwith later editions of Hangul, including Hangul Wordian, Hangul 2002,Hangul 2005 and Hangul 2007 cannot be opened with the existing filter. Existing users can apparently download a free viewer and convert theirdocument to RTF or doc.Drop completely the code. while here also drop remnants of wpd supportthat we dropped since 3.4.1. Having less code is sometimes better.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1730107 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
i121513 - Remove deprecated UnoControlThrobberModelgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1424323 13f79535-47bb-0310-9956-ffa450edef68
#i121496# - [PyUNO] Python3 supportAdd initial python 3 compatibility to native scripts now thatpyuno supports python3.This is the result of running the python 2to3 script withconservative sett
#i121496# - [PyUNO] Python3 supportAdd initial python 3 compatibility to native scripts now thatpyuno supports python3.This is the result of running the python 2to3 script withconservative settings.Still more porting work may be required and any regressionwith the default Python 2.7.3 should be considered a bug.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1423676 13f79535-47bb-0310-9956-ffa450edef68
Python: use sorted() instead of .sort()git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1367829 13f79535-47bb-0310-9956-ffa450edef68
Python reindent.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1367810 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1309156 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307005 13f79535-47bb-0310-9956-ffa450edef68
#119098# Removed np_sdk and related stuff due to conflict with it's triple license, was not in active use. Test builded all three main platforms and checked, works wellgit-svn-id: https://svn.apach
#119098# Removed np_sdk and related stuff due to conflict with it's triple license, was not in active use. Test builded all three main platforms and checked, works wellgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1305304 13f79535-47bb-0310-9956-ffa450edef68
remove onlineregistration with dependenciesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1240245 13f79535-47bb-0310-9956-ffa450edef68
Avoid some uses of non portable #!/bin/bash in shell scripts.bash is common in GNU/linux but is, in general, notavailable by default on other systems or likely tobe in a different place. When pos
Avoid some uses of non portable #!/bin/bash in shell scripts.bash is common in GNU/linux but is, in general, notavailable by default on other systems or likely tobe in a different place. When possible /bin/shshould be used but if bash extensions are required"#!/bin/env bash" is considered more portable.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235297 13f79535-47bb-0310-9956-ffa450edef68
#i118662# remove remainders of berkeleyDB handling (author=orwitt)git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1213190 13f79535-47bb-0310-9956-ffa450edef68
i118520 - Remove GPL'd libegg library. Thanks to Ariel Constenla-Haile.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1189589 13f79535-47bb-0310-9956-ffa450edef68
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a co
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt/ooo/trunk/core/gettext/gettext-0.18.1.1.patch/ooo/trunk/core/apache-commons/patches/codec.patch/ooo/trunk/core/libcroco/libcroco-0.6.2.patch/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt/ooo/trunk/core/graphite/graphite-2.3.1.patch/ooo/trunk/core/hwpfilter/source/hwpeq.cpp/ooo/trunk/core/solenv/bin/cwstouched.pl/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html/ooo/trunk/core/writerfilter/source/doctok/escher.html/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xslAlso: Repository.mk from the l10n toplevelgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68