Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA |
|
41e09fa9 | 04-Dec-2020 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO418-GA |
|
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2 |
|
c58c9863 | 27-Feb-2020 |
mseidel |
Fixed typos, removed whitespace |
52ec01ac | 27-Feb-2020 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO417, AOO420-Dev-m1 |
|
39b86c7f | 05-Feb-2019 |
Damjan Jovanovic |
Win64 fixes for dtrans. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853027 13f79535-47bb-0310-9956-ffa450edef68 |
efdc1c16 | 26-Jan-2019 |
Matthias Seidel |
Fixed typos (shuting -> shutting) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1852250 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416, AOO416-RC1 |
|
cc13e73e | 28-Mar-2018 |
Yuri Dario |
#i127729# Add full drag&drop support for the OS/2 platform. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827936 13f79535-47bb-0310-9956-ffa450edef68 |
559605ce | 28-Mar-2018 |
Yuri Dario |
#i126518# adjust building of sysdtrans module for OS/2. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827935 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415, AOO414, AOO413 |
|
e8183b3f | 16-Dec-2016 |
damjan |
Port main/dtrans to gbuild. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1774567 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
397d541d | 08-Jul-2015 |
Regina Henschel |
#i107734 Support for Math Input Panel in Windows 7 The patch introduces a new command .uno:ImportMathClipboard to module Math. It imports MathML content from clipboard and transforms it to St
#i107734 Support for Math Input Panel in Windows 7 The patch introduces a new command .uno:ImportMathClipboard to module Math. It imports MathML content from clipboard and transforms it to Starmath It handles clipboard MIME type 'application/mathml+xml' and plain text, which can be interpreted as MathML segment. It partly solves issues #i14252, #i34781, and #i53509 too. Review by: Hanya <hanya.runo@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1689859 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
07a3d7f1 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories a* - g*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories a* - g*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591058 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
7a6de1cb | 20-Feb-2014 |
Armin Le Grand |
i124085 improved support for PNG clipboard format on windows git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570241 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 |
3d762826 | 06-Jan-2014 |
Herbert Dürr |
#i123817# prepare codebase for updating to boost 1.55 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555789 13f79535-47bb-0310-9956-ffa450edef68 |
24c56ab9 | 28-Nov-2013 |
Herbert Dürr |
#i123068# remove implicit conversions from rtl strings to their elements git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68 |
739826ff | 15-Oct-2013 |
Armin Le Grand |
i123407 Do not insist on CF_DIBV5 for clipboard data, also accept CF_DIB git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1532285 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
69da7f00 | 16-Jul-2013 |
Herbert Dürr |
#i122752# check iterator in each iteration of CFormatEtcContainer::nextFormatEtc()'s loop Don't trust nextFormatEtc()'s aNum argument not to mislead the iterator beyond the container bou
#i122752# check iterator in each iteration of CFormatEtcContainer::nextFormatEtc()'s loop Don't trust nextFormatEtc()'s aNum argument not to mislead the iterator beyond the container bounds. The comparable loop in CFormatEtcContainer::skipFormatEtc() already checks the iterator against the container end in each iteration. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1503709 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
45fd3b9a | 10-Jan-2013 |
Armin Le Grand |
#121504# Support for alpha channel in clipboard for all systems git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431512 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
1ac7a910 | 23-Jun-2012 |
Yuri Dario |
i118923 - OS/2 port: do not open the clipboard if data is not available, fix clipboard locking. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1353109 13f79535-47bb-0310-99
i118923 - OS/2 port: do not open the clipboard if data is not available, fix clipboard locking. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1353109 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
168c4287 | 19-Jun-2012 |
Yuri Dario |
i118923 - OS/2 port: Fix clipboard component passive registration using windows way. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351692 13f79535-47bb-0310-9956-ffa450ed
i118923 - OS/2 port: Fix clipboard component passive registration using windows way. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351692 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e6a4f794 | 24-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304706 13f79535-47bb-0310-9956-ffa450edef68 |
a0b87975 | 24-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304672 13f79535-47bb-0310-9956-ffa450edef68 |
e18b2daf | 16-Feb-2012 |
Yuri Dario |
i118923 - OS/2 port: fix compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244987 13f79535-47bb-0310-9956-ffa450edef68 |
79aad27f | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from more source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68 |