d0babadc | 30-Jul-2024 |
mseidel |
Add space because Text was truncated (cherry picked from commit 9ba326f272e0aa4878b28ffb9a54ebd6e1caa0bb) |
d435096b | 30-Jul-2024 |
mseidel |
Removed invisible Unicode character U+FEFF from resource file |
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1 |
|
1aa2d409 | 15-Feb-2019 |
Matthias Seidel |
This is no longer a registration wizard, so changing the wording. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853668 13f79535-47bb-0310-9956-ffa450edef68 (cherry picke
This is no longer a registration wizard, so changing the wording. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853668 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit cf5107754a6f5b47518b95800ef5b186b304d394)
show more ...
|
e3a7b91b | 03-Oct-2020 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 97c864ccfe6c563736c463d8df22c104e3b40fee) |
Revision tags: AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
08797115 | 03-Jan-2017 |
pfg |
Some more Initial support for the FreeBSD ARM platform. Minor adjustments; still untested. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777067 13f79535-47bb-0
Some more Initial support for the FreeBSD ARM platform. Minor adjustments; still untested. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777067 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
941ddfd7 | 08-Dec-2016 |
pfg |
Update endianness detection on FreeBSD. This produces a working AOO on FreeBSD PowerPC64! This is related to i126615 which was also fixed by Curtis a while ago. Kudos for both c
Update endianness detection on FreeBSD. This produces a working AOO on FreeBSD PowerPC64! This is related to i126615 which was also fixed by Curtis a while ago. Kudos for both contributions, makes me want to get a PowerPC to run FreeBSD + AOO on it! Author: Curtis Hamilton -- cmhamilto at gmail git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1773166 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b8ac9833 | 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
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 (cherry picked from commit af81de810e97b4ff71936afe33a09e1631213428)
show more ...
|
467d16d0 | 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 (cherry picked from commit 5281296752f650b451ad
Fixed typos, removed whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1849659 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 5281296752f650b451add65ba902709a30b8ee08)
show more ...
|
e2b21863 | 21-Oct-2019 |
Ariel Constenla-Haile |
Avoid ordered comparison between pointer and zero |
Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411, AOO410 |
|
86060433 | 01-Apr-2014 |
Andre Fischer |
i124573: Initialize flags to allow acess bridge initialization to fail gracefully. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1583666 13f79535-47bb-0310-9956-ffa
i124573: Initialize flags to allow acess bridge initialization to fail gracefully. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1583666 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410_Beta |
|
6d1ed1dd | 10-Dec-2013 |
Herbert Dürr |
#122195# change cppu env, comid from generic cxx to s5abi (System 5 AMD64 ABI) Patch by: Juergen Schmidt <jsc@apache.org> Merged from r1534063 in the rejuvenate01 branch
#122195# change cppu env, comid from generic cxx to s5abi (System 5 AMD64 ABI) Patch by: Juergen Schmidt <jsc@apache.org> Merged from r1534063 in the rejuvenate01 branch git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549925 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
b597708b | 18-Nov-2013 |
Herbert Dürr |
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/op
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 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 ...
|
781e0f66 | 11-Jul-2013 |
Andre Fischer |
122620: Tweeked the splash screen a little. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1502186 13f79535-47bb-0310-9956-ffa450edef68 |
13443bc8 | 20-Jun-2013 |
Oliver-Rainer Wittmann |
122397: extension migration - catch certain expection occuring during deployment of installed extension in order to continue the migration git-svn-id: https://svn.apache.org/repos/asf/o
122397: extension migration - catch certain expection occuring during deployment of installed extension in order to continue the migration git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1494887 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
83a37ea0 | 20-Jun-2013 |
Oliver-Rainer Wittmann |
122398: correct library name for Windows platform git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1494882 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
5e679a6c | 18-Jun-2013 |
Oliver-Rainer Wittmann |
122397: activate migration of AOO 3.4.x/OOo 3.x user profiles (incl. migration of wordbooks, basic macros and user-installed extensions) git-svn-id: https://svn.apache.org/repos/asf/ope
122397: activate migration of AOO 3.4.x/OOo 3.x user profiles (incl. migration of wordbooks, basic macros and user-installed extensions) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1494066 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
a77e1d27 | 16-Apr-2013 |
Herbert Dürr |
allow unusual fill_n specialization for bitvectors Work around libc++'s specialization for fill_n() not returning the matching OutputIterator. git-svn-id: https://svn.apache.or
allow unusual fill_n specialization for bitvectors Work around libc++'s specialization for fill_n() not returning the matching OutputIterator. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468385 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|