Commit graph

304742 commits

Author SHA1 Message Date
Caolán McNamara
0f13f03a75 valgrind: Uninitialised value was created by a stack allocation 2012-04-19 17:31:31 +01:00
Markus Mohrhard
37536c84ab seems there is a difference of one point between clang/gcc in chart test
I need to write a xml diff with configurable tolerance for attributes
2012-04-19 18:12:06 +02:00
Luboš Luňák
ee7dacf6f0 remove unused variables 2012-04-19 17:04:54 +02:00
Michael Stahl
a34f98bdac this pixman-1 thing wasn't even registered 2012-04-19 16:52:39 +02:00
Markus Mohrhard
9bdb2bc1a0 fix ambiguous in win build 2012-04-19 16:30:01 +02:00
Miklos Vajna
df2a76d988 RTFDocumentImpl: get rid of practically unused m_bWasInFrame 2012-04-19 16:27:33 +02:00
Michael Stahl
6cd7aa59a8 gb_LinkTarget_add_static_libs never existed 2012-04-19 16:21:42 +02:00
Michael Meeks
e40e42ffea update header template to MPLv2 cf. ESC minutes. 2012-04-19 15:01:53 +01:00
Ross Burton
a219edfbb6 Don't check for ORBit < 2.8
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-19 15:01:52 +01:00
Markus Mohrhard
126e58925b Revert "move testCVE into slowcheck"
This reverts commit 97fe16f4dc.

Make Norbert#s tinderbox happy again.
2012-04-19 15:51:01 +02:00
Markus Mohrhard
44481da569 update relative local range names, fdo#48856 2012-04-19 15:51:01 +02:00
Markus Mohrhard
4289958231 enable the chart2 dumper test 2012-04-19 15:51:01 +02:00
Markus Mohrhard
55b823c6f9 don't use the debug mode for normal tests 2012-04-19 15:51:01 +02:00
Markus Mohrhard
54e2c44a0c export differential formatting to xlsx
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-19 15:51:00 +02:00
Michael Meeks
6d97ea37bb fdo#46687 - fix find toolbar X error handling 2012-04-19 14:35:43 +01:00
Olivier Hallot
14480ef3f6 Remove deprecated Notes windows in Impress/Draw
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-19 10:29:36 -03:00
David Tardon
fba1422900 extension libs should have no RPATH 2012-04-19 15:21:46 +02:00
Stephan Bergmann
61d78aca81 Allow OServiceManagerWrapper to wrap all service manager implementations
...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 15:13:47 +02:00
Stephan Bergmann
4707ee3212 Correctly pass implementation name to cppu::createSingleFactory
...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 15:13:46 +02:00
Stephan Bergmann
0d85d88ee1 Improved error reporting 2012-04-19 15:13:46 +02:00
Stephan Bergmann
222b123bd1 Improved error reporting 2012-04-19 15:13:46 +02:00
Michael Stahl
f92d22565d oosplash: improve signal handlers:
- global variable should be volatile
- signal is deprecated, use sigaction instead
- exit from the handler
2012-04-19 15:08:12 +02:00
Luboš Luňák
cf557a25da .gitignore 2012-04-19 14:50:20 +02:00
Luboš Luňák
18f117ae6b clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file too 2012-04-19 14:47:09 +02:00
Luboš Luňák
8a2fc6e40f do not refer to a variable that has not been set yet
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 14:43:33 +02:00
Fridrich Štrba
9284c50f97 Diminish the number of writerperfect libraries
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 14:38:00 +02:00
David Tardon
b98c960e97 add OXT to gb_LinkTarget__RPATHS too 2012-04-19 14:37:20 +02:00
Luboš Luňák
2ff88c4a1b Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"
The need to export symbols for tests is apparently not considered worth
the big extra disk space.

This reverts commit 69d46dd7a6.

Conflicts:

	sd/CppunitTest_sd_uimpress.mk
	sw/CppunitTest_sw_swdoc_test.mk
2012-04-19 14:29:14 +02:00
Luboš Luňák
eb526d8b25 change strange way of testing a bool 2012-04-19 14:29:13 +02:00
David Tardon
0909f448fe convert presenter console to passive registration 2012-04-19 13:33:19 +02:00
David Tardon
abd74a8ef0 convert pdfimport to passive registration 2012-04-19 13:33:18 +02:00
David Tardon
6d9a524352 convert presentation minimizer to passive registration 2012-04-19 13:33:17 +02:00
David Tardon
7a3095baa6 add layer and library group for extensions 2012-04-19 13:33:16 +02:00
Michael Stahl
59a51999c6 svx: fix debug warnings from STL conversion 2012-04-19 13:22:38 +02:00
Noel Grandin
f765f52c39 Convert SV_DECL_PTRARR_DEL to boost::ptr_vector 2012-04-19 13:22:38 +02:00
Noel Grandin
eb13c2c5b1 Convert SV_DECL_PTRARR to std::vector 2012-04-19 13:22:38 +02:00
Noel Grandin
2de57801ed Convert SV_DECL_PTRARR_SORT to std::set 2012-04-19 13:22:37 +02:00
Noel Grandin
cbacb45b1c Convert SV_DECL_PTRARR_SORT to std::set 2012-04-19 13:22:37 +02:00
Regina Henschel
a763ef3c0c fdo#48473 Missing translation of local String constant
Consolidated two occurences of the same string into macro
(to prevent them to diverge again)
2012-04-19 12:21:32 +02:00
Fridrich Štrba
d77b839868 Prefix the UNO components in writerperfect 2012-04-19 12:00:15 +02:00
Fridrich Štrba
415157afaf cdrfilter.component has now two filters inside 2012-04-19 11:30:11 +02:00
Fridrich Štrba
858c8620d9 Stub CMX importer 2012-04-19 11:03:18 +02:00
Szabolcs Dezsi
c39d96a8e9 Removed RTL_CONSTASCII_USTRINGPARAM from UnoControls 2012-04-19 09:36:55 +02:00
Olivier Hallot
8a78020b4e More RTL_CONSTASCII cleanups 2012-04-18 18:07:26 -03:00
Julien Nabet
5f93dc708a Fix another extra parenthesis 2012-04-18 22:51:44 +02:00
Julien Nabet
e2c11d5fcc Remove extra parenthesis 2012-04-18 22:48:01 +02:00
Tor Lillqvist
1ab7d31a68 Add comment describing the meanings of the filter flag bits 2012-04-18 23:40:20 +03:00
Michael Stahl
49bd0e4e6b fdo#48647: drawinglayer: fix double hairline borders:
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 0f0896c26f)
2012-04-18 22:16:20 +02:00
Olivier Hallot
8adec08d56 More RTL_CONSTASCII conversions 2012-04-18 16:12:19 -03:00
Olivier Hallot
640d0064e4 More RTL_CONSTASCII_ cleanup 2012-04-18 16:12:19 -03:00