Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows andcells longer than 64 KiB in OpenOffice Base. (They are now limited to~2 GiB).- New member functions were added to the m
Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows andcells 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 someGerman comments to English.Patch by: me(cherry picked from commit 7b2bc0e6bba2fbc38d078306fe10d875115d6c86)
show more ...
#i123865# enable XKB for all X11-based display targetsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551526 13f79535-47bb-0310-9956-ffa450edef68
#i123774# the DBG_ERROR/DBG_WARN/DBG_TRACE macros should always show file and line infOgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546577 13f79535-47bb-0310-9956-ffa450edef68
WaE: the eType member of PolyOptimizeData is only interesting when debuggingand could be removed. The info is interesting enough for now and the structureshould stay the same regardless of whether
WaE: the eType member of PolyOptimizeData is only interesting when debuggingand could be removed. The info is interesting enough for now and the structureshould 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
fix build for compilers supporting user-defined literalsUser 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
fix build for compilers supporting user-defined literalsUser 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 codewhere 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
Secured some places where PolyPolygons were created using a all-points count and a all-points arraygit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372488 13f79535-47bb-0310-9956-f
Secured some places where PolyPolygons were created using a all-points count and a all-points arraygit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372488 13f79535-47bb-0310-9956-ffa450edef68
remove svn:executable properties from source filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68
#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-ffa450e
#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
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230723 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198494 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198310 13f79535-47bb-0310-9956-ffa450edef68
(author=ariel) tools/solar.h DLLPOSTFIX clean-upAuthor: Ariel Constenla-Haile <ariel.constenla.haile@gmail.com>Loading libraries is broken in code that uses the macro SVLIBRARYdefined in tools/i
(author=ariel) tools/solar.h DLLPOSTFIX clean-upAuthor: Ariel Constenla-Haile <ariel.constenla.haile@gmail.com>Loading libraries is broken in code that uses the macro SVLIBRARYdefined in tools/inc/tools/solar.h, the __DLLEXTENSION macro defined inthat 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#l342http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/inc/tools/solar.h?view=markup#l243An example in GetSpecialCharsForEdit from sfx2/source/appl/appinit.cxxhttp://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 loadedattached patch removes all DLLPOSTFIXes, except the one from WIN whencompiled with mingw, this postfix wasn't removed inhttp://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/inc/wntgcci.mk?view=markup#l185git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1188107 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