Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-19 | extension libs should have no RPATH | David Tardon | |
2012-04-19 | Allow OServiceManagerWrapper to wrap all service manager implementations | Stephan 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-19 | Correctly pass implementation name to cppu::createSingleFactory | Stephan 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-19 | Improved error reporting | Stephan Bergmann | |
2012-04-19 | Improved error reporting | Stephan Bergmann | |
2012-04-19 | oosplash: improve signal handlers: | Michael Stahl | |
- global variable should be volatile - signal is deprecated, use sigaction instead - exit from the handler | |||
2012-04-19 | .gitignore | Luboš Luňák | |
2012-04-19 | clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file too | Luboš Luňák | |
2012-04-19 | do not refer to a variable that has not been set yet | Luboš 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-19 | Diminish the number of writerperfect libraries | Fridrich Š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-19 | add OXT to gb_LinkTarget__RPATHS too | David Tardon | |
2012-04-19 | Revert "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-19 | change strange way of testing a bool | Luboš Luňák | |
2012-04-19 | convert presenter console to passive registration | David Tardon | |
2012-04-19 | convert pdfimport to passive registration | David Tardon | |
2012-04-19 | convert presentation minimizer to passive registration | David Tardon | |
2012-04-19 | add layer and library group for extensions | David Tardon | |
2012-04-19 | svx: fix debug warnings from STL conversion | Michael Stahl | |
2012-04-19 | Convert SV_DECL_PTRARR_DEL to boost::ptr_vector | Noel Grandin | |
2012-04-19 | Convert SV_DECL_PTRARR to std::vector | Noel Grandin | |
2012-04-19 | Convert SV_DECL_PTRARR_SORT to std::set | Noel Grandin | |
2012-04-19 | Convert SV_DECL_PTRARR_SORT to std::set | Noel Grandin | |
2012-04-19 | fdo#48473 Missing translation of local String constant | Regina Henschel | |
Consolidated two occurences of the same string into macro (to prevent them to diverge again) | |||
2012-04-19 | Prefix the UNO components in writerperfect | Fridrich Štrba | |
2012-04-19 | cdrfilter.component has now two filters inside | Fridrich Štrba | |
2012-04-19 | Stub CMX importer | Fridrich Štrba | |
2012-04-19 | Removed RTL_CONSTASCII_USTRINGPARAM from UnoControls | Szabolcs Dezsi | |
2012-04-18 | More RTL_CONSTASCII cleanups | Olivier Hallot | |
2012-04-18 | Fix another extra parenthesis | Julien Nabet | |
2012-04-18 | Remove extra parenthesis | Julien Nabet | |
2012-04-18 | Add comment describing the meanings of the filter flag bits | Tor Lillqvist | |
2012-04-18 | fdo#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-18 | More RTL_CONSTASCII conversions | Olivier Hallot | |
2012-04-18 | More RTL_CONSTASCII_ cleanup | Olivier Hallot | |
2012-04-18 | WaE: cast from pointer to integer of different size | David Tardon | |
2012-04-18 | use SAL_N_ELEMENTS | David Tardon | |
2012-04-18 | WaE: parameter 'size' set but not used | David Tardon | |
2012-04-18 | WaE: declaration of 'errcode' shadows a global declaration | David Tardon | |
2012-04-18 | This is no longer relevant. Removing. | Kohei Yoshida | |
2012-04-18 | Use global constants for initial tab count bounds checking | Albert Thuswaldner | |
2012-04-18 | String & bool cleanup. | Kohei Yoshida | |
2012-04-18 | make sure nPos is and nChar are reset for string without placeholder | Noel Power | |
2012-04-18 | tune the guessed position a bit, so that it works better with test documents | Radek Doulik | |
2012-04-18 | implemented EmfPlusRecordTypeDrawString record | Radek Doulik | |
2012-04-18 | resolved fdo#48875 do not let ISO 8601 detection override locale's date order | Eike 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-18 | in debug message print the filename that caused the error | Andras Timar | |
2012-04-18 | move tools/table.hxx to binfilter | Michael Stahl | |
2012-04-18 | Put create_bootstrap_macro_expander_factory properly into a header | Stephan Bergmann | |
...and fix the typo in its name. | |||
2012-04-18 | Non-inlining constructors. | Kohei Yoshida | |
2012-04-18 | added debug message for unsupported cases | Radek Doulik | |