Commit graph

302986 commits

Author SHA1 Message Date
Takeshi Abe
785e07b3ac fixed pointer to the paper.hxx in comment 2012-03-14 08:48:56 +09:00
Noel Grandin
a4a7b956dc Convert tools/table.hxx usage to std::set in toolkit module in UnoPropertyArrayHelper class 2012-03-13 23:19:54 +01:00
Noel Grandin
aa998adbe3 Convert tools/table.hxx to std::set in SwSrcEditWindow in SW module 2012-03-13 23:19:54 +01:00
Noel Grandin
64cba6e582 Convert tools/table.hxx to std::map in CGMElements class 2012-03-13 23:19:54 +01:00
Noel Grandin
f1bd21bdbb Converts from tools/table.hxx to std::map in DffPropSet class in filter module 2012-03-13 23:19:53 +01:00
Arnaud Versini
b81955ffe0 Adding virtual destructor to WW8ResourceModel.hxx classes 2012-03-13 23:19:52 +01:00
Markus Mohrhard
3edbc2cf8d add some more dump output + WaE unitialized values 2012-03-13 22:16:22 +01:00
Stephan Bergmann
f33b3791ed Related fdo#47246: Extract objects used in both svp and gtk3 plugins 2012-03-13 18:36:02 +01:00
Markus Mohrhard
6974cc9a83 first part for new chart test concept
Idea:
- write the layout data to a xml file

still missing:
- xml export part
- some more properties need to be exported
- some more structure information need to be dumped
- find a way to start dumping after importing
2012-03-13 18:08:24 +01:00
Luboš Luňák
9e6b086c62 string literals in ?: don't get automatically converted to OUString
Technically these two are both const char[8], so gcc/clang keep
the resulting type the same, but msvc always converts to const char*,
even if the same sizes mean this is not required.
2012-03-13 17:08:59 +01:00
Caolán McNamara
badbf0c925 Related: fdo#46728 it would help to initialize the reference count I suppose 2012-03-13 16:01:03 +00:00
Miklos Vajna
2352ed8a8c writerfilter: catch UnknownPropertyExcetion early 2012-03-13 16:35:10 +01:00
Miklos Vajna
2ff3ce4b7e writerfilter: log exception message in ModelEventListener 2012-03-13 16:35:10 +01:00
Luboš Luňák
01baa9e0c8 checked that we do not use OString ctor with literals with \0's
Except in some unittests, which are sometimes rather silly and
broken about it, which might explain why they're disabled.
2012-03-13 16:21:05 +01:00
Luboš Luňák
3d9f5c856a make OString work even with old gcc that has SFINAE broken
Since OString already has a ctor accepting const char*, I cannot
find out a way to distinguish string literals other than using
a template, otherwise const char* somehow takes precedence
(all of gcc, clang, msvc). But the template requires
the Substitution Is Not A Failure Idiom to actually create
only wanted instances. And the compiler can try evaluate
the OString ctor as a possibility when comparing an int to
an anonymous enum, and anonymous enum as a type without linkage
cannot be a template argument before C++11. SFINAE should still
work, but not with gcc older than 4.0.2 (which we right now
use only on macs). So for that case disable the string literal
ctors, which means macs will have one extra strlen call,
and also that embedded \0's in string literals will be
inconsistent. The tiny performance problem shouldn't matter that
much and will eventually go away, the \0 problem should not
matter, since before string literal ctors were introduced
\0's had not been included anyway unless RTL_CONSTASCII_STRINGPARAM
was used. So we should be safe and when removing the CONSTASCII
macros \0 cases should be handled by explicitly mentioning
the length.
2012-03-13 16:21:04 +01:00
Caolán McNamara
131e5d35a4 Resolves: fdo#46728 reference count the overlay managers 2012-03-13 15:15:11 +00:00
Caolán McNamara
ccac587b1b merge return branches 2012-03-13 15:15:10 +00:00
Caolán McNamara
86e0ba7eb8 forward declaration doesn't make any sense, need to see whole definition 2012-03-13 15:15:10 +00:00
Korrawit Pruegsanusak
9a22f0df9e another missing open brace 2012-03-13 22:05:55 +07:00
Korrawit Pruegsanusak
1c12cc8070 missing open brace 2012-03-13 21:45:42 +07:00
Miklos Vajna
605bc21f79 ww8: implement sprmPFContextualSpacing 2012-03-13 15:04:18 +01:00
Rene Engelhard
f55423d1d4 remove *.pyc in solenv/gdb in make distclean 2012-03-13 15:01:47 +01:00
Michael Meeks
5002b28979 trailing whitespace cleanup 2012-03-13 13:58:46 +00:00
Nicolas Christener
50337941b9 translate german comments 2012-03-13 13:57:37 +00:00
Bjoern Michaelsen
3b6773c9d4 add bug-id directly to the error message 2012-03-13 14:53:03 +01:00
Bjoern Michaelsen
d54e03caf9 binaryurp has cppunit tests 2012-03-13 14:53:02 +01:00
Bjoern Michaelsen
567a22f15a upstream pkgconfig-mozilla-plugin.diff from Ubuntu/Debian packaging 2012-03-13 14:53:02 +01:00
Bjoern Michaelsen
58f5a26e2d fdo#47246: abort on duplicate linked objects 2012-03-13 14:53:02 +01:00
Ivan Timofeev
f1040f9fa7 always use the *real* visibility of the SwScrollbar, part 2 2012-03-13 17:31:22 +04:00
Fridrich Štrba
073ea37399 Revert "Pass /useenv to vcbuild so that rc and link find SDK headers and libs"
It breaks on a clean installs of Windows, and registration of SDK with Visual
Studio seems to be the answer.

This reverts commit f3f6c9be98.

Conflicts:

	lcms2/makefile.mk
2012-03-13 14:15:20 +01:00
Caolán McNamara
ffc3c27130 Conditional jump or move depends on uninitialised value 2012-03-13 12:58:35 +00:00
Luboš Luňák
f096e61a5f add missing endif 2012-03-13 13:51:12 +01:00
Korrawit Pruegsanusak
380f0af0a8 gtar actually expects --strip-components, with trailing 's' 2012-03-13 18:38:37 +07:00
Tor Lillqvist
41b52a106f No need to be afraid of empty quoted strings as test arguments 2012-03-13 12:55:43 +02:00
Tor Lillqvist
4e384372a2 Be consistent in spacing before the ';' terminating a test or while expression 2012-03-13 12:55:42 +02:00
Tor Lillqvist
169a3f2fa5 Use test's -a and -o operators instead of shell && or || constructs 2012-03-13 12:55:41 +02:00
Tor Lillqvist
494ce8b51b Build static liblcms2 for iOS 2012-03-13 12:55:40 +02:00
Andras Timar
6c412d2e69 change Privacy and Legal URLs in API doc 2012-03-13 11:53:05 +01:00
Caolán McNamara
d4c791b13e some more test documents 2012-03-13 10:49:51 +00:00
Caolán McNamara
3beb6f66cb missing namespace 2012-03-13 10:49:51 +00:00
Caolán McNamara
1038fd6d4b add some tests 2012-03-13 10:49:51 +00:00
Miklos Vajna
ae6d4aeb89 g push/status: use @{upstream} instead of origin
origin won't work if origin/HEAD points to nowhere, which is a valid
use-case.
2012-03-13 11:49:32 +01:00
Luboš Luňák
1613a4949f fix compile 2012-03-13 11:27:49 +01:00
Stephan Bergmann
40c0ff75d2 TextEngine::SeekCursor needs to call SetFont after all
10f28d5c9a "callcatcher: build fixes" had removed
this with the comment "SetFont() doesn't do anything" but that is clearly wrong:
Without this, e.g. bold text within text fields is not displayed as such (e.g.,
"File - New - Templates and Documnets - Templates - Presentation Backgrounds -
Black and White": the captions in the right hand pane ("Title:", "Date:", etc.)
should be bold).
2012-03-13 10:39:52 +01:00
Stephan Bergmann
760e0d2d73 Document reason for -Wno-non-virtual-dtor 2012-03-13 10:39:52 +01:00
Stephan Bergmann
cbdc446e6f Clean up ODocumentInfoPreview 2012-03-13 10:39:51 +01:00
Stephan Bergmann
3f89190894 Make Converter service new-style, for easier use 2012-03-13 10:39:51 +01:00
Miklos Vajna
e5823e8513 testcase for fdo#45563 2012-03-13 10:19:46 +01:00
Miklos Vajna
9f5dfe0779 Related: fdo#45563 RTF import of \r should be the same as \par 2012-03-13 10:06:40 +01:00
Christina Rossmanith
f8c9ed1663 Bug 45563 - incorrect IMPORT of Zotero RTF, regression 2012-03-13 10:06:37 +01:00