32780b3b | 18-Nov-2022 |
mseidel |
Fixed typo (Meun -> Menu) |
19a30862 | 18-Nov-2022 |
mseidel |
Fixed typo (verion -> version) |
8b33d207 | 18-Nov-2022 |
mseidel |
Fixed typo (verion -> version) and some more |
39acede3 | 16-Nov-2022 |
mseidel |
Fixed typos |
4ad3f9e9 | 12-Nov-2022 |
Arrigo Marchiori |
Align to expat-2.2.13 Patch by Carl Marcum. |
6e1ccbb0 | 10-Nov-2022 |
Bidouille |
Fix for Issue 114497 (#151) |
0f464f24 | 10-Nov-2022 |
Matthias Seidel |
Update srcrelease.xml to exclude certain files from Source build (#154) * Update srcrelease.xml * Update srcrelease.xml |
ae40ccb0 | 03-Nov-2022 |
mseidel |
Cleanup resource file, small string change |
8104b082 | 29-Oct-2022 |
mseidel |
Updated English dictionary |
611d9753 | 25-Oct-2022 |
Bidouille |
Update dabawiz01.xhp (#159) https for HSQL website |
02641f86 | 24-Oct-2022 |
mseidel |
Cleanup resource file |
fb3d7646 | 21-Oct-2022 |
Damjan Jovanovic |
Free the rtl_UnicodeToTextContext with rtl_destroyTextToUnicodeContext() instead of rtl_destroyTextToUnicodeConverter(). This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128539
Free the rtl_UnicodeToTextContext with rtl_destroyTextToUnicodeContext() instead of rtl_destroyTextToUnicodeConverter(). This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128539 Patch by: me
show more ...
|
82b311e9 | 19-Oct-2022 |
Arrigo Marchiori |
Update the list of safe extensions (#157) Add mp4 and High Efficiency Image File Format (HEIF) extensions to the safe list Thanks to forum user MrProgrammer for the suggestion! |
7e29bacc | 16-Oct-2022 |
Damjan Jovanovic |
Fix some errors in the scripting module's XInputStreamImpl: - Check the loop termination in readBytes() properly: currently it increments totalBytesRead while also decrementing nBytesToRead
Fix some errors in the scripting module's XInputStreamImpl: - Check the loop termination in readBytes() properly: currently it increments totalBytesRead while also decrementing nBytesToRead, so when compared to each other, the loop terminates when the buffer is half full. Only check for nBytesToRead instead. - Deal with the possibility of available() returning 0 in readSomeBytes(). Patch by: me
show more ...
|
f0491042 | 16-Oct-2022 |
Damjan Jovanovic |
InputStreamToXInputStreamAdapter.readBytes() should read until the buffer is full, or the file ends. It shouldn't care about available(). Patch by: me |
6cb06142 | 16-Oct-2022 |
Damjan Jovanovic |
Fix the java.lang.NullPointerException in readBytes() and readSomeBytes() methods in InputStreamToXInputStreamAdapter when called from the inter-process UNO bridge. XInputStream::readByt
Fix the java.lang.NullPointerException in readBytes() and readSomeBytes() methods in InputStreamToXInputStreamAdapter when called from the inter-process UNO bridge. XInputStream::readBytes() documents how the buffer is an "out" parameter, and isn't passed to the implementing end, which is why we get the buffer as a "byte[][] b" and b[0] == null. Its role is to box a byte[] array to be returned the client. Thus, allocate the buffer if it is missing or too small. Additionally, virtually all other readBytes() and readSomeBytes() implementations trim this sequence to the actual number of bytes read. This presumably reduces the inter-process traffic, but some callers even rely on the sequence to be trimmed, eg. main/sax/source/expatwrap/xml2utf.cxx. Thus trim our returned array too. Patch by: me
show more ...
|
ed2dba9c | 13-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) / final step |
461facd3 | 12-Oct-2022 |
Damjan Jovanovic |
"expat" is not required to build "lucene" or "openssl". Patch by: me |
1aad1b44 | 11-Oct-2022 |
Matthias Seidel |
Update unomap.cxx |
8b1e0614 | 11-Oct-2022 |
Matthias Seidel |
Update unomap.cxx |
cb5f33c6 | 09-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) and some other / 3rd step |
09b53915 | 07-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) and some other / 2nd step |
ea7dd2d0 | 06-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) and some other |
47b4b2ce | 05-Oct-2022 |
Carl Marcum |
Refs #128536 - fixes BasicSheetTest.insertSheetFromfile locks up and times out (#158) fix: set broken UNO BasicSheetTest to ignore and added two new mixed UNO/VCL test classes with three tes
Refs #128536 - fixes BasicSheetTest.insertSheetFromfile locks up and times out (#158) fix: set broken UNO BasicSheetTest to ignore and added two new mixed UNO/VCL test classes with three tests each to cover ignored tests for Excel and now also Calc sources. Refs: #128536
show more ...
|
f7000868 | 02-Oct-2022 |
mseidel |
Removed whitespace, partial translation |