c809b0d3 | 01-Apr-2024 |
John Bampton |
Fix spelling in code comments (#210) * Fix spelling in code comments * Update wordml2ooo_field.xsl * Update ooo2wordml_border.xsl --------- Co-authored-by
Fix spelling in code comments (#210) * Fix spelling in code comments * Update wordml2ooo_field.xsl * Update ooo2wordml_border.xsl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
Revision tags: AOO420-Dev5-m5, AOO4115-GA |
|
a72d41dc | 20-Jan-2023 |
Damjan Jovanovic |
Allow us to build against the C++14 standard, while not breaking compatibility with C++98. Clang 13 and 15 on FreeBSD can successfully compile OpenOffice when "-std=c++14" is set in
Allow us to build against the C++14 standard, while not breaking compatibility with C++98. Clang 13 and 15 on FreeBSD can successfully compile OpenOffice when "-std=c++14" is set in gbuild and dmake, and Clang 15 can still compile it with these changes and "-std=gnu++98". Most of the changes involved fixing bad code, eg. NULL being implicitly converted to sal_False, NULL being converted to typed pointers using reinterpet_cast instead of static_cast, and integer conversions to shorter integers. Note that this does not change the currently targeted C++ standard on Linux and FreeBSD, which remains gnu++98. Patch by: me
show more ...
|
Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
56b8eddc | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415 |
|
1919b60f | 07-Mar-2018 |
Yuri Dario |
#i127723# Fix StarSymbol to OpenSymbol mapping when using cairo on OS/2. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1826117 13f79535-47bb-0310-9956-ffa450edef68 |
906a4e93 | 02-Mar-2018 |
Yuri Dario |
#i127723# add cairo graphics support also on OS/2. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1825732 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO414, AOO413 |
|
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, 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, AOO410_Beta |
|
1baa74a0 | 05-Feb-2014 |
Herbert Dürr |
#i123068# remove implicit conversion from aUTF8String to its char pointer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1564650 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
53602e99 | 16-Jan-2013 |
Armin Le Grand |
#121504# corrected error in canvas module when cairo is used git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433875 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
67a4c099 | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229826 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
91c99ff4 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198411 13f79535-47bb-0310-9956-ffa450edef68 |
25ea7f45 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198221 13f79535-47bb-0310-9956-ffa450edef68 |
46dacce6 | 17-Sep-2011 |
Michael Stahl |
vcl340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS # HG changeset patch # User Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> # Date 1302633427 -720
vcl340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS # HG changeset patch # User Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> # Date 1302633427 -7200 # Node ID 56bc1b624a3a49dcbf38a6b83266e89817752230 # Parent 217dd772a45a24b10e6e2f8b81b598c5034c7882 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172085 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cdf0e10c | 16-Aug-2011 |
rcweir |
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/
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.xsl Also: Repository.mk from the l10n toplevel git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|