Skip to content
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
wants to merge 1,195 commits into from
Closed

Aoo41 x #196

wants to merge 1,195 commits into from

Conversation

Pilot-Pirx
Copy link
Member

No description provided.

Pilot-Pirx and others added 30 commits August 1, 2022 23:47
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
Pilot-Pirx and others added 28 commits September 9, 2023 21:49
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)
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 dffc0fe)
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants