History log of /trunk/ (Results 751 - 775 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
32780b3b18-Nov-2022 mseidel

Fixed typo (Meun -> Menu)

19a3086218-Nov-2022 mseidel

Fixed typo (verion -> version)

8b33d20718-Nov-2022 mseidel

Fixed typo (verion -> version) and some more

39acede316-Nov-2022 mseidel

Fixed typos

4ad3f9e912-Nov-2022 Arrigo Marchiori

Align to expat-2.2.13

Patch by Carl Marcum.

6e1ccbb010-Nov-2022 Bidouille

Fix for Issue 114497 (#151)

0f464f2410-Nov-2022 Matthias Seidel

Update srcrelease.xml to exclude certain files from Source build (#154)

* Update srcrelease.xml

* Update srcrelease.xml

ae40ccb003-Nov-2022 mseidel

Cleanup resource file, small string change

8104b08229-Oct-2022 mseidel

Updated English dictionary

611d975325-Oct-2022 Bidouille

Update dabawiz01.xhp (#159)

https for HSQL website

02641f8624-Oct-2022 mseidel

Cleanup resource file

fb3d764621-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 ...

82b311e919-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!

7e29bacc16-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 ...

f049104216-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

6cb0614216-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 ...

ed2dba9c13-Oct-2022 mseidel

Fixed typo (continueing -> continuing) / final step

461facd312-Oct-2022 Damjan Jovanovic

"expat" is not required to build "lucene" or "openssl".

Patch by: me

1aad1b4411-Oct-2022 Matthias Seidel

Update unomap.cxx

8b1e061411-Oct-2022 Matthias Seidel

Update unomap.cxx

cb5f33c609-Oct-2022 mseidel

Fixed typo (continueing -> continuing) and some other / 3rd step

09b5391507-Oct-2022 mseidel

Fixed typo (continueing -> continuing) and some other / 2nd step

ea7dd2d006-Oct-2022 mseidel

Fixed typo (continueing -> continuing) and some other

47b4b2ce05-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 ...

f700086802-Oct-2022 mseidel

Removed whitespace, partial translation

1...<<31323334353637383940>>...342