#i122195# XContentEnumerationAccess is needed in UNO bootstrappingstoc's OServiceManager has it as a base class so we really needXContentEnumerationAccess' "comprehensive" type description early.
#i122195# XContentEnumerationAccess is needed in UNO bootstrappingstoc's OServiceManager has it as a base class so we really needXContentEnumerationAccess' "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 ...
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
Add missing strlen.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1526814 13f79535-47bb-0310-9956-ffa450edef68
#123283# check places where registry is check for office installationgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1524953 13f79535-47bb-0310-9956-ffa450edef68
#123283# improve finding default office path for Mac (no /usr/bin/soffice link), on Windows drop unoinfo and use the path from the registry directlygit-svn-id: https://svn.apache.org/repos/asf/open
#123283# improve finding default office path for Mac (no /usr/bin/soffice link), on Windows drop unoinfo and use the path from the registry directlygit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1524679 13f79535-47bb-0310-9956-ffa450edef68
#122478# adapt search in registrygit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1497351 13f79535-47bb-0310-9956-ffa450edef68
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializationsIn stlport<=4 the functors hash and equal_to had specializions for conveniently handling c-stri
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializationsIn 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
fix signatures for copy-construction and assignment for the propertysetmixin classesthe canonic way to disallow copy construction and assignment of an objectis to declare unimplemented methods for
fix signatures for copy-construction and assignment for the propertysetmixin classesthe canonic way to disallow copy construction and assignment of an objectis 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
UNO bootstrapping requires some more comprehensive type-descriptionsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476250 13f79535-47bb-0310-9956-ffa450edef68
fix case mismatch in include pathgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1459168 13f79535-47bb-0310-9956-ffa450edef68
Workaround bootstrap needing "comprehensive" type descriptions for stuff used in bootstrappingCppumaker and its brethren emit different implementations forthe same symbol by design (!) which is qu
Workaround bootstrap needing "comprehensive" type descriptions for stuff used in bootstrappingCppumaker and its brethren emit different implementations forthe same symbol by design (!) which is quite... unfortunateand 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 brethrento 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 mentionedby 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 magicrequests 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
#121388# - adapt renaming: "Apache OpenOffice" --> "OpenOffice"git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1448713 13f79535-47bb-0310-9956-ffa450edef68
#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/as
#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
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307723 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307668 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306680 13f79535-47bb-0310-9956-ffa450edef68
Added AL2 license.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306262 13f79535-47bb-0310-9956-ffa450edef68
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
remove svn:executable properties from remaining non-exec filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244921 13f79535-47bb-0310-9956-ffa450edef68
remove svn:executable properties from misc non-exec filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244885 13f79535-47bb-0310-9956-ffa450edef68
remove svn:executable properties from make and pack filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68
remove svn:executable properties from source filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232676 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230734 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230717 13f79535-47bb-0310-9956-ffa450edef68
12