Revision tags: AOO420-Dev5-m5 |
|
7f5c89d5 | 30-Nov-2023 |
John Bampton |
misc: fix spelling (#187) * misc: fix spelling * Update TestExtension.java * Update FilterFactory.idl * Update ExtendedTypeDetectionFactory.idl * Update L
misc: fix spelling (#187) * misc: fix spelling * Update TestExtension.java * Update FilterFactory.idl * Update ExtendedTypeDetectionFactory.idl * Update LocationTest.java * Update HelpComponent.java * Update HelpSearch.java * Update TestExtension.java * Update SOReportJobFactory.java --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
81afc36f | 19-Nov-2023 |
John Bampton |
misc: fix spelling (#184) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
33608c82 | 03-Oct-2020 |
mseidel |
Fixed typos, removed whitespace |
cfd52e18 | 01-Oct-2020 |
mseidel |
Fixed typos (thats -> that's) and many more |
15289133 | 22-Aug-2020 |
mseidel |
Fixed typos (otherwhise -> otherwise) and some more |
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2, AOO417 |
|
8784ac2b | 09-Aug-2019 |
Damjan Jovanovic |
Typos (unknwon -> unknown). Patch by: me |
Revision tags: AOO420-Dev-m1 |
|
219b2b38 | 10-Jan-2019 |
Matthias Seidel |
Removed whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850964 13f79535-47bb-0310-9956-ffa450edef68 |
af81de81 | 26-Dec-2018 |
Matthias Seidel |
Further corrections to commandline help, resized dialog window (for Windows, etc.) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1849766 13f79535-47bb-0310-9956-ffa450edef68 |
52812967 | 23-Dec-2018 |
Matthias Seidel |
Fixed typos, removed whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1849659 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416, AOO416-RC1, AOO415 |
|
2bf67293 | 17-Jan-2018 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821337 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO414, AOO413 |
|
59dbe8f6 | 21-Jan-2017 |
Pedro Giffuni |
Yet another weirdness found with clang 4.0. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779758 13f79535-47bb-0310-9956-ffa450edef68 |
e2124c31 | 06-Sep-2016 |
pescetti |
#i114963# Enable IPC before OpenClients to allow client connections when printing. Patch By: aptitude@btconnect.com git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@175
#i114963# Enable IPC before OpenClients to allow client connections when printing. Patch By: aptitude@btconnect.com git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1759486 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
07a3d7f1 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories a* - g*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories a* - g*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591058 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
9625a7c7 | 01-Apr-2014 |
Andre Fischer |
i124573: Initialize flags to allow acess bridge initialization to fail gracefully (Merged from branch AOO410). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583671 13f79535-
i124573: Initialize flags to allow acess bridge initialization to fail gracefully (Merged from branch AOO410). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583671 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410_Beta |
|
24c56ab9 | 28-Nov-2013 |
Herbert Dürr |
#i123068# remove implicit conversions from rtl strings to their elements git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68 |
747164b0 | 25-Nov-2013 |
Herbert Dürr |
#i123747# allow treating Window's SEH events as C++ exceptions The crash reporter facility can provide much better details about crashes. But if that facility is disabled then handling S
#i123747# allow treating Window's SEH events as C++ exceptions The crash reporter facility can provide much better details about crashes. But if that facility is disabled then handling SEH events such as div-by-zero as C++ exceptions is a worthwhile alternative. It can provide a few interesting details and it allows a graceful shutdown of the application. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545268 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401 |
|
a799cd1b | 23-Aug-2013 |
Oliver-Rainer Wittmann |
122976: suppress user interaction on install of already installed extension during the 'silent' installation of the so-called bundled extensions and during the migration of extensions from a former u
122976: suppress user interaction on install of already installed extension during the 'silent' installation of the so-called bundled extensions and during the migration of extensions from a former user profile git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1516794 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
58761c16 | 23-Aug-2013 |
Oliver-Rainer Wittmann |
122976: <installBundledExtensionBlobs()> - handle exceptions thrown by the extension manager git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1516789 13f79535-47bb-031
122976: <installBundledExtensionBlobs()> - handle exceptions thrown by the extension manager git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1516789 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
b1ec53cb | 09-Aug-2013 |
Herbert Dürr |
#i122991# provide some details about fatal exceptions in the desktop app In the desktop application the FatalError() facility provides a dialog with copy+pasteable text that helps to com
#i122991# provide some details about fatal exceptions in the desktop app In the desktop application the FatalError() facility provides a dialog with copy+pasteable text that helps to communicate details important for the understanding of such critical bugs. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1512298 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
fd6d8138 | 19-Jun-2013 |
Andre Fischer |
122398: Fixed Mac and Linux build breaker. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1494655 13f79535-47bb-0310-9956-ffa450edef68 |
281431db | 18-Jun-2013 |
Oliver-Rainer Wittmann |
122398: re-activate the FirstStartWizard git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1494061 13f79535-47bb-0310-9956-ffa450edef68 |
910823ae | 18-Apr-2013 |
Jürgen Schmidt |
#121996# integrate first part to remove 3layer office git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68 |