-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aoo41 x #196
Closed
Closed
Aoo41 x #196
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 1ad3dbd)
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 710acb7)
https://bz.apache.org/ooo/show_bug.cgi?id=19221 Thank you very much, Laurent! (cherry picked from commit 09edc5a)
(cherry picked from commit 0024531)
This fixes https://bz.apache.org/ooo/show_bug.cgi?id=105913 Many thanks to Oliver Specht! (cherry picked from commit dbca5b1)
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 b0300d3)
(cherry picked from commit 24cebcd)
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 82b311e)
…t() instead of rtl_destroyTextToUnicodeConverter(). This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128539 Patch by: me (cherry picked from commit fb3d764)
…es() 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 6cb0614)
…ffer is full, or the file ends. It shouldn't care about available(). Patch by: me (cherry picked from commit f049104)
- 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 7e29bac)
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 f47a949)
* Update srcrelease.xml * Update srcrelease.xml (cherry picked from commit 0f464f2)
Patch by Carl Marcum. (cherry picked from commit 4ad3f9e)
Freedesktop RPMs should work flawlessly on today's SUSE and openSUSE distributions. (cherry picked from commit 664179b)
* Add files via upload * Additional changes for Cygwin64 patch
(cherry picked from commit 6f722fb)
(cherry picked from commit 3ef6d58)
(cherry picked from commit d98be9a)
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705793 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit fe883e5)
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697501 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 2909275)
Patch by: Ivan Timofeev <timofeev.i.s@gmail.com> resolves error {a+b}over{c+d} --> a+b}over{c+d git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1686597 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 36769aa)
Patch by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1685665 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 7db8e69)
This fixes issue https://bz.apache.org/ooo/show_bug.cgi?id=128313 (cherry picked from commit 98df2d0)
Display the proposed filename even when the URL specified for the file picker directory is invalid. As the Win32 file picker sadly allows both paths and URLs for directories, users try paths on other more restrictive platforms, and since the file picker there shows neither the directory nor the file, they wrongly conclude both are broken. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716508 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 1aa1f6e)
(cherry picked from commit 7e4d1fd)
(cherry picked from commit 423bdb1)
(cherry picked from commit 1b9d139)
(cherry picked from commit dffc0fe)
(cherry picked from commit 383f176)
(cherry picked from commit 3f92111)
Thank you very much for your contribution! (cherry picked from commit 402c6fd)
Such instances may be modified by the callers. If objects are cached, one caller may see its instance unexpectedly modified by another caller. This happened with Transliteration_caseignore instances in bug #126680. (cherry picked from commit f0439ff)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.