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, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta |
|
52046e16 | 02-Dec-2013 |
Herbert Dürr |
#i122195# XContentEnumerationAccess is needed in UNO bootstrapping stoc's OServiceManager has it as a base class so we really need XContentEnumerationAccess' "comprehensive" type descrip
#i122195# XContentEnumerationAccess is needed in UNO bootstrapping stoc's OServiceManager has it as a base class so we really need XContentEnumerationAccess' "comprehensive" type description early. WeakMap priming enforces that now. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546938 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
89a59a52 | 06-Oct-2013 |
Pavel Janík |
Declare variables when needed to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1529655 13f79535-47bb-0310-9956-ffa450edef68 |
8ac661e5 | 27-Sep-2013 |
Pavel Janík |
Add missing strlen. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1526814 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401 |
|
3a354ae1 | 20-Sep-2013 |
Jürgen Schmidt |
#123283# check places where registry is check for office installation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1524953 13f79535-47bb-0310-9956-ffa450edef68 |
2e9bc605 | 19-Sep-2013 |
Jürgen Schmidt |
#123283# improve finding default office path for Mac (no /usr/bin/soffice link), on Windows drop unoinfo and use the path from the registry directly git-svn-id: https://svn.apache.org/repos/
#123283# improve finding default office path for Mac (no /usr/bin/soffice link), on Windows drop unoinfo and use the path from the registry directly git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1524679 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
3889e2e9 | 27-Jun-2013 |
Jürgen Schmidt |
#122478# adapt search in registry git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1497351 13f79535-47bb-0310-9956-ffa450edef68 |
fda69661 | 08-May-2013 |
Herbert Dürr |
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations In stlport<=4 the functors hash and equal_to had specializions for conveniently handlin
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations In stlport<=4 the functors hash and equal_to had specializions for conveniently handling c-strings. For consistency reasons this specialization was not included in the TR1 report and the C++11 standard. The two new helper functors are drop-in replacements for the old specializations. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480318 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
88ca1099 | 07-May-2013 |
Herbert Dürr |
fix signatures for copy-construction and assignment for the propertysetmixin classes the canonic way to disallow copy construction and assignment of an object is to declare unimplemented
fix signatures for copy-construction and assignment for the propertysetmixin classes the canonic way to disallow copy construction and assignment of an object is to declare unimplemented methods for them taking const references. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479965 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c52956d9 | 26-Apr-2013 |
Herbert Dürr |
UNO bootstrapping requires some more comprehensive type-descriptions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476250 13f79535-47bb-0310-9956-ffa450edef68 |
5696ffe9 | 21-Mar-2013 |
Herbert Dürr |
fix case mismatch in include path git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1459168 13f79535-47bb-0310-9956-ffa450edef68 |
caff391c | 20-Mar-2013 |
Herbert Dürr |
Workaround bootstrap needing "comprehensive" type descriptions for stuff used in bootstrapping Cppumaker and its brethren emit different implementations for the same symbol by design (!)
Workaround bootstrap needing "comprehensive" type descriptions for stuff used in bootstrapping Cppumaker and its brethren emit different implementations for the same symbol by design (!) which is quite... unfortunate and can confuse the heck out of dynamic linkers, debuggers, etc. For bootstrapping the so-called "comprehensive" type descriptions are needed. The workaround compels these descriptions to be registered in the so-called "WeakMap" before they are needed by the bootstrap operation. The proper and un-hacky solution would be to change cppumaker and its brethren to use different symbol names for different implementations. In particular "cppu_detail_getUnoType" should be divided into full, weak and mini implementations. For now there is no time to risk such a major overhaul of this system. Types that are candidates for this special workaround are the ones mentioned by the exceptions thrown from implbase_ex.cxx's __queryDeepNoXInterface() method. They also need to added to the makefile's UNOTYPES define so that the build magic requests the full type descriptions to be generated and used. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1458932 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
599cc5b4 | 21-Feb-2013 |
Oliver-Rainer Wittmann |
#121388# - adapt renaming: "Apache OpenOffice" --> "OpenOffice" git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1448713 13f79535-47bb-0310-9956-ffa450edef68 |
ff3f4ebc | 10-Jan-2013 |
Oliver-Rainer Wittmann |
#121388# - Adapt naming "OpenOffice.org" --> "Apache OpenOffice" -- impact on corresponding strings in the UI, folder names, package names, ... git-svn-id: https://svn
#121388# - Adapt naming "OpenOffice.org" --> "Apache OpenOffice" -- impact on corresponding strings in the UI, folder names, package names, ... git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431253 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
45ef6fe1 | 31-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307723 13f79535-47bb-0310-9956-ffa450edef68 |
58d70080 | 31-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307668 13f79535-47bb-0310-9956-ffa450edef68 |
bb113e63 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306680 13f79535-47bb-0310-9956-ffa450edef68 |
10544477 | 28-Mar-2012 |
Andre Fischer |
Added AL2 license. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306262 13f79535-47bb-0310-9956-ffa450edef68 |
685bfa88 | 18-Feb-2012 |
Yuri Dario |
i118923 - OS/2 port: new link system now uses unix style. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1290848 13f79535-47bb-0310-9956-ffa450edef68 |
7d2a984d | 16-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from remaining non-exec files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244921 13f79535-47bb-0310-9956-ffa450edef68 |
7aab1a1c | 16-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from misc non-exec files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244885 13f79535-47bb-0310-9956-ffa450edef68 |
752c0af7 | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from make and pack files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68 |
67e470da | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68 |
7e90fac2 | 18-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232676 13f79535-47bb-0310-9956-ffa450edef68 |
3eeae035 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230734 13f79535-47bb-0310-9956-ffa450edef68 |
2123d757 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230717 13f79535-47bb-0310-9956-ffa450edef68 |