d2b26721 | 17-Jul-2024 |
mseidel |
Fixed typo (completly -> completely) and many more (cherry picked from commit 870c37922ca0ef0ac9f3f6f409d697814dc73d8a) |
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
6d678023 | 03-Sep-2022 |
mseidel |
Fixed typo )plattform -> platform (cherry picked from commit a6c7a775a767567c8abf6c894f7dc9c1b40df701) |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA |
|
016e2efe | 03-Dec-2020 |
mseidel |
Fixed typos (preferr -> prefer) and some more, removed whitespace (cherry picked from commit 1fbfd7a278c32f8d67af627c0787d0b53e44c56c) |
Revision tags: AOO418-GA |
|
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
Revision tags: 420-Dev2-m2, AOO417 |
|
940681c7 | 11-Jun-2019 |
Matthias Seidel |
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
b1bc2d97 | 26-Aug-2018 |
Matthias Seidel |
Fixed typo (meaningfull -> meaningful) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839231 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415 |
|
1b5c3b40 | 05-Mar-2018 |
Damjan Jovanovic |
Fix use of ::std::min and ::std::max on types of different sizes. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1825937 13f79535-47bb-0310
Fix use of ::std::min and ::std::max on types of different sizes. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1825937 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO414, AOO413, 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 ...
|
509a48ff | 10-Apr-2016 |
pfg |
Replace 0 with NULL for pointers. Only applied to C code: common syntax for C++ is different (nullptr). Found with coccinelle: http://coccinelle.lip6.fr/ git-svn-id:
Replace 0 with NULL for pointers. Only applied to C code: common syntax for C++ is different (nullptr). Found with coccinelle: http://coccinelle.lip6.fr/ git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1738404 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT |
|
5efeadd1 | 20-Oct-2015 |
Andrea Pescetti |
#i125194# Fix RC2 issue by changing approach. Patch by: Giuseppe Castagno git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1709687 13f79535-47bb-0310-9956-ffa450edef68 |
cbe9c442 | 17-Oct-2015 |
Andrea Pescetti |
#i126582# Prevent errors with read/only shares on Sharepoint. Patch by: Giuseppe Castagno Added a Windows API missing error: ERROR_CANT_ACCESS_FILE file cannot be accessed by the
#i126582# Prevent errors with read/only shares on Sharepoint. Patch by: Giuseppe Castagno Added a Windows API missing error: ERROR_CANT_ACCESS_FILE file cannot be accessed by the system. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1709212 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ba392698 | 07-Oct-2015 |
Pedro Giffuni |
Bring back the casts for Win32. Our old version of MSVC doesn't understand CERT secure C coding standard MEM 02-A. Reported by: damjan (through pescetti) git-sv
Bring back the casts for Win32. Our old version of MSVC doesn't understand CERT secure C coding standard MEM 02-A. Reported by: damjan (through pescetti) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707397 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0081a256 | 04-Oct-2015 |
Pedro Giffuni |
malloc + memset (0) --> calloc Drop useless casts while here. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706649 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO411 |
|
9c0df323 | 24-Sep-2015 |
Andrea Pescetti |
#i125194# Fix WebDAV file locking. Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705196 13f79535-47bb-0
#i125194# Fix WebDAV file locking. Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705196 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0bc0886b | 17-May-2014 |
Steve Yin |
i124896 add including of rtl/alloc.h in path_helper.hxx for win32 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595419 13f79535-47bb-0310-9956-ffa450edef68 |
16f5bd45 | 16-May-2014 |
Herbert Dürr |
#i124896# use default allocator for w32 ShortPathName buffer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595333 13f79535-47bb-0310-9956-ffa450edef68 |
22076bf1 | 15-May-2014 |
Herbert Dürr |
#i124896# remove obsoleted sal-module-internal custom STL allocator The SAL module avoided the heavy dependency on the stlport4-libraries by using a custom allocator for its internal STL
#i124896# remove obsoleted sal-module-internal custom STL allocator The SAL module avoided the heavy dependency on the stlport4-libraries by using a custom allocator for its internal STL containers. With stlport4 removed these dependencies are gone and the SAL-internal custom allocator is obsoleted. Since the custom allocator results in build problems with clang>=3.4 or xcode>=5.1 it is time to remove it for good. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594842 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. 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 r* - z*. 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@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
3752b850 | 26-Nov-2013 |
Herbert Dürr |
#i123747# mark SEH translator's pExcPtrs argument as unused git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545562 13f79535-47bb-0310-9956-ffa450edef68 |
0b7f0425 | 25-Nov-2013 |
Herbert Dürr |
#i123747# ignore single step and breakpoint SEH events git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545301 13f79535-47bb-0310-9956-ffa450edef68 |
747164b0 | 25-Nov-2013 |
Herbert Dürr |
#i123747# allow treating Window's SEH events as C++ exceptions The crash reporter facility can provide much better details about crashes. But if that facility is disabled then handling S
#i123747# allow treating Window's SEH events as C++ exceptions The crash reporter facility can provide much better details about crashes. But if that facility is disabled then handling SEH events such as div-by-zero as C++ exceptions is a worthwhile alternative. It can provide a few interesting details and it allows a graceful shutdown of the application. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545268 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400, AOO340 |
|
1102d251 | 10-Jun-2012 |
Jian Fang Zhang |
#119939, memory leak in api OpenDirectory() of sal module Patch by, zhangjf git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348543 13f79535-47bb-0310-9956-ffa
#119939, memory leak in api OpenDirectory() of sal module Patch by, zhangjf git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348543 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ca2659a9 | 03-May-2012 |
Herbert Dürr |
add convenience method for dynamic loading git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1333456 13f79535-47bb-0310-9956-ffa450edef68 |
5b501c92 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306677 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 |