| d3d4491b | 24-Oct-2022 |
mseidel |
Cleanup resource file (cherry picked from commit 02641f86540aa2eaf300acba93691f54b8ae4326) |
| 4313305f | 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 (cherry picked from commit 7e29bacc90c4b1b9788c3b71dfacd17daecde7a7)
show more ...
|
| a20732d5 | 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 (cherry picked from commit
InputStreamToXInputStreamAdapter.readBytes() should read until the buffer is full, or the file ends. It shouldn't care about available(). Patch by: me (cherry picked from commit f04910427d25ede98b84b90df7cc5a12d1adc695)
show more ...
|
| 70f819d9 | 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 (cherry picked from commit 6cb06142790376a2c58e6392182eb071420a4221)
show more ...
|
| 80d1657b | 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 (cherry picked from commit fb3d7646562a8e2f3f690b2fdbc7faaa1b30aa42)
show more ...
|
| 5f741446 | 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!
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! (cherry picked from commit 82b311e9e7bfc57095d7df688734d65e308ef8ff)
show more ...
|
| 2af4541b | 12-Oct-2022 |
Damjan Jovanovic |
"expat" is not required to build "lucene" or "openssl". Patch by: me (cherry picked from commit 461facd3d94599cc708db50510b7e42483407720) |
| 3c7e5543 | 13-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) / final step (cherry picked from commit ed2dba9c5c53094e7aa84277c25e9c183d2ec4ab) |
| 2b784d25 | 11-Oct-2022 |
Matthias Seidel |
Update unomap.cxx (cherry picked from commit 1aad1b44b8f6e14bb7a2f0bad79a4e105d711f92) |
| 3a942b5b | 11-Oct-2022 |
Matthias Seidel |
Update unomap.cxx (cherry picked from commit 8b1e061436fef1eba9eef1e2a1c3974a8d059982) |
| a638af5d | 09-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) and some other / 3rd step (cherry picked from commit cb5f33c6ec1b2237d235cb26d08af42dc3322442) |
| 3e9d8370 | 07-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) and some other / 2nd step (cherry picked from commit 09b5391526220384d8e577a933aac32143816f9a) |
| 6ab739b5 | 06-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) and some other (cherry picked from commit ea7dd2d00f97478229b023399794345c759420a4) |
| 1d2b8aac | 02-Oct-2022 |
mseidel |
Removed whitespace, partial translation (cherry picked from commit f7000868844f98c1a632a86e5f4b517450c1c68f) |
| 1a9d28e0 | 29-Sep-2022 |
mseidel |
Updated English dictionary (cherry picked from commit e179eb4da7ea69e77d6c217473395f65e60cd2f1) |
| 0c84c94f | 27-Sep-2022 |
mseidel |
Add fixed line in dialog (cherry picked from commit 24cebcdcd082893769c03848515688e48399d033) |
| ae769d8d | 27-Sep-2022 |
Peter |
Proposed fix for Issue 60217 (#155) A dot is only added if both Variables rDBData.sDataSource and sCommand contain something. Otherwise the dot is not added Co-authored-by: Matthias
Proposed fix for Issue 60217 (#155) A dot is only added if both Variables rDBData.sDataSource and sCommand contain something. Otherwise the dot is not added Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit b0300d3f06359ce6369a816bca32e2f34a230253)
show more ...
|
| 2176ad32 | 23-Sep-2022 |
mseidel |
Small change in dialog (cherry picked from commit a39633e71443938ee22af305c93c4a91f86ad37f) |
| 9cf2046b | 20-Sep-2022 |
mseidel |
Updated Ukrainian dictionary (cherry picked from commit 28aba549fd66d094c6b3567f43bca79440757b99) |
| 30c596f2 | 18-Sep-2022 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 23b2c88cd6a69e823600adadb373bff76b7eaa26) |
| a455b7f4 | 17-Sep-2022 |
mseidel |
Cleaned up resource file (cherry picked from commit a5eec534055ac9435019123c230f0b97484dd922) |
| 57a904c9 | 17-Sep-2022 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 6e496631967b81de2ca58b050aa221fc91b6c02b) |
| 3adb8b6e | 09-Sep-2022 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit a27c115a070e5f15bedb543d2a457c4589d7776c) |
| b9f1755f | 06-Sep-2022 |
mseidel |
Fixed wrong position of space |
| c1236e1e | 06-Sep-2022 |
mseidel |
Cleaned up resource file (cherry picked from commit deffb4aca2480e89b12a6e4d4de5e548ba60a8a2) |