73fec56a | 20-Apr-2024 |
mseidel |
Fixed typos |
61aee323 | 13-Feb-2024 |
Damjan Jovanovic |
When copying charts, shapes, etc. out of OpenOffice, export them to the clipboard in the (lossless) SVG graphics format as well. This can be pasted into GIMP, Inkscape, and other apps, u
When copying charts, shapes, etc. out of OpenOffice, export them to the clipboard in the (lossless) SVG graphics format as well. This can be pasted into GIMP, Inkscape, and other apps, unlike our current WMF/EMF clipboard formats which use private MIME types that nothing supports. Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=112829 - Copy & paste of OLE object to Gimp fails with error message Patch by: me
show more ...
|
552030f1 | 06-Feb-2024 |
mseidel |
Clean up resource files |
1bf1af82 | 02-Feb-2024 |
mseidel |
Remove empty strings from translation |
Revision tags: AOO420-Dev5-m5 |
|
5078721e | 20-Jan-2024 |
mseidel |
Taskpane is long gone. Removing these strings from localization until the remaining code is cleaned up. |
4d73eabe | 16-Jan-2024 |
mseidel |
Taskpane is long gone... Removing these strings from localization until the remaining code is cleaned up. |
300d4866 | 28-Nov-2023 |
John Bampton |
misc: fix spelling (#186) * misc: fix spelling * Update cmdid.h * Update svdopath.cxx * Update RowSetCache.cxx --------- Co-authored-by: Matthias
misc: fix spelling (#186) * misc: fix spelling * Update cmdid.h * Update svdopath.cxx * Update RowSetCache.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
3f92111a | 11-Nov-2023 |
Arrigo Marchiori |
Allow all links in online help documents |
6026f80c | 06-Nov-2023 |
mseidel |
Don't use fontcolor for DeckTitleFont |
ca41231d | 08-Oct-2023 |
mseidel |
Maintenance cleanup |
cd550583 | 15-Jul-2023 |
mseidel |
Small string change |
13c26b20 | 25-May-2023 |
mseidel |
Remove executable flag from various files |
Revision tags: AOO4115-GA |
|
91125485 | 28-Jan-2023 |
Arrigo Marchiori |
Add a "referer" property to SfxObjectShell::CallXScript() and trust macros explicitly requested by the user |
8ff7eef7 | 28-Jan-2023 |
Arrigo Marchiori |
Trust the "Referer" parameter |
15e1fb6f | 26-Jan-2023 |
mseidel |
Use nicer ASCII art, removed whitespace |
2176e6ab | 22-Jan-2023 |
Arrigo Marchiori |
More checks |
Revision tags: AOO4114-GA, AOO420-Dev4-m4 |
|
a17d592d | 06-Dec-2022 |
Arrigo Marchiori |
More checks |
Revision tags: AOO4113-GA |
|
fe4add9e | 13-May-2022 |
Arrigo Marchiori |
Fix 75e50e85ba2d51b6b9e5adecdbf33c43a414edf2 Brackets were missing |
75e50e85 | 04-May-2022 |
mseidel |
Add space before number in untitled document. This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128400 |
Revision tags: AOO4112-GA |
|
aea52546 | 23-Oct-2021 |
Arrigo Marchiori |
Check if scripts are allowed, regardless of location |
4018d3b8 | 19-Oct-2021 |
Arrigo Marchiori |
Do not allow macros by default when there are none |
Revision tags: AOO4111-GA, AOO420-Dev3-m3 |
|
97d21f85 | 12-Jun-2021 |
Arrigo Marchiori |
Refs issue #i128453# (PR #132) remove warnings for safe hyperlink types by Arrigo Marchiori (ardovm) * Update list of safe extensions They should be all the extensions that AOO can
Refs issue #i128453# (PR #132) remove warnings for safe hyperlink types by Arrigo Marchiori (ardovm) * Update list of safe extensions They should be all the extensions that AOO can open at the moment * Ask for confirmation only when the OS is involved (cherry picked from commit 807d57542e53bdb44102c979ea0721fc5369c78b)
show more ...
|
b82be50f | 07-May-2021 |
Bidouille |
Fix for issue #127895 (#31) Fixes using the incorrect variable. See https://bz.apache.org/ooo/show_bug.cgi?id=127895 |
Revision tags: AOO4110-GA |
|
86f40e7e | 15-Apr-2021 |
Dave Fisher |
Update appopen.cxx (cherry picked from commit 4160b053d340f2e4137049b724c365c157fcc885) |
b0db9b13 | 08-Apr-2021 |
cbmarcum |
added help filetype to whitelist. \nPatch by: Arrigo Marchiori (ardovm) and Carl Marcum (cmarcum) (cherry picked from commit aa358bfc895091e0ee5382ad1d25e5d51261463b) |