Commit graph

304716 commits

Author SHA1 Message Date
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
David Tardon
c6ade7266f WaE: cast from pointer to integer of different size 2012-04-18 21:01:18 +02:00
David Tardon
2ff039195f use SAL_N_ELEMENTS 2012-04-18 21:01:17 +02:00
David Tardon
ea68b1a897 WaE: parameter 'size' set but not used 2012-04-18 21:01:17 +02:00
David Tardon
ec4f5494da WaE: declaration of 'errcode' shadows a global declaration 2012-04-18 21:01:17 +02:00
Kohei Yoshida
8edf5c5ee6 This is no longer relevant. Removing. 2012-04-18 14:57:52 -04:00
Albert Thuswaldner
670db0daa2 Use global constants for initial tab count bounds checking 2012-04-18 14:57:52 -04:00
Kohei Yoshida
e478475070 String & bool cleanup. 2012-04-18 14:57:51 -04:00
Noel Power
808dd658a2 make sure nPos is and nChar are reset for string without placeholder 2012-04-18 18:37:44 +01:00
Radek Doulik
41c4585504 tune the guessed position a bit, so that it works better with test documents 2012-04-18 19:17:11 +02:00
Radek Doulik
e14b7cdd54 implemented EmfPlusRecordTypeDrawString record 2012-04-18 19:08:43 +02:00
Eike Rathke
9e1862b216 resolved fdo#48875 do not let ISO 8601 detection override locale's date order
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 19:01:09 +02:00
Andras Timar
8c1f7d99f2 in debug message print the filename that caused the error 2012-04-18 18:51:11 +02:00
Michael Stahl
d85b7f1548 move tools/table.hxx to binfilter 2012-04-18 17:55:06 +02:00
Stephan Bergmann
a26c2ee3c9 Put create_bootstrap_macro_expander_factory properly into a header
...and fix the typo in its name.
2012-04-18 15:59:58 +02:00
Kohei Yoshida
7746e42006 Non-inlining constructors. 2012-04-18 09:53:11 -04:00
Radek Doulik
8e92501541 added debug message for unsupported cases 2012-04-18 15:40:05 +02:00
Radek Doulik
695d82b63d SrcRect for SrcUnit = 2 is in pixels, don't Map it 2012-04-18 15:37:50 +02:00
Michael Stahl
e53047ade9 loop with erase(begin()) looks sort of inefficient 2012-04-18 15:30:05 +02:00
Noel Grandin
f36861d4a3 Convert SV_DECL_PTRARR_SORT_DEL to boost::ptr_set 2012-04-18 15:30:04 +02:00
Noel Grandin
b06d5cc4c2 Convert SV_DECL_PTRARR_SORT_DEL to boost:ptr_set 2012-04-18 15:30:04 +02:00
Noel Grandin
a1a6e8e285 Convert SV_DECL_PTRARR to std::vector 2012-04-18 15:30:04 +02:00
Noel Grandin
888954167d Convert SV_DECL_PTRARR_DEL to boost::ptr_vector 2012-04-18 15:30:03 +02:00
Noel Grandin
9013644f99 Convert SV_DECL_PTRARR_DEL to boost::ptr_vector 2012-04-18 15:30:03 +02:00
Noel Grandin
850bfeeda8 Convert SV_DECL_PTRARR to std::vector 2012-04-18 15:30:03 +02:00
Noel Grandin
96a36b917a Convert SV_DECL_PTRARR to std::vector 2012-04-18 15:30:03 +02:00
Noel Grandin
8c40de809a Convert SV_DECL_PTRARR to std::vector 2012-04-18 15:30:02 +02:00