summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-19fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language listEike Rathke
2012-04-20removed unused definesTakeshi Abe
2012-04-20removed unused const/static dataTakeshi Abe
2012-04-19WaE: -Werror=reorderCaolán McNamara
2012-04-19rearrange orderCaolán McNamara
2012-04-19valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
2012-04-19valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
2012-04-19we're more interested in getting emf/wmf samples than pdfCaolán McNamara
2012-04-19gif parsing regression testCaolán McNamara
2012-04-19update unused.easy post memtools Table conversion/removalCaolán McNamara
2012-04-19ImplLayout can return NULLCaolán McNamara
2012-04-19sigh, need import sysCaolán McNamara
2012-04-19valgrind: Uninitialised value was created by a stack allocationCaolán McNamara
2012-04-19seems there is a difference of one point between clang/gcc in chart testMarkus Mohrhard
I need to write a xml diff with configurable tolerance for attributes
2012-04-19remove unused variablesLuboš Luňák
2012-04-19this pixman-1 thing wasn't even registeredMichael Stahl
2012-04-19fix ambiguous in win buildMarkus Mohrhard
2012-04-19RTFDocumentImpl: get rid of practically unused m_bWasInFrameMiklos Vajna
2012-04-19gb_LinkTarget_add_static_libs never existedMichael Stahl
2012-04-19update header template to MPLv2 cf. ESC minutes.Michael Meeks
2012-04-19Don't check for ORBit < 2.8Ross Burton
ORBit 2.8 was released in 2003 so let's assume that this isn't being used. Also the assumption is that it's coming in through GConf, which isn't true with GConf 3 onwards, released July 2011.
2012-04-19Revert "move testCVE into slowcheck"Markus Mohrhard
This reverts commit 97fe16f4dc5582be597971b6e17431b8d353b8ba. Make Norbert#s tinderbox happy again.
2012-04-19update relative local range names, fdo#48856Markus Mohrhard
2012-04-19enable the chart2 dumper testMarkus Mohrhard
2012-04-19don't use the debug mode for normal testsMarkus Mohrhard
2012-04-19export differential formatting to xlsxMarkus Mohrhard
This is the first step into exporting conditional formatting to xlsx Currently we are missing the number format entries and the font entries. The patch will need some more clean up. New exported entries: - dxf - dxfs
2012-04-19fdo#46687 - fix find toolbar X error handlingMichael Meeks
2012-04-19Remove deprecated Notes windows in Impress/DrawOlivier Hallot
This code has not been built for a long time. I suspect it got replaced by the slides panel on the left of simpress main window.
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