556cbcf7 | 22-Jul-2024 |
Damjan Jovanovic |
Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows and cells longer than 64 KiB in OpenOffice Base. (They are now limited to ~2 GiB). - New member functions wer
Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows and cells longer than 64 KiB in OpenOffice Base. (They are now limited to ~2 GiB). - New member functions were added to the main/tools SvStream class to work with 32 bit ::rtl::OUString and ::rtl::OStringBuilder when reading lines. - The helper class QuotedString had to be upgraded from using the 16 bit String to the 32 bit ::rtl::OUString. - The CSV database driver was patched to use ::rtl::OUString and 32 bit indexes in various places. - Luckily, little other work was needed, as the ORowSetValue class already uses 32 bit ::rtl::OUString, and was previously converting 16 bit String to 32 bit ::rtl::OUString internally anyway. Also simplified some of the line parsing logic, and translated some German comments to English. Patch by: me (cherry picked from commit 7b2bc0e6bba2fbc38d078306fe10d875115d6c86)
show more ...
|
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
ebc38751 | 18-Nov-2022 |
mseidel |
Fixed typo (verion -> version) and some more (cherry picked from commit 8b33d20757e07ac9aab7f43fc8912a001433f5ba) |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417 |
|
940681c7 | 11-Jun-2019 |
Matthias Seidel |
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1, AOO416 |
|
b8419f38 | 30-Nov-2018 |
Damjan Jovanovic |
On LLP64 systems (eg. Win64) sizeof(long) == 32, so pointers stored in longs will result in data corruption, and terrible run-time errors like memory corruption when they are used to acce
On LLP64 systems (eg. Win64) sizeof(long) == 32, so pointers stored in longs will result in data corruption, and terrible run-time errors like memory corruption when they are used to access memory. Use sal_IntPtr instead. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847776 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. 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 r* - z*. 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@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
e78229df | 17-Dec-2013 |
Herbert Dürr |
#i123865# enable XKB for all X11-based display targets git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551526 13f79535-47bb-0310-9956-ffa450edef68 |
97592687 | 29-Nov-2013 |
Herbert Dürr |
#i123774# the DBG_ERROR/DBG_WARN/DBG_TRACE macros should always show file and line infO git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546577 13f79535-47bb-0310-9956-ffa
#i123774# the DBG_ERROR/DBG_WARN/DBG_TRACE macros should always show file and line infO git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546577 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
d2ee8188 | 25-Mar-2013 |
Herbert Dürr |
WaE: the eType member of PolyOptimizeData is only interesting when debugging and could be removed. The info is interesting enough for now and the structure should stay the same regardles
WaE: the eType member of PolyOptimizeData is only interesting when debugging and could be removed. The info is interesting enough for now and the structure should stay the same regardless of whether debugging is enabled or not. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460657 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6f51c329 | 07-Feb-2013 |
Herbert Dürr |
fix build for compilers supporting user-defined literals User defined literals (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2378.pdf) are already available in gcc 4.7 and cl
fix build for compilers supporting user-defined literals User defined literals (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2378.pdf) are already available in gcc 4.7 and clang 3.1 and this results in problems in code where literal strings are concatenated without any whitespace inbetween. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1443509 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
7342c28d | 13-Aug-2012 |
Armin Le Grand |
Secured some places where PolyPolygons were created using a all-points count and a all-points array git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372488 13f79535-47bb-031
Secured some places where PolyPolygons were created using a all-points count and a all-points array git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372488 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
67e470da | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68 |
b2b569f2 | 02-Feb-2012 |
Armin Le Grand |
#118828# New ColorPicker, thanks go to Christian Lippka for offering it under Apache License. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1239729 13f79535-47bb-0310-9956
#118828# New ColorPicker, thanks go to Christian Lippka for offering it under Apache License. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1239729 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
514f4c20 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230723 13f79535-47bb-0310-9956-ffa450edef68 |
8b851043 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198494 13f79535-47bb-0310-9956-ffa450edef68 |
89b56da7 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198310 13f79535-47bb-0310-9956-ffa450edef68 |
eeff381b | 24-Oct-2011 |
Herbert Dürr |
(author=ariel) tools/solar.h DLLPOSTFIX clean-up Author: Ariel Constenla-Haile <ariel.constenla.haile@gmail.com> Loading libraries is broken in code that uses the macro SVLIBRARY
(author=ariel) tools/solar.h DLLPOSTFIX clean-up Author: Ariel Constenla-Haile <ariel.constenla.haile@gmail.com> Loading libraries is broken in code that uses the macro SVLIBRARY defined in tools/inc/tools/solar.h, the __DLLEXTENSION macro defined in that file uses the dll postfixes that where recently removed. http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/inc/tools/solar.h?view=markup#l342 http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/inc/tools/solar.h?view=markup#l243 An example in GetSpecialCharsForEdit from sfx2/source/appl/appinit.cxx http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/source/appl/appinit.cxx?view=markup#l205 * open a Writer document * open the Find & Replace dialog * right click on an edit field * select "Special Character" from the context menu * the cui library cannot be loaded attached patch removes all DLLPOSTFIXes, except the one from WIN when compiled with mingw, this postfix wasn't removed in http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/inc/wntgcci.mk?view=markup#l185 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1188107 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 ...
|