-
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
Aoo41 x #196
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 61b52f5 - Browse repository at this point
Copy the full SHA 61b52f5View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0816e5d - Browse repository at this point
Copy the full SHA 0816e5dView commit details
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4f4c39f - Browse repository at this point
Copy the full SHA 4f4c39fView commit details -
Add icon for uno:DataFilterRemoveFilter
(cherry picked from commit 1ad3dbd)
Configuration menu - View commit details
-
Copy full SHA for b2861d6 - Browse repository at this point
Copy the full SHA b2861d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bc34a - Browse repository at this point
Copy the full SHA 14bc34aView commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c84566 - Browse repository at this point
Copy the full SHA 6c84566View commit details -
#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 710acb7)
Configuration menu - View commit details
-
Copy full SHA for aab0785 - Browse repository at this point
Copy the full SHA aab0785View commit details -
https://bz.apache.org/ooo/show_bug.cgi?id=19221 Thank you very much, Laurent! (cherry picked from commit 09edc5a)
Configuration menu - View commit details
-
Copy full SHA for 44b766a - Browse repository at this point
Copy the full SHA 44b766aView commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a33d4ae - Browse repository at this point
Copy the full SHA a33d4aeView commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 22ea211 - Browse repository at this point
Copy the full SHA 22ea211View commit details
Commits on Aug 24, 2022
-
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 dbca5b1)
Configuration menu - View commit details
-
Copy full SHA for 6c6fa46 - Browse repository at this point
Copy the full SHA 6c6fa46View commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for daf3205 - Browse repository at this point
Copy the full SHA daf3205View commit details
Commits on Sep 27, 2022
-
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 b0300d3)
Configuration menu - View commit details
-
Copy full SHA for 29b7853 - Browse repository at this point
Copy the full SHA 29b7853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fdc5d6 - Browse repository at this point
Copy the full SHA 2fdc5d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b3637 - Browse repository at this point
Copy the full SHA e9b3637View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09199ce - Browse repository at this point
Copy the full SHA 09199ceView commit details
Commits on Oct 19, 2022
-
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 82b311e)
Configuration menu - View commit details
-
Copy full SHA for be7a374 - Browse repository at this point
Copy the full SHA be7a374View commit details
Commits on Oct 22, 2022
-
Free the rtl_UnicodeToTextContext with rtl_destroyTextToUnicodeContex…
…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)
Configuration menu - View commit details
-
Copy full SHA for ff5c558 - Browse repository at this point
Copy the full SHA ff5c558View commit details
Commits on Oct 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e0ae8d - Browse repository at this point
Copy the full SHA 4e0ae8dView commit details
Commits on Oct 30, 2022
-
Fix the java.lang.NullPointerException in readBytes() and readSomeByt…
…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)
Configuration menu - View commit details
-
Copy full SHA for 9bca58a - Browse repository at this point
Copy the full SHA 9bca58aView commit details
Commits on Oct 31, 2022
-
InputStreamToXInputStreamAdapter.readBytes() should read until the bu…
…ffer is full, or the file ends. It shouldn't care about available(). Patch by: me (cherry picked from commit f049104)
Configuration menu - View commit details
-
Copy full SHA for 2399883 - Browse repository at this point
Copy the full SHA 2399883View commit details -
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 7e29bac)
Configuration menu - View commit details
-
Copy full SHA for 4271e4a - Browse repository at this point
Copy the full SHA 4271e4aView commit details
Commits on Nov 6, 2022
-
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)
Configuration menu - View commit details
-
Copy full SHA for d6a3fbd - Browse repository at this point
Copy the full SHA d6a3fbdView commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0490829 - Browse repository at this point
Copy the full SHA 0490829View commit details
Commits on Nov 10, 2022
-
Update srcrelease.xml to exclude certain files from Source build (#154)
* Update srcrelease.xml * Update srcrelease.xml (cherry picked from commit 0f464f2)
Configuration menu - View commit details
-
Copy full SHA for 39e2ff3 - Browse repository at this point
Copy the full SHA 39e2ff3View commit details
Commits on Nov 12, 2022
-
Patch by Carl Marcum. (cherry picked from commit 4ad3f9e)
Configuration menu - View commit details
-
Copy full SHA for 5534262 - Browse repository at this point
Copy the full SHA 5534262View commit details
Commits on Nov 21, 2022
-
Remove SuSE packaging information (#160)
Freedesktop RPMs should work flawlessly on today's SUSE and openSUSE distributions. (cherry picked from commit 664179b)
Configuration menu - View commit details
-
Copy full SHA for 3464898 - Browse repository at this point
Copy the full SHA 3464898View commit details
Commits on Nov 28, 2022
-
* Add files via upload * Additional changes for Cygwin64 patch
Configuration menu - View commit details
-
Copy full SHA for dfafe00 - Browse repository at this point
Copy the full SHA dfafe00View commit details
Commits on Nov 29, 2022
-
Cleanup resource file, use correct position for string
(cherry picked from commit 6f722fb)
Configuration menu - View commit details
-
Copy full SHA for c9093c9 - Browse repository at this point
Copy the full SHA c9093c9View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 953cf39 - Browse repository at this point
Copy the full SHA 953cf39View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c6279 - Browse repository at this point
Copy the full SHA c4c6279View commit details -
Configuration menu - View commit details
-
Copy full SHA for da439f6 - Browse repository at this point
Copy the full SHA da439f6View commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7ade7e9 - Browse repository at this point
Copy the full SHA 7ade7e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4adc406 - Browse repository at this point
Copy the full SHA 4adc406View commit details
Commits on Dec 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 626e624 - Browse repository at this point
Copy the full SHA 626e624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2261370 - Browse repository at this point
Copy the full SHA 2261370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c60f8 - Browse repository at this point
Copy the full SHA 54c60f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9007e - Browse repository at this point
Copy the full SHA 0b9007eView commit details -
Set the default JVM classpath to $OOO_BASE_DIR/program
(cherry picked from commit 69af28e)
Configuration menu - View commit details
-
Copy full SHA for 1e5ed18 - Browse repository at this point
Copy the full SHA 1e5ed18View commit details -
Add separator to an already existing path only
(cherry picked from commit a543930)
Configuration menu - View commit details
-
Copy full SHA for 6dbc57f - Browse repository at this point
Copy the full SHA 6dbc57fView commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1f051c - Browse repository at this point
Copy the full SHA c1f051cView commit details
Commits on Dec 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b0fb6f9 - Browse repository at this point
Copy the full SHA b0fb6f9View commit details
Commits on Dec 23, 2022
-
Revert "#i126762# patch by: hanya"
This reverts commit d6a3fbd. This commit produced crashes, needs further investigation.
Configuration menu - View commit details
-
Copy full SHA for 2d4eee1 - Browse repository at this point
Copy the full SHA 2d4eee1View commit details -
* Delete .hgtags Is this still needed? * Delete .hgignore (cherry picked from commit fce8cd7)
Configuration menu - View commit details
-
Copy full SHA for e2fe2ba - Browse repository at this point
Copy the full SHA e2fe2baView commit details
Commits on Dec 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e338bd8 - Browse repository at this point
Copy the full SHA e338bd8View commit details
Commits on Dec 29, 2022
-
When we reach EOF, and SvStream.ReadCsvLine() returned some data,
process that data before returning. Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128548 - "Last CSV line is silently lost on import if last field is quoted and EOF is reached before closing quote" Patch by: me (cherry picked from commit c7ace38)
Configuration menu - View commit details
-
Copy full SHA for 36795fb - Browse repository at this point
Copy the full SHA 36795fbView commit details
Commits on Dec 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 96fb548 - Browse repository at this point
Copy the full SHA 96fb548View commit details
Commits on Dec 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b6736e0 - Browse repository at this point
Copy the full SHA b6736e0View commit details
Commits on Jan 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a4d9cc - Browse repository at this point
Copy the full SHA 8a4d9ccView commit details
Commits on Jan 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8bd01b4 - Browse repository at this point
Copy the full SHA 8bd01b4View commit details
Commits on Jan 4, 2023
-
Cleaned up resource file, removed whitespace
(cherry picked from commit d42a595)
Configuration menu - View commit details
-
Copy full SHA for 5cadf9e - Browse repository at this point
Copy the full SHA 5cadf9eView commit details -
Unifying dimensions and names for StartCenter graphics
(cherry picked from commit 67a4a8d)
Configuration menu - View commit details
-
Copy full SHA for 9cced77 - Browse repository at this point
Copy the full SHA 9cced77View commit details -
Add the "'" entity definition to our HTML parser, so that we can…
… correctly read it and convert it a "'", but when writing to HTML write out the "'" directly for now. Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=80657 Patch by: me (cherry picked from commit 3304210)
Configuration menu - View commit details
-
Copy full SHA for 3e4cee8 - Browse repository at this point
Copy the full SHA 3e4cee8View commit details -
Contributed by Czesław Wolański. (cherry picked from commit 1dc5a79)
Configuration menu - View commit details
-
Copy full SHA for cc69ecb - Browse repository at this point
Copy the full SHA cc69ecbView commit details
Commits on Jan 5, 2023
-
Localized Polish layout templates for Impress.
Contributed by Czesław Wolański. (cherry picked from commit f695974)
Configuration menu - View commit details
-
Copy full SHA for ad2d318 - Browse repository at this point
Copy the full SHA ad2d318View commit details -
Configuration menu - View commit details
-
Copy full SHA for efa4771 - Browse repository at this point
Copy the full SHA efa4771View commit details
Commits on Jan 7, 2023
-
Some 3rd party applications write OOXML files whose ZIP entries have …
…filenames in different casing than their XML files specify, eg. sharedStrings.xml is actually stored in the ZIP file as SharedStrings.xml. Thus, when we can't find files with their intended casing, do a case-insensitive search within their ZIP directory instead. Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=126720 - no text imported from xlsx Patch by: me (cherry picked from commit 0f42b9a)
Configuration menu - View commit details
-
Copy full SHA for 25c6f4b - Browse repository at this point
Copy the full SHA 25c6f4bView commit details
Commits on Jan 8, 2023
-
Issue 125495 - Awkward Chinese (ZH-TW) numbering suffix when importin…
…g RTF document Contributor: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642312 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 6680d08)
Configuration menu - View commit details
-
Copy full SHA for 93ce685 - Browse repository at this point
Copy the full SHA 93ce685View commit details
Commits on Jan 9, 2023
-
When rows and cells lack the "r" attribute used to specify their loca…
…tion, use the location of the most recently added row or cell + 1. Fixes: #127672 - Xlsx with omitted cell references opens with empty cells Patch by: me (cherry picked from commit 9c74104)
Configuration menu - View commit details
-
Copy full SHA for f4ffe9a - Browse repository at this point
Copy the full SHA f4ffe9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a91ee09 - Browse repository at this point
Copy the full SHA a91ee09View commit details
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8aa2985 - Browse repository at this point
Copy the full SHA 8aa2985View commit details
Commits on Jan 14, 2023
-
#i118023# Calc: Cut-and-paste between spreadsheets causes incorrect c…
…ell reference changes When pasting cut cells, Calc updates references to their old positions to instead refer to their new positions. This is done using the tab index, row and column, however the document is not taken into account. As a result, when cutting and pasting between documents, cells in the target document end up getting changed instead of in the source, potentially leading to formula corruption, which is undoable but could easily go unnoticed, causing data loss when the document is saved. We don't really support inter-document reference updates anyway, so fix this bug by restricting reference updates to the intra-document cut and paste case only. Patch by: me Reviewed by: kschenk git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1730772 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit faa11fa)
Configuration menu - View commit details
-
Copy full SHA for 4667429 - Browse repository at this point
Copy the full SHA 4667429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 121b6c7 - Browse repository at this point
Copy the full SHA 121b6c7View commit details -
* Update zlib to 1.2.13 Currently we use zlib 1.2.7 from 2012. This PR updates it to the most recent version 1.2.13 from 2022. I am no developer, but basically we only add a makefile and patch some headers. I could build successfully with this PR on Windows, testing on other OS is welcome! * Further changes for zlib 1.2.13 * chmod 755 (cherry picked from commit 4e512ac)
Configuration menu - View commit details
-
Copy full SHA for 774ffdb - Browse repository at this point
Copy the full SHA 774ffdbView commit details
Commits on Jan 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a2bd4d - Browse repository at this point
Copy the full SHA 3a2bd4dView commit details -
Clean up all of typos that cause header guard warnings when building the
OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit c64f2bb)
Configuration menu - View commit details
-
Copy full SHA for be7fbbe - Browse repository at this point
Copy the full SHA be7fbbeView commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72f4943 - Browse repository at this point
Copy the full SHA 72f4943View commit details -
Fixed typos, removed whitespace
(cherry picked from commit 52230ee)
Configuration menu - View commit details
-
Copy full SHA for ff86dd9 - Browse repository at this point
Copy the full SHA ff86dd9View commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b81575 - Browse repository at this point
Copy the full SHA 3b81575View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbd2df - Browse repository at this point
Copy the full SHA cbbd2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5d053 - Browse repository at this point
Copy the full SHA 3c5d053View commit details
Commits on Jan 18, 2023
-
Removing libjpeg from ext_source since we bootstrap and use it later
with a slightly different name. BTW: The libjpeg bootstrap process really needs to be cleaned up.
Configuration menu - View commit details
-
Copy full SHA for f100fdb - Browse repository at this point
Copy the full SHA f100fdbView commit details
Commits on Jan 20, 2023
-
Check validity of page descriptors
(cherry picked from commit b622dd6)
Configuration menu - View commit details
-
Copy full SHA for 98cbc04 - Browse repository at this point
Copy the full SHA 98cbc04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b612ae - Browse repository at this point
Copy the full SHA 4b612aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65329e3 - Browse repository at this point
Copy the full SHA 65329e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45690e4 - Browse repository at this point
Copy the full SHA 45690e4View commit details
Commits on Jan 23, 2023
-
(cherry picked from commit 2176e6a)
Configuration menu - View commit details
-
Copy full SHA for e4c5647 - Browse repository at this point
Copy the full SHA e4c5647View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aab14ad - Browse repository at this point
Copy the full SHA aab14adView commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c108422 - Browse repository at this point
Copy the full SHA c108422View commit details
Commits on Jan 27, 2023
-
Resized dialog, removed unused elements
(cherry picked from commit f470135)
Configuration menu - View commit details
-
Copy full SHA for b5e95ad - Browse repository at this point
Copy the full SHA b5e95adView commit details
Commits on Jan 28, 2023
-
Show buttons disabled instead of hiding them in Writer
(like we do in Calc) (cherry picked from commit b993da4)
Configuration menu - View commit details
-
Copy full SHA for 5bc7d77 - Browse repository at this point
Copy the full SHA 5bc7d77View commit details -
Small string changes in Calc (changed cell comment)
This fixes: https://bz.apache.org/ooo/show_bug.cgi?id=128557 (cherry picked from commit 375f5ba)
Configuration menu - View commit details
-
Copy full SHA for 661500d - Browse repository at this point
Copy the full SHA 661500dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f8b62 - Browse repository at this point
Copy the full SHA 40f8b62View commit details
Commits on Jan 30, 2023
-
Corrected StarOffice -> OpenOffice, cleanup
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1846354 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 48978db)
Configuration menu - View commit details
-
Copy full SHA for 7e1c306 - Browse repository at this point
Copy the full SHA 7e1c306View commit details -
Small change to Euro Converter dialog
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1859223 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 37dc38a)
Configuration menu - View commit details
-
Copy full SHA for 5777222 - Browse repository at this point
Copy the full SHA 5777222View commit details -
Add EURO as default currency in Croatian locale data
(cherry picked from commit 8504292)
Configuration menu - View commit details
-
Copy full SHA for 6ba668b - Browse repository at this point
Copy the full SHA 6ba668bView commit details -
OpenOffice Calc offers functions for converting from old national cur…
…rencies to EURO. Additional countries joined the euro area: Estonia (2011), Latvia (2014) and Lithuania (2015), see: https://www.ecb.europa.eu/euro/changeover/estonia/html/index.en.html https://www.ecb.europa.eu/euro/changeover/latvia/html/index.en.html https://www.ecb.europa.eu/euro/changeover/lithuania/html/index.en.html This patch adds those currencies and conversion rates for CONVERT (Calc.xcu) and EUROCONVERT (interpr2.cxx). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1859148 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit b87f12b)
Configuration menu - View commit details
-
Copy full SHA for 5ab069a - Browse repository at this point
Copy the full SHA 5ab069aView commit details -
OpenOffice Calc offers functions for converting from old national cur…
…rencies to EURO. Croatia joined the euro area in 2023, see: https://www.ecb.europa.eu/euro/changeover/croatia/html/index.en.html (cherry picked from commit a658d2c)
Configuration menu - View commit details
-
Copy full SHA for 535b2a0 - Browse repository at this point
Copy the full SHA 535b2a0View commit details -
for #i124928, rich text portion could be converted several times, eac…
…h time when it is converted, the string will be set once, but in the setString logic, the text is inserted instead of set. Repeated conversion is unnecessary, add a flag to avoid repeated conversion git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1597503 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit c0670b1)
Clarence Guo authored and Damjan Jovanovic committedJan 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 768bfd8 - Browse repository at this point
Copy the full SHA 768bfd8View commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92c27b5 - Browse repository at this point
Copy the full SHA 92c27b5View commit details
Commits on Feb 5, 2023
-
Fixed typo (existant -> existent)
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1810324 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit a1090ed)
Configuration menu - View commit details
-
Copy full SHA for b5fe907 - Browse repository at this point
Copy the full SHA b5fe907View commit details -
Cleaning up Euro Converter wizard, moving graphics from bmp to png
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1846157 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 79ff062)
Configuration menu - View commit details
-
Copy full SHA for cf5c25e - Browse repository at this point
Copy the full SHA cf5c25eView commit details -
Cleaned up resource file for Euro converter
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847189 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit a2aef65)
Configuration menu - View commit details
-
Copy full SHA for bd4036b - Browse repository at this point
Copy the full SHA bd4036bView commit details
Commits on Feb 7, 2023
-
Allow the XLSX Relationship "Target" attribute in _rels/.rels to have…
… superfluous slashes. Fixes: #117672 - Opening XLSX fails when the Relationship "Target" attribute in _rels/.rels has superfluous slashes Patch by: me (cherry picked from commit 3ff2b12)
Damjan Jovanovic committedFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 74eb9fe - Browse repository at this point
Copy the full SHA 74eb9feView commit details -
Add support for the new XLSX date type in cells, denoted with attribu…
…te t="d", used by Excel 2010. Also refactor the code so the datetime attribute in pivot tables is also parsed by the same function, and increase the parsing accuracy to the maximum (HundredthSeconds, instead of just Seconds). Fixes: #127034 - xlsx file: imported DateTime cells are empty (Excel 2010 compatible) Patch by: me (cherry picked from commit 9621e55)
Configuration menu - View commit details
-
Copy full SHA for 1f71f1d - Browse repository at this point
Copy the full SHA 1f71f1dView commit details -
Our XSLT-based MS Office 2003 SpreadsheetML format import filter, whe…
…n doing conversion from R1C1 style column references to our A1 style references, had a bug where it was treating the column value as 0-based, and dividing by 26 to find the 1st letter and taking the remainder when divided by 26 for the second letter. Those numbers are then each converted to a letter [0 = nothing, 1 = "A", 2 = "B", ..., 26 = "Z"]. However since R1C1 is 1-based, and not 0-based, this breaks for column numbers which are multiples of 26, as 26 mod 26 = 0, so the least significant digit is converted to nothing while the most significant digit gets incremented too early. Fix this by converting the column number to 0-based by subtracting 1 before calculation, then adding 1 to the least significant digit afterwards. Also the fact we have 2 letters limited us to a maximum of 26^2 = 676 columns, after which column references would wrap around. Fix this too, by adding a 3rd letter, which lets us address a maximum of 17576 columns. Add a sample file to our unit tests. Found by: alex dot plantema at xs4all dot nl Patch by: me (cherry picked from commit 577fe17)
Damjan Jovanovic committedFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 0285e67 - Browse repository at this point
Copy the full SHA 0285e67View commit details -
Dates and times are loaded wrongly from SpreadsheetML files, because …
…the filter loads only the date or time portion of the ss:DateTime based on the cell's style. Rather always load the ss:DateTime as our ODF office:date-value in the XMLSchema-2 dateTime format, with both its date and time part, and then rely on formatting to display only the date or time as desired. Fixes: #82849 - SpreadsheetML ss:DateTime cell value is loaded as either only a date or a time Patch by: Philip J. Turmel <philip@turmel.org> Reviewed by: me (cherry picked from commit 0db4a4f)
Damjan Jovanovic committedFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 4926b38 - Browse repository at this point
Copy the full SHA 4926b38View commit details -
When importing SpreadsheetML ss:DateTime, import the entire value, no…
…t only the first 19 characters. Add a test file for this bug. Fixes: #128554 - Office 2003 SpreadsheetML: fractional seconds are silently ignored during import Patch by: me (cherry picked from commit 195282c)
Damjan Jovanovic committedFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for ffb2f9c - Browse repository at this point
Copy the full SHA ffb2f9cView commit details -
In ODF (19.679.2 of ODF 1.3), the <table:covered-table-cell> element's
table:number-columns-repeated attribute has a default value of 1, meaning the cell spans the cell to its right. However when the XSLT import filter converts from SpreadsheetML's ss:MergeAcross to ODF's table:number-columns-repeated, it always inserts a <table:covered-table-cell> element, and then adds the table:number-columns-repeated attribute only if it is greater than 1. This breaks when ss:MergeAcross="0", because ODF's defaulting to 1 ends up occupying an extra empty cell to the right when it shouldn't. Fix this by only inserting the <table:covered-table-cell> when ss:MergeAcross > 0. Add a test document to prove this. Fixes #100989 - SpreadsheetML: cell with ss:MergeAcross="0" gets an extra empty cell to the right Patch by: me (cherry picked from commit a896732)
Damjan Jovanovic committedFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for d1836b6 - Browse repository at this point
Copy the full SHA d1836b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fdfc99 - Browse repository at this point
Copy the full SHA 4fdfc99View commit details -
Scripts check their "Referer". Menu choices always set a trusted "Ref…
…erer". (cherry picked and adapted from commit 98c68b9)
Configuration menu - View commit details
-
Copy full SHA for 5e03f7d - Browse repository at this point
Copy the full SHA 5e03f7dView commit details -
Add a "referer" property to SfxObjectShell::CallXScript() and trust m…
…acros explicitly requested by the user (cherry picked and adapted from commit 9112548)
Configuration menu - View commit details
-
Copy full SHA for e2d7a90 - Browse repository at this point
Copy the full SHA e2d7a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 419755b - Browse repository at this point
Copy the full SHA 419755bView commit details
Commits on Feb 8, 2023
-
Windows is missing the round() function, try include <math.h>.
Patch by: me (cherry picked from commit a2fc620)
Configuration menu - View commit details
-
Copy full SHA for ab427ea - Browse repository at this point
Copy the full SHA ab427eaView commit details -
Use our own round() function declared in rtl's math.hxx, instead of t…
…he system round() function only available in C99 compilers. Patch by: me (cherry picked from commit 669616f)
Configuration menu - View commit details
-
Copy full SHA for b253e30 - Browse repository at this point
Copy the full SHA b253e30View commit details -
rtl's round function is in the namespace ::rtl::math.
Patch by: me (cherry picked from commit 01172de)
Configuration menu - View commit details
-
Copy full SHA for a0d24fb - Browse repository at this point
Copy the full SHA a0d24fbView commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75d569a - Browse repository at this point
Copy the full SHA 75d569aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b0a2b - Browse repository at this point
Copy the full SHA c1b0a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8064643 - Browse repository at this point
Copy the full SHA 8064643View commit details -
Update to expat-2.5.0 Patched into version 2.5.0-aoo. (cherry picked from commit b6c96fb)
Configuration menu - View commit details
-
Copy full SHA for 9ceaae4 - Browse repository at this point
Copy the full SHA 9ceaae4View commit details -
CID: 705753 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1721695 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 2fcb977)
Configuration menu - View commit details
-
Copy full SHA for 2650be2 - Browse repository at this point
Copy the full SHA 2650be2View commit details -
#i126753# fix invalid parse of GSUB table for OpenType fonts
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1721674 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit b784edb)
Configuration menu - View commit details
-
Copy full SHA for d61abae - Browse repository at this point
Copy the full SHA d61abaeView commit details -
(cherry picked from commit 248a2d5)
Configuration menu - View commit details
-
Copy full SHA for 69daa5c - Browse repository at this point
Copy the full SHA 69daa5cView commit details -
* Updated icon * Additional icons (cherry picked from commit 05d6d33)
Configuration menu - View commit details
-
Copy full SHA for 295b29a - Browse repository at this point
Copy the full SHA 295b29aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef96bc2 - Browse repository at this point
Copy the full SHA ef96bc2View commit details -
Elements on cropmarker share borders. Separate them from each other.
(cherry picked from commit 062a78f)
Configuration menu - View commit details
-
Copy full SHA for 8b6ef4e - Browse repository at this point
Copy the full SHA 8b6ef4eView commit details -
Updated to the latest version:
- config.guess: 2022-09-17 - config.sub: 2022-09-17
Configuration menu - View commit details
-
Copy full SHA for 88920d5 - Browse repository at this point
Copy the full SHA 88920d5View commit details -
#127044# - Defects in the code
Commit fixes for sub-issues 1, 2, 5, 9 and 10. Found by: AppChecker <appchecker at cnpo.ru> Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814705 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit f1d3244)
Configuration menu - View commit details
-
Copy full SHA for 441693e - Browse repository at this point
Copy the full SHA 441693eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfaf75e - Browse repository at this point
Copy the full SHA cfaf75eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b66cacc - Browse repository at this point
Copy the full SHA b66caccView commit details
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5fb93ec - Browse repository at this point
Copy the full SHA 5fb93ecView commit details -
Issue 125400 - CJK numbering ordered list fallback to Arabic numerals
Contributor: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642310 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 9156891)
Configuration menu - View commit details
-
Copy full SHA for c43a074 - Browse repository at this point
Copy the full SHA c43a074View commit details
Commits on Mar 2, 2023
-
Use simple handles for crop marker
(cherry picked from commit 85520d3)
Configuration menu - View commit details
-
Copy full SHA for 0f9cb8b - Browse repository at this point
Copy the full SHA 0f9cb8bView commit details
Commits on Mar 3, 2023
-
Add crop markers for Industrial icon theme
(cherry picked from commit bffc389)
Configuration menu - View commit details
-
Copy full SHA for c8f9962 - Browse repository at this point
Copy the full SHA c8f9962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95dc5ec - Browse repository at this point
Copy the full SHA 95dc5ecView commit details
Commits on Mar 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a092677 - Browse repository at this point
Copy the full SHA a092677View commit details
Commits on Mar 10, 2023
-
Ensure compatibility with GNU Make 4.4 (#175)
Change a pattern rule with multiple targets into multiple pattern rules with single targets. Also, correct an inessential whitespace. (cherry picked and adapted from commit ef6e816)
Configuration menu - View commit details
-
Copy full SHA for 415f69a - Browse repository at this point
Copy the full SHA 415f69aView commit details
Commits on Mar 11, 2023
-
Add markers for Industrial icon theme
(cherry picked from commit f005e78)
Configuration menu - View commit details
-
Copy full SHA for c25062b - Browse repository at this point
Copy the full SHA c25062bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a5a07 - Browse repository at this point
Copy the full SHA 92a5a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for b593925 - Browse repository at this point
Copy the full SHA b593925View commit details
Commits on Mar 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d51995 - Browse repository at this point
Copy the full SHA 2d51995View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f60fb - Browse repository at this point
Copy the full SHA c8f60fbView commit details -
CID: 1229496 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716174 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 20a3ff3)
Configuration menu - View commit details
-
Copy full SHA for 602bfd8 - Browse repository at this point
Copy the full SHA 602bfd8View commit details -
CID: 1158520 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716173 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 47edcb9)
Configuration menu - View commit details
-
Copy full SHA for e467b8b - Browse repository at this point
Copy the full SHA e467b8bView commit details -
CID: 1028321, 1028322, 1028323 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716157 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 788ab39)
Configuration menu - View commit details
-
Copy full SHA for 024fb56 - Browse repository at this point
Copy the full SHA 024fb56View commit details
Commits on Mar 14, 2023
-
correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=1…
…20336 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847893 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 4e5ac20)
Configuration menu - View commit details
-
Copy full SHA for b88f496 - Browse repository at this point
Copy the full SHA b88f496View commit details
Commits on Mar 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 710ebf5 - Browse repository at this point
Copy the full SHA 710ebf5View commit details -
Auto-disable use of pthread_mutexattr_setkind_np due to compile error…
…s (Revised-Revised) The code being disabled here causes a compilation issue on Ubuntu Jammy Jellyfish. (undefined reference to `pthread_mutexattr_setkind_np`) The best I can tell, https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2003146 explains this somewhat. This workaround likely hasn't been necessary for the past 20 years, if glibc "converted to git" repositories are any indication (see for instance https://github.com/lattera/glibc/blob/d82e4c7bb231c9e0f835bd46467563ac3b56cebe/linuxthreads/sysdeps/pthread/pthread.h ). And indeed, anyone who would be attempting to run OpenOffice on such a system would likely encounter issues with the other varied libraries in use. Unfortunately other compilation issues prevented me from performing a full test, but osl mutex tests pass at least. (cherry picked from commit 02cabb0)
Configuration menu - View commit details
-
Copy full SHA for d5b37d1 - Browse repository at this point
Copy the full SHA d5b37d1View commit details
Commits on Mar 19, 2023
-
Replace egrep -> grep -E, general cleanup
(cherry picked from commit 1ec272b)
Configuration menu - View commit details
-
Copy full SHA for d063cc0 - Browse repository at this point
Copy the full SHA d063cc0View commit details
Commits on Mar 20, 2023
-
fgrep is deprecated and may be removed soon, use grep -F instead (#173)
* Update makedepn * Minor change to commentregarding fgrep (cherry picked from commit 710881b)
Configuration menu - View commit details
-
Copy full SHA for 55221da - Browse repository at this point
Copy the full SHA 55221daView commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2008a81 - Browse repository at this point
Copy the full SHA 2008a81View commit details -
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1848859 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit bc79de7)
Configuration menu - View commit details
-
Copy full SHA for a2221f5 - Browse repository at this point
Copy the full SHA a2221f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 773f11e - Browse repository at this point
Copy the full SHA 773f11eView commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 553cdde - Browse repository at this point
Copy the full SHA 553cddeView commit details
Commits on Mar 25, 2023
-
Set correct values for graphics cache
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1836291 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit f2045c0)
Configuration menu - View commit details
-
Copy full SHA for 17b6c4a - Browse repository at this point
Copy the full SHA 17b6c4aView commit details -
Increase defaults for graphic cache (#161)
(cherry picked from commit 5c18dcd)
Configuration menu - View commit details
-
Copy full SHA for a3cc744 - Browse repository at this point
Copy the full SHA a3cc744View commit details
Commits on Mar 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da0173f - Browse repository at this point
Copy the full SHA da0173fView commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6d3775 - Browse repository at this point
Copy the full SHA b6d3775View commit details
Commits on Mar 29, 2023
-
Updated LICENSE for Expat 2.5.0
(cherry picked from commit e4e50d7)
Configuration menu - View commit details
-
Copy full SHA for 26665e4 - Browse repository at this point
Copy the full SHA 26665e4View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c50934e - Browse repository at this point
Copy the full SHA c50934eView commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d95eb78 - Browse repository at this point
Copy the full SHA d95eb78View commit details
Commits on Apr 1, 2023
-
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595439 …
…13f79535-47bb-0310-9956-ffa450edef68 (cherry picked and adapted from commit 718aea4)
Configuration menu - View commit details
-
Copy full SHA for b57309c - Browse repository at this point
Copy the full SHA b57309cView commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a90d9e - Browse repository at this point
Copy the full SHA 2a90d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 777ec61 - Browse repository at this point
Copy the full SHA 777ec61View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9aaaa13 - Browse repository at this point
Copy the full SHA 9aaaa13View commit details -
i124497 Corrected object description placeholder from %O to %1
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1580818 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 24c1344)
Configuration menu - View commit details
-
Copy full SHA for 7f54938 - Browse repository at this point
Copy the full SHA 7f54938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d3ed5 - Browse repository at this point
Copy the full SHA 48d3ed5View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b569710 - Browse repository at this point
Copy the full SHA b569710View commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63c7daf - Browse repository at this point
Copy the full SHA 63c7dafView commit details
Commits on Apr 8, 2023
-
Add transparent border to avoid repaint issues
(cherry picked from commit 4b80333)
Configuration menu - View commit details
-
Copy full SHA for c4884ca - Browse repository at this point
Copy the full SHA c4884caView commit details
Commits on Apr 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 330b556 - Browse repository at this point
Copy the full SHA 330b556View commit details -
Configuration menu - View commit details
-
Copy full SHA for a408967 - Browse repository at this point
Copy the full SHA a408967View commit details
Commits on Apr 10, 2023
-
pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == 0 instead of only: pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == GetDocumentID() in ScDocument::CopyBlockFromClip(), because that's what it is when cells are dragged and dropped instead of cut and pasted. Fixes: #128566 - cell displacement problem Patch by: me (cherry picked from commit 3accd9b)
Damjan Jovanovic committedApr 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 90c740b - Browse repository at this point
Copy the full SHA 90c740bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e75f789 - Browse repository at this point
Copy the full SHA e75f789View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 97489b1 - Browse repository at this point
Copy the full SHA 97489b1View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e34cc7 - Browse repository at this point
Copy the full SHA 8e34cc7View commit details
Commits on Apr 22, 2023
-
See: https://bz.apache.org/ooo/show_bug.cgi?id=61244 (cherry picked from commit 2028316)
Configuration menu - View commit details
-
Copy full SHA for 900c79c - Browse repository at this point
Copy the full SHA 900c79cView commit details -
Fixes using the incorrect variable. See https://bz.apache.org/ooo/show_bug.cgi?id=127895 (cherry picked from commit b82be50)
1Configuration menu - View commit details
-
Copy full SHA for e4c033a - Browse repository at this point
Copy the full SHA e4c033aView commit details
Commits on Apr 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ab01d1 - Browse repository at this point
Copy the full SHA 3ab01d1View commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8524b26 - Browse repository at this point
Copy the full SHA 8524b26View commit details
Commits on May 2, 2023
-
Add icons for find toolbar (Industrial)
(cherry picked from commit 6556a8b)
Configuration menu - View commit details
-
Copy full SHA for 723eb47 - Browse repository at this point
Copy the full SHA 723eb47View commit details
Commits on May 4, 2023
-
Icons for find toolbar (Industrial), revised versions
(cherry picked from commit a17fb14)
Configuration menu - View commit details
-
Copy full SHA for ece1993 - Browse repository at this point
Copy the full SHA ece1993View commit details
Commits on May 12, 2023
-
Patch by: me (cherry picked from commit c63082e)
Configuration menu - View commit details
-
Copy full SHA for c42e87e - Browse repository at this point
Copy the full SHA c42e87eView commit details -
main/xmloff: eliminate a duplicate deliverable
Patch by: me (cherry picked from commit 85bfc14)
Configuration menu - View commit details
-
Copy full SHA for c6b3ebf - Browse repository at this point
Copy the full SHA c6b3ebfView commit details
Commits on May 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5926b4 - Browse repository at this point
Copy the full SHA b5926b4View commit details -
Ignore /log folder created by build.pl --html
(cherry picked from commit b8d88ba)
Configuration menu - View commit details
-
Copy full SHA for c5861ff - Browse repository at this point
Copy the full SHA c5861ffView commit details
Commits on May 17, 2023
-
Merge pull request #177 from apache/Pilot-Pirx-glue
Remove unused(?) code and its declaration
Configuration menu - View commit details
-
Copy full SHA for 5876ddc - Browse repository at this point
Copy the full SHA 5876ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f78aa3 - Browse repository at this point
Copy the full SHA 3f78aa3View commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4e4655 - Browse repository at this point
Copy the full SHA d4e4655View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78e1246 - Browse repository at this point
Copy the full SHA 78e1246View commit details -
Added missing delimiter, fixed code for page layout
(cherry picked from commit 9a2b249)
Configuration menu - View commit details
-
Copy full SHA for 09e49f8 - Browse repository at this point
Copy the full SHA 09e49f8View commit details
Commits on May 20, 2023
-
Remove part from Help that is not present in the dialog. Leftover?
(cherry picked from commit 3c4c685)
Configuration menu - View commit details
-
Copy full SHA for 99c7503 - Browse repository at this point
Copy the full SHA 99c7503View commit details -
Configuration menu - View commit details
-
Copy full SHA for b93dd68 - Browse repository at this point
Copy the full SHA b93dd68View commit details
Commits on May 21, 2023
-
Added remaining files to exclude list
(cherry picked from commit ca7bbf1)
Configuration menu - View commit details
-
Copy full SHA for 4fbfbae - Browse repository at this point
Copy the full SHA 4fbfbaeView commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c968049 - Browse repository at this point
Copy the full SHA c968049View commit details -
Corrected typo (Graphyic -> Graphic)
(cherry picked from commit cf03d99)
Configuration menu - View commit details
-
Copy full SHA for 3dd97e5 - Browse repository at this point
Copy the full SHA 3dd97e5View commit details -
Reverted the string change and commented out the code in the sidebar.
This fixes issue 124372: https://bz.apache.org/ooo/show_bug.cgi?id=124372 (cherry picked from commit f1575a5)
Configuration menu - View commit details
-
Copy full SHA for fb13f12 - Browse repository at this point
Copy the full SHA fb13f12View commit details -
CID: 1028073 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716170 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 17c8a82)
Configuration menu - View commit details
-
Copy full SHA for 47d9c12 - Browse repository at this point
Copy the full SHA 47d9c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0152646 - Browse repository at this point
Copy the full SHA 0152646View commit details -
Recode files from CRLF to LF, removed whitespace, minor corrections t…
…o comments (cherry picked from commit f028899)
Configuration menu - View commit details
-
Copy full SHA for 718f69e - Browse repository at this point
Copy the full SHA 718f69eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716654a - Browse repository at this point
Copy the full SHA 716654aView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3d35bd - Browse repository at this point
Copy the full SHA a3d35bdView commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93a5026 - Browse repository at this point
Copy the full SHA 93a5026View commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a24a54a - Browse repository at this point
Copy the full SHA a24a54aView commit details
Commits on Jun 2, 2023
-
Small changes to Help Authoring Tool
(cherry picked from commit 4cb6727)
Configuration menu - View commit details
-
Copy full SHA for de6e477 - Browse repository at this point
Copy the full SHA de6e477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b56c2 - Browse repository at this point
Copy the full SHA 48b56c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d60d0c6 - Browse repository at this point
Copy the full SHA d60d0c6View commit details
Commits on Jun 3, 2023
-
Fixed the "lonely bullets" problem.
Credits go to: cwolan (cherry picked from commit df377c0)
Configuration menu - View commit details
-
Copy full SHA for 9950a3a - Browse repository at this point
Copy the full SHA 9950a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 869f32e - Browse repository at this point
Copy the full SHA 869f32eView commit details
Commits on Jun 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80030a2 - Browse repository at this point
Copy the full SHA 80030a2View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df414ed - Browse repository at this point
Copy the full SHA df414edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e8200 - Browse repository at this point
Copy the full SHA 23e8200View commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22a07d5 - Browse repository at this point
Copy the full SHA 22a07d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 237d872 - Browse repository at this point
Copy the full SHA 237d872View commit details
Commits on Jun 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 422598a - Browse repository at this point
Copy the full SHA 422598aView commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6db19bb - Browse repository at this point
Copy the full SHA 6db19bbView commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef66202 - Browse repository at this point
Copy the full SHA ef66202View commit details
Commits on Jul 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf91942 - Browse repository at this point
Copy the full SHA bf91942View commit details
Commits on Jul 13, 2023
-
Defined some variables to reduce warnings while packaging for Windows
(cherry picked from commit 1746dd2)
Configuration menu - View commit details
-
Copy full SHA for ab0e39d - Browse repository at this point
Copy the full SHA ab0e39dView commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efbd362 - Browse repository at this point
Copy the full SHA efbd362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f61056 - Browse repository at this point
Copy the full SHA 7f61056View commit details
Commits on Jul 25, 2023
-
Make thumbnail border less dominant
(cherry picked from commit 2fc0df2)
Configuration menu - View commit details
-
Copy full SHA for a8a0e39 - Browse repository at this point
Copy the full SHA a8a0e39View commit details
Commits on Jul 31, 2023
-
Another small change for Windows thumbnail creation
(cherry picked from commit ef262ac)
Configuration menu - View commit details
-
Copy full SHA for 7e8066a - Browse repository at this point
Copy the full SHA 7e8066aView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f8466a - Browse repository at this point
Copy the full SHA 4f8466aView commit details
Commits on Aug 11, 2023
-
Remove shadow from preview (insertion) in slide sorter (Draw/Impress)
(cherry picked from commit 1e6f86d)
Configuration menu - View commit details
-
Copy full SHA for e6e2bb5 - Browse repository at this point
Copy the full SHA e6e2bb5View commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ab6c38 - Browse repository at this point
Copy the full SHA 5ab6c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8373b0 - Browse repository at this point
Copy the full SHA a8373b0View commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c41e8a - Browse repository at this point
Copy the full SHA 3c41e8aView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bf924f - Browse repository at this point
Copy the full SHA 1bf924fView commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cec2305 - Browse repository at this point
Copy the full SHA cec2305View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0306a91 - Browse repository at this point
Copy the full SHA 0306a91View commit details
Commits on Sep 9, 2023
-
Removing commons-httpclient from ext_source since we bootstrap it lat…
…er when needed (cherry picked from commit 0c352e1)
Configuration menu - View commit details
-
Copy full SHA for 2957f65 - Browse repository at this point
Copy the full SHA 2957f65View commit details -
Removing icu4c from ext_source since we bootstrap it later
(cherry picked from commit 3ef6d58)
Configuration menu - View commit details
-
Copy full SHA for 5d0b249 - Browse repository at this point
Copy the full SHA 5d0b249View commit details
Commits on Sep 12, 2023
-
Removing hsqldb from ext_source since we bootstrap it later
(cherry picked from commit d98be9a)
Configuration menu - View commit details
-
Copy full SHA for efedb85 - Browse repository at this point
Copy the full SHA efedb85View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e416a10 - Browse repository at this point
Copy the full SHA e416a10View commit details
Commits on Oct 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aadf423 - Browse repository at this point
Copy the full SHA aadf423View commit details
Commits on Oct 8, 2023
-
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705793 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit fe883e5)
Configuration menu - View commit details
-
Copy full SHA for a4efec7 - Browse repository at this point
Copy the full SHA a4efec7View commit details -
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697501 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 2909275)
Configuration menu - View commit details
-
Copy full SHA for 376de1e - Browse repository at this point
Copy the full SHA 376de1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55256c8 - Browse repository at this point
Copy the full SHA 55256c8View commit details -
#i126366 Do not remove outer braces
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)
Configuration menu - View commit details
-
Copy full SHA for 4d0df65 - Browse repository at this point
Copy the full SHA 4d0df65View commit details -
#i126367 existing command text is repeated when insert formula
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)
Configuration menu - View commit details
-
Copy full SHA for 79ee02b - Browse repository at this point
Copy the full SHA 79ee02bView commit details
Commits on Oct 9, 2023
-
This fixes issue https://bz.apache.org/ooo/show_bug.cgi?id=128313 (cherry picked from commit 98df2d0)
Configuration menu - View commit details
-
Copy full SHA for bdaa6f7 - Browse repository at this point
Copy the full SHA bdaa6f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b458b - Browse repository at this point
Copy the full SHA 87b458bView commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c32911 - Browse repository at this point
Copy the full SHA 7c32911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8343de8 - Browse repository at this point
Copy the full SHA 8343de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8bb0a - Browse repository at this point
Copy the full SHA ac8bb0aView commit details
Commits on Oct 14, 2023
-
#i96720# FilePicker: setDefaultName, setDefaultDirectory "broken"
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)
Configuration menu - View commit details
-
Copy full SHA for de4f303 - Browse repository at this point
Copy the full SHA de4f303View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a12a2c - Browse repository at this point
Copy the full SHA 0a12a2cView commit details
Commits on Nov 8, 2023
-
Make method sfx2::LinkManager::GetUserAllowsLinkUpdate public
(cherry picked from commit 423bdb1)
Configuration menu - View commit details
-
Copy full SHA for f92f29d - Browse repository at this point
Copy the full SHA f92f29dView commit details -
Use sfx2::LinkManager::GetUserAllowsLinkUpdate()
(cherry picked from commit 1b9d139)
Configuration menu - View commit details
-
Copy full SHA for f8c074b - Browse repository at this point
Copy the full SHA f8c074bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14d0842 - Browse repository at this point
Copy the full SHA 14d0842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0147665 - Browse repository at this point
Copy the full SHA 0147665View commit details -
Remove HC icons from Industrial icon set
(cherry picked from commit 383f176)
Configuration menu - View commit details
-
Copy full SHA for 03dda21 - Browse repository at this point
Copy the full SHA 03dda21View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b78c8 - Browse repository at this point
Copy the full SHA e1b78c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdecdc5 - Browse repository at this point
Copy the full SHA cdecdc5View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce6abae - Browse repository at this point
Copy the full SHA ce6abaeView commit details
Commits on Nov 11, 2023
-
Allow all links in online help documents
(cherry picked from commit 3f92111)
Configuration menu - View commit details
-
Copy full SHA for 8d6615f - Browse repository at this point
Copy the full SHA 8d6615fView commit details
Commits on Nov 14, 2023
-
Thank you very much for your contribution! (cherry picked from commit 402c6fd)
Configuration menu - View commit details
-
Copy full SHA for a3cca4d - Browse repository at this point
Copy the full SHA a3cca4dView commit details -
Do not cache instances of com.sun.star.i18n.Transliteration.l10n
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)
Configuration menu - View commit details
-
Copy full SHA for 5f13fa0 - Browse repository at this point
Copy the full SHA 5f13fa0View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7142d07 - Browse repository at this point
Copy the full SHA 7142d07View commit details