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 |
|
1636bfc2 | 30-Oct-2023 |
mseidel |
Fixed typo (conenction -> connection) and some other (cherry picked from commit 5589416a0ec17d91f1449733cbb3b602760daacc) |
334b405c | 19-Feb-2023 |
mseidel |
Cleanup Make files (cherry picked from commit 41deec9fbf385ebd2ff21199e9eb3301a269d33d) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA |
|
bcc0735f | 27-Jun-2022 |
mseidel |
Fixed dBase -> dBASE (cherry picked from commit 9d58340b4b4928db974535ae81750b02811b636a) |
5b007cdb | 14-Mar-2022 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 40af24dde132952d751fe82f1a6c2cf29e6c4741) |
Revision tags: AOO4112-GA, AOO4111-GA |
|
e62cf9b4 | 15-Aug-2021 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 8b7f65dd6db2479b7ae7529f8b484f6095fe9ada) |
Revision tags: AOO420-Dev3-m3 |
|
08ae6143 | 20-May-2021 |
Arrigo Marchiori |
Allow more data than necessary Also translate some comments from German |
9647fdb3 | 15-May-2021 |
Arrigo Marchiori |
add useful checks |
Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA |
|
d92770c0 | 06-Oct-2020 |
mseidel |
Fixed typos (beeing -> being) and some more (cherry picked from commit 2df387e6904e94f6cff3cb41c0152fdd0b8cf63c) |
15319097 | 05-Oct-2020 |
Damjan Jovanovic |
It seems we need YYDEBUG to compile main/connectivity now. Patch by: me (cherry picked from commit 9b7130f9b6bdb7e9969615395186cb3b328a259d) |
6d53c851 | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more (cherry picked from commit 56b8eddca8dfa483d4f8ff0d4ce385505d8407b6) |
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
5ae90c12 | 11-May-2018 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1831445 13f79535-47bb-0310-9956-ffa450edef68 |
bccc1572 | 01-May-2018 |
Don Lewis |
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ff
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415 |
|
14516f1f | 18-Feb-2018 |
Matthias Seidel |
Fixed typo, deleted whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1824668 13f79535-47bb-0310-9956-ffa450edef68 |
1600af0e | 19-Nov-2017 |
Damjan Jovanovic |
Fix an argument for SQLSetDescRec. Remove a duplicated and commented T3SQLNativeSql definition. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/tr
Fix an argument for SQLSetDescRec. Remove a duplicated and commented T3SQLNativeSql definition. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1815736 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO414 |
|
5b0072f5 | 17-Nov-2017 |
Damjan Jovanovic |
More ODBC64 fixes, for SQLGetStmtAttr() and SQLSetStmtAttr(). Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1815545 13f79535-47bb-0310-9956-ff
More ODBC64 fixes, for SQLGetStmtAttr() and SQLSetStmtAttr(). Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1815545 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
58742fae | 17-Nov-2017 |
Damjan Jovanovic |
64-bit ODBC's SQLGetStmtAttr() returns 64 bit values in *ValuePtr (https://docs.microsoft.com/en-us/sql/odbc/reference/odbc-64-bit-information). Patch by: me git-svn-i
64-bit ODBC's SQLGetStmtAttr() returns 64 bit values in *ValuePtr (https://docs.microsoft.com/en-us/sql/odbc/reference/odbc-64-bit-information). Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1815544 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ac472dbc | 19-Sep-2017 |
Damjan Jovanovic |
More naming errors. There are no "Descriptions" in the SDBCX module, there are only "Descriptors". Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
More naming errors. There are no "Descriptions" in the SDBCX module, there are only "Descriptors". Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1808810 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5f867bfd | 19-Sep-2017 |
Damjan Jovanovic |
Fix a typo in the XServiceInfo implementation for main/connectivity/source/sdbcx/VIndexColumn.cxx. It's implementation/service names are com.sun.star.sdbcx.VIndexColumn and com.sun.s
Fix a typo in the XServiceInfo implementation for main/connectivity/source/sdbcx/VIndexColumn.cxx. It's implementation/service names are com.sun.star.sdbcx.VIndexColumn and com.sun.star.sdbcx.IndexColumn, not com.sun.star.sdbcx.VIndex and com.sun.star.sdbcx.Index. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1808809 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c0ecde16 | 21-Jul-2017 |
Damjan Jovanovic |
Remove the obsolete KDE address book SDBC driver, that only worked on KDE 3.2 - 3.6, which are obsolete since 9 years ago. Patch by: me git-svn-id: https://svn.apache.
Remove the obsolete KDE address book SDBC driver, that only worked on KDE 3.2 - 3.6, which are obsolete since 9 years ago. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1802537 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO413 |
|
2c64eeb8 | 04-Dec-2016 |
damjan |
Fix some comment typos. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1772503 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
|
8973800e | 08-Jun-2016 |
damjan |
#i126917# windows build breaks in module connectivity/source/parse/sqliterator.cxx Fix compile errors in Patricia's patch in #1747439. Patch by: me git-svn-id: ht
#i126917# windows build breaks in module connectivity/source/parse/sqliterator.cxx Fix compile errors in Patricia's patch in #1747439. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1747440 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|