History log of /aoo41x/ (Results 326 - 350 of 5867)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c9093c9b29-Nov-2022 mseidel

Cleanup resource file, use correct position for string

(cherry picked from commit 6f722fb47ad68d1ffcf8800770a6386bc83d9925)

dfafe00728-Nov-2022 Matthias Seidel

Add patch for cygwin64 (#162)

* Add files via upload

* Additional changes for Cygwin64 patch

3464898620-Nov-2022 Arrigo Marchiori

Remove SuSE packaging information (#160)

Freedesktop RPMs should work flawlessly on today's SUSE and openSUSE distributions.

(cherry picked from commit 664179ba5071ff5205c08a508a29c

Remove SuSE packaging information (#160)

Freedesktop RPMs should work flawlessly on today's SUSE and openSUSE distributions.

(cherry picked from commit 664179ba5071ff5205c08a508a29c2d933f1881b)

show more ...

5534262912-Nov-2022 Arrigo Marchiori

Align to expat-2.2.13

Patch by Carl Marcum.

(cherry picked from commit 4ad3f9e955ba9bfdf2c6f709f60fdfc6f095c25a)

39e2ff3610-Nov-2022 Matthias Seidel

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

* Update srcrelease.xml

* Update srcrelease.xml

(cherry picked from commit 0f464f241f371015fe29cdc2e

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

* Update srcrelease.xml

* Update srcrelease.xml

(cherry picked from commit 0f464f241f371015fe29cdc2e8d173b0e508f381)

show more ...

0490829007-Nov-2022 mseidel

Corrected strings in French SDF

d6a3fbd028-Jan-2016 Kay Schenk

#i126762# patch by: hanya
Ignore dictionary not in specified location.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1727441 13f79535-47bb-0310-9956-ffa450edef68
(che

#i126762# patch by: hanya
Ignore dictionary not in specified location.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1727441 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f47a9491cb8c1a3c71077c4073d7d9e69e1885f0)

show more ...

4271e4a816-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 ...

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

9bca58a716-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 ...

4e0ae8d229-Oct-2022 mseidel

Updated English dictionary

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

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

09199ceb29-Sep-2022 mseidel

Updated English dictionary

e9b3637d27-Sep-2022 mseidel

Add fixed line in dialog

(cherry picked from commit 24cebcdcd082893769c03848515688e48399d033)

2fdc5d6f27-Sep-2022 mseidel

Cleanup resource file

29b7853727-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 ...

daf3205b01-Sep-2022 mseidel

Updated English dictionary

6c6fa46124-Aug-2022 mseidel

Remove superfluous space in tooltip

This fixes

https://bz.apache.org/ooo/show_bug.cgi?id=105913

Many thanks to Oliver Specht!

(cherry picked from commit dbca5b1a75

Remove superfluous space in tooltip

This fixes

https://bz.apache.org/ooo/show_bug.cgi?id=105913

Many thanks to Oliver Specht!

(cherry picked from commit dbca5b1a75ddace19141aafd9609bcc4c13a8b89)

show more ...

22ea211e22-Aug-2022 mseidel

Fixed typos (TOOD -> TODO)

(cherry picked from commit 00245318452aeba6d36c95ae7db8b7b7a688e764)

a33d4aea11-Aug-2022 mseidel

Corrected strings in German SDF

44b766a331-Jul-2022 mseidel

Fix for regression in

https://bz.apache.org/ooo/show_bug.cgi?id=19221

Thank you very much, Laurent!

(cherry picked from commit 09edc5ae9fb853902001b332819f1d7f468c4806)

aab0785a15-Dec-2015 Damjan Jovanovic

#i19221# Print Tab(5); "Hello" does not work

Implement the Tab() function in AOO Basic.

Patch by: me

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1720071

#i19221# Print Tab(5); "Hello" does not work

Implement the Tab() function in AOO Basic.

Patch by: me

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1720071 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 710acb7fec04e2be4f9e8dd01b61043205894bd5)

show more ...

6c84566108-Aug-2022 mseidel

Corrected strings in German SDF

14bc34a305-Aug-2022 mseidel

Add icon for uno:DataFilterRemoveFilter (Classic icon set)

1...<<11121314151617181920>>...235