Revision tags: AOO413 |
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 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 ...
|
f9333cb5 | 25-Nov-2015 |
Pedro Giffuni |
i125369 - Illumos port: avoid some redefinitions In the case of the Illumos/Solaris-i386 port there are some conflicts caused by internal C definitions. Try to work them out with som
i125369 - Illumos port: avoid some redefinitions In the case of the Illumos/Solaris-i386 port there are some conflicts caused by internal C definitions. Try to work them out with some help of Illumos' opengrok. On the case of the odbcbase driver rename the affected typedef to avoid conflicts. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716482 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT |
|
e92f3138 | 04-Oct-2015 |
Damjan Jovanovic |
#i125003# migrate main/comphelper from cppunit to Google Test, fix the broken string test, and run the tests on every build. git-svn-id: https://svn.apache.org/repos/asf/openof
#i125003# migrate main/comphelper from cppunit to Google Test, fix the broken string test, and run the tests on every build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706678 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO411 |
|
9c0c1533 | 24-Sep-2015 |
Andrea Pescetti |
#i126305# Add support for WebDAV locking. Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705199 13f79535
#i126305# Add support for WebDAV locking. Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705199 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c64f2bbd | 06-Sep-2015 |
Pedro Giffuni |
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/as
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
show more ...
|
963c6022 | 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/trunk@1616457 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
|
57c2752b | 20-Mar-2014 |
Jürgen Schmidt |
remove warning, remove unused parameter variable git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579659 13f79535-47bb-0310-9956-ffa450edef68 |
0bfedac2 | 19-Mar-2014 |
Armin Le Grand |
Resync/update with trunk as preparation to integration git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1579184 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO410_Beta |
|
49b34792 | 12-Feb-2014 |
Herbert Dürr |
#i123862# use O*String's isEmpty() method to check for emptiness in the comphelper module Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org git-svn-id: https://svn.apach
#i123862# use O*String's isEmpty() method to check for emptiness in the comphelper module Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1567594 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
64b14621 | 07-Jan-2014 |
Armin Le Grand |
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7d472e45 | 18-Dec-2013 |
Herbert Dürr |
#i123859# avoid incomplete Locale class as return value Some static Locale methods used the Locale class as return value type while it was still incompletely defined. Most compilers allo
#i123859# avoid incomplete Locale class as return value Some static Locale methods used the Locale class as return value type while it was still incompletely defined. Most compilers allow this, but in general C++ doesn't require them to do so. Using a const reference as return value solves this, improves the C++ compliance and avoids unneeded copy constructions. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551855 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
Revision tags: AOO401 |
|
7768daca | 14-Aug-2013 |
Herbert Dürr |
WaE: fix header guard mismatch in evtmethodhelper.hxx git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1513819 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO400 |
|
57a9858a | 28-May-2013 |
Herbert Dürr |
#i122378# avoid non-iterator bound std::transform() in namedvaluecollection.hxx in some build environments the use of std::transform() with plain pointers as input iterators results in m
#i122378# avoid non-iterator bound std::transform() in namedvaluecollection.hxx in some build environments the use of std::transform() with plain pointers as input iterators results in many warnings about how unsafe such a construct is. The warnings could be suppressed e.g. on MSVC with the SCL_SECURE_NO_WARNINGS define. Open coding the construct makes it cleaner and more debugable though. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486840 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
82c0ddf2 | 27-May-2013 |
Herbert Dürr |
#i122208# include <algorithm> explicitly if functions from <algorithm> are used most STLs include relevant parts of it indirectly, but one can not depend on it (seen with MSVC's tr1 head
#i122208# include <algorithm> explicitly if functions from <algorithm> are used most STLs include relevant parts of it indirectly, but one can not depend on it (seen with MSVC's tr1 headers) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486646 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
910823ae | 18-Apr-2013 |
Jürgen Schmidt |
#121996# integrate first part to remove 3layer office git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68 |
f1a8ced4 | 11-Feb-2013 |
Herbert Dürr |
minor spelling fix for comphelper's comparison functors git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444840 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
dfc843fa | 18-Jul-2012 |
Armin Le Grand |
add comphelper::newArray_{null,ex}, checking for overflow Patch by: Michael Stahl git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362850 13f79535-47bb-0310-9956-ffa450e
add comphelper::newArray_{null,ex}, checking for overflow Patch by: Michael Stahl git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362850 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
812ab29a | 18-Jul-2012 |
Armin Le Grand |
add comphelper::newArray_{null,ex}, checking for overflow Patch by: Michael Stahl git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362847 13f79535-47bb-0310-9956-ffa450e
add comphelper::newArray_{null,ex}, checking for overflow Patch by: Michael Stahl git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362847 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
08c6ef97 | 09-Jul-2012 |
Andre Fischer |
#i120168# Do not call storeOwn() when not necessary. Patch by: lizh.fee Review by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/incubator/
#i120168# Do not call storeOwn() when not necessary. Patch by: lizh.fee Review by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1359225 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6170fa3c | 21-Jun-2012 |
Armin Le Grand |
#119941# Avoid crash when chart is removed in Writer by keepintg it's storage and graphic stream. Patch by: Clarence Guo, zhaoshzh Review by: alg Found by: Shan Zhu git-svn-id: h
#119941# Avoid crash when chart is removed in Writer by keepintg it's storage and graphic stream. Patch by: Clarence Guo, zhaoshzh Review by: alg Found by: Shan Zhu git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352571 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8601a465 | 21-Jun-2012 |
Andre Fischer |
Forward debug=<value> argument from build to make. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352475 13f79535-47bb-0310-9956-ffa450edef68 |
7ee1d29c | 10-Jun-2012 |
Ariel Constenla-Haile |
GCC 4.7 build breakers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348595 13f79535-47bb-0310-9956-ffa450edef68 |