summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-19extension libs should have no RPATHDavid Tardon
2012-04-19Allow OServiceManagerWrapper to wrap all service manager implementationsStephan Bergmann
...not just OServiceManager. (This is a prerequisite to replace the defaultBootstrap_initialComponentContext() implementation with a more performant component context/service manager combo.) The only reason for the restriction to OServiceManager apparently was the additional createContentEnumeration overload with an XComponentContext parameter. It /looks/ to me like this is not really necessary, that it should always be OK to instantiate implementation factories with this service manager and its component context, instead of a component context (and its default service manager) passed into a method call. This would mean that the code could be simplified further, needing a component context passed into a method only to pass along to a new instance created via createInstanceWith[ArgumentsAnd]Context, but then again I'm not 100% sure and better leave it at that... This also means that XUnoTunnel is gone from OServiceManager and XInitialization is gone from OServiceManagerWrapper.
2012-04-19Correctly pass implementation name to cppu::createSingleFactoryStephan Bergmann
...this has been hidden by OServiceManager::createContentEnumeration wrapping its return values in fresh XServiceInfo instances that report the right getImplementationName() anyway. But other service manager implementations would cause code like TransliterationImpl::loadBody (which iterates over createContentEnumeration() output, checking for a specific getImplementationName()) to fail.
2012-04-19Improved error reportingStephan Bergmann
2012-04-19Improved error reportingStephan Bergmann
2012-04-19oosplash: improve signal handlers:Michael Stahl
- global variable should be volatile - signal is deprecated, use sigaction instead - exit from the handler
2012-04-19.gitignoreLuboš Luňák
2012-04-19clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file tooLuboš Luňák
2012-04-19do not refer to a variable that has not been set yetLuboš Luňák
Especially if it will be set as a result of the code that now tries to use it (alternatively, it comes from the Qt3 check, which is not right either).
2012-04-19Diminish the number of writerperfect librariesFridrich Štrba
Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking.
2012-04-19add OXT to gb_LinkTarget__RPATHS tooDavid Tardon
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák
The need to export symbols for tests is apparently not considered worth the big extra disk space. This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f. Conflicts: sd/CppunitTest_sd_uimpress.mk sw/CppunitTest_sw_swdoc_test.mk
2012-04-19change strange way of testing a boolLuboš Luňák
2012-04-19convert presenter console to passive registrationDavid Tardon
2012-04-19convert pdfimport to passive registrationDavid Tardon
2012-04-19convert presentation minimizer to passive registrationDavid Tardon
2012-04-19add layer and library group for extensionsDavid Tardon
2012-04-19svx: fix debug warnings from STL conversionMichael Stahl
2012-04-19Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin
2012-04-19Convert SV_DECL_PTRARR to std::vectorNoel Grandin
2012-04-19Convert SV_DECL_PTRARR_SORT to std::setNoel Grandin
2012-04-19Convert SV_DECL_PTRARR_SORT to std::setNoel Grandin
2012-04-19fdo#48473 Missing translation of local String constantRegina Henschel
Consolidated two occurences of the same string into macro (to prevent them to diverge again)
2012-04-19Prefix the UNO components in writerperfectFridrich Štrba
2012-04-19cdrfilter.component has now two filters insideFridrich Štrba
2012-04-19Stub CMX importerFridrich Štrba
2012-04-19Removed RTL_CONSTASCII_USTRINGPARAM from UnoControlsSzabolcs Dezsi
2012-04-18More RTL_CONSTASCII cleanupsOlivier Hallot
2012-04-18Fix another extra parenthesisJulien Nabet
2012-04-18Remove extra parenthesisJulien Nabet
2012-04-18Add comment describing the meanings of the filter flag bitsTor Lillqvist
2012-04-18fdo#48647: drawinglayer: fix double hairline borders:Michael Stahl
Clipping the border polygon to the region defined by the Extends is sufficient to create a nice looking 1 twip double border in Writer. (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2)
2012-04-18More RTL_CONSTASCII conversionsOlivier Hallot
2012-04-18More RTL_CONSTASCII_ cleanupOlivier Hallot
2012-04-18WaE: cast from pointer to integer of different sizeDavid Tardon
2012-04-18use SAL_N_ELEMENTSDavid Tardon
2012-04-18WaE: parameter 'size' set but not usedDavid Tardon
2012-04-18WaE: declaration of 'errcode' shadows a global declarationDavid Tardon
2012-04-18This is no longer relevant. Removing.Kohei Yoshida
2012-04-18Use global constants for initial tab count bounds checkingAlbert Thuswaldner
2012-04-18String & bool cleanup.Kohei Yoshida
2012-04-18make sure nPos is and nChar are reset for string without placeholderNoel Power
2012-04-18tune the guessed position a bit, so that it works better with test documentsRadek Doulik
2012-04-18implemented EmfPlusRecordTypeDrawString recordRadek Doulik
2012-04-18resolved fdo#48875 do not let ISO 8601 detection override locale's date orderEike Rathke
If the locale's date separator was '-' the ISO 8601 detection interfered with the locale's date order, e.g. DMY in nl_NL locale.
2012-04-18in debug message print the filename that caused the errorAndras Timar
2012-04-18move tools/table.hxx to binfilterMichael Stahl
2012-04-18Put create_bootstrap_macro_expander_factory properly into a headerStephan Bergmann
...and fix the typo in its name.
2012-04-18Non-inlining constructors.Kohei Yoshida
2012-04-18added debug message for unsupported casesRadek Doulik