Revision tags: AOO420-Dev5-m5 |
|
d321cf2f | 17-Jan-2024 |
Arrigo Marchiori |
Allow compilation with gcc 11 These edits may be needed to work around a GCC bug. See https://lists.apache.org/thread/gbfm2djykqk9ksqw22vobklf6d4lm0ly |
45d38927 | 12-Feb-2024 |
mseidel |
Remove code for unused bmpmaker (#201) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414 |
|
441693eb | 09-Nov-2017 |
Damjan Jovanovic |
#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.o
#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 f1d3244ef953db9afc1728bb7d37a8d1a9c2d8bc)
show more ...
|
Revision tags: AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
93ce685f | 28-Nov-2014 |
Steve Yin |
Issue 125495 - Awkward Chinese (ZH-TW) numbering suffix when importing RTF document Contributor: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642312 13f7
Issue 125495 - Awkward Chinese (ZH-TW) numbering suffix when importing 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 6680d0877bdb058cffdc41a39d59954fae44163a)
show more ...
|
3e4cee8e | 03-Jan-2023 |
Damjan Jovanovic |
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: http
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 3304210c5c53f441cdb2c462fbbf6d8351380b01)
show more ...
|
2f5f6089 | 29-Jul-2020 |
mseidel |
Final Fix for close button (Help Agent) (cherry picked from commit 3186947381bfdadd566e1c78a5232f11dd7a6757) |
264423e4 | 27-Jul-2020 |
mseidel |
Fixed close button for Help Agent (cherry picked from commit b3f7051078a317a8cdbeb35bf3d4f6a1701bc3bf) |
d9c7f81b | 02-Feb-2017 |
Ariel Constenla-Haile |
i125762 - Prevent NULL pointer dereference git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1781473 13f79535-47bb-0310-9956-ffa450edef68 |
cc80331f | 02-Feb-2017 |
Ariel Constenla-Haile |
i125147 - Prevent NULL pointer dereference git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1781472 13f79535-47bb-0310-9956-ffa450edef68 |
08bb353f | 24-Sep-2015 |
Pedro Giffuni |
i126553 - (Back)Port FreeBSD build enhancements Bring major updates from trunk for the FreeBSD build. This targets the FreeBSD port external libraries. r1654282: Fix system-
i126553 - (Back)Port FreeBSD build enhancements Bring major updates from trunk for the FreeBSD build. This targets the FreeBSD port external libraries. r1654282: Fix system-serf r1689883: Fix system-nss r1689959: Fix system-jpeg git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705145 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c2a08f03 | 31-May-2015 |
Armin Le Grand |
#125519# applied fix for branch AOO410 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1682743 13f79535-47bb-0310-9956-ffa450edef68 |
0dfb9e37 | 07-Aug-2014 |
Armin Le Grand |
i125386 secured user request and changed some bools to bitfield git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1616489 13f79535-47bb-0310-9956-ffa450edef68 |
d327e58a | 23-Jun-2014 |
Armin Le Grand |
i125111 limit mem footprint for GraphicObjects in 32Bit environments git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1604874 13f79535-47bb-0310-9956-ffa450edef68 |
22d2383b | 19-Jun-2014 |
Oliver-Rainer Wittmann |
124717: do not mark *.svm graphic files as *.bmp graphic files cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@160
124717: do not mark *.svm graphic files as *.bmp graphic files cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1603787 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
1be72476 | 01-Apr-2014 |
Herbert Dürr |
#i124570# Prevent a null pointer dereference in ORoadmap::DataChanged() Fixed-by: Ariel Constenla-Haile <arielch@apache.org> Merged for AOO410 from trunk revision 1583418.
#i124570# Prevent a null pointer dereference in ORoadmap::DataChanged() Fixed-by: Ariel Constenla-Haile <arielch@apache.org> Merged for AOO410 from trunk revision 1583418. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1583549 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e8a7c477 | 18-Mar-2014 |
Oliver-Rainer Wittmann |
124427: <TextWindow/MultiLineEdit::GetFocus()> - call parent class' method to assure corresponding notifications and listener calls This reverts a change made for the IA2 integration
124427: <TextWindow/MultiLineEdit::GetFocus()> - call parent class' method to assure corresponding notifications and listener calls This reverts a change made for the IA2 integration cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1578821 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410_Beta |
|
270a30df | 27-Feb-2014 |
Armin Le Grand |
i15508 Added support for BMP file type git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1572717 13f79535-47bb-0310-9956-ffa450edef68 |
de53da8d | 20-Feb-2014 |
Yuri Dario |
#i118923# OS/2 port, add CPPULIB to resolve uno constructors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570235 13f79535-47bb-0310-9956-ffa450edef68 |
6f8d988b | 17-Feb-2014 |
Andre Fischer |
124241: Fixed the language name 'Kazakh' git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1568967 13f79535-47bb-0310-9956-ffa450edef68 |
a206ee71 | 29-Jan-2014 |
Armin Le Grand |
i124085 disabled CF_DIBV5 (no advantages but some problems), increased png support git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562493 13f79535-47bb-0310-9956-ffa450edef68 |
a9ab3c7b | 21-Jan-2014 |
Herbert Dürr |
get rid of an extraneous parentheses in "if((A==B))" git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560012 13f79535-47bb-0310-9956-ffa450edef68 |
2a8f684d | 19-Jan-2014 |
Tsutomu Uchino |
#i56998# use FUNIT_PERCENT on fields that allow relative value git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559499 13f79535-47bb-0310-9956-ffa450edef68 |
16fc0e9d | 11-Jan-2014 |
Tsutomu Uchino |
#i106665# fix failed to replace with empty string on text view git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557329 13f79535-47bb-0310-9956-ffa450edef68 |
d5c88d43 | 20-Dec-2013 |
Jürgen Schmidt |
#120065# apply patch for Enabled property in grid model Patch By: hanya Review By: jsc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552497 13f79535-47bb-0
#120065# apply patch for Enabled property in grid model Patch By: hanya Review By: jsc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552497 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3ea0c3d5 | 29-Nov-2013 |
Herbert Dürr |
#i123768# remove pre-IA2 code remains that has been commented out The pre-IA2 code is available in the repository and the commented out code made the methods less readable.
#i123768# remove pre-IA2 code remains that has been commented out The pre-IA2 code is available in the repository and the commented out code made the methods less readable. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546553 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|