Commit Graph

30 Commits

Author SHA1 Message Date
Michael Stahl
24b449b7fc cppcanvas: processEMFPlus: fix valgrind warning:
When reading EmfPlusRecordTypeDrawImagePoints, handle the variant where
points are stored as 16-bit integers instead of floats correctly.
Found via valgrind on loading bugdoc from fdo#42252.
2012-03-09 15:40:00 +01:00
Radek Doulik
0d396171b6 workaround for buggy metafile images 2012-03-07 16:59:53 +01:00
Szabolcs Dezsi
eed2695cd5 Removed unused code from cppcanvas 2012-02-17 15:48:23 +00:00
August Sodora
3b8bf60a04 Revert "callcatcher: Remove unused code"
This reverts commit 070eff8cf1.
2011-12-21 06:46:56 -05:00
August Sodora
070eff8cf1 callcatcher: Remove unused code 2011-12-21 06:25:31 -05:00
Radek Doulik
d169860411 more debug info for emf+ rendering - path 2011-11-28 10:23:51 +01:00
Caolán McNamara
8e9ad03830 Related: fdo#38580 NULL object 2011-10-10 16:51:55 +01:00
Caolán McNamara
90e9a26aa5 make base class dtor virtual
otherwise calling delete on a base class pointer to an instantiation of a
derived class doesn't call the derived class's dtor
2011-09-12 09:10:03 +01:00
Gabor Jenei
cdc4b38034 fix warnings 2011-09-01 16:42:03 +01:00
Caolán McNamara
55240e889b WaE: in debug=2 mode 2011-08-29 13:41:44 +01:00
Gabor
0e9d01756c debug build errors 2011-08-23 14:05:22 +01:00
David Tardon
8c9a0ef14f align closing brace 2011-08-11 06:47:32 +02:00
David Tardon
180c35752d WaE: add braces around empty body in else stmt 2011-08-11 06:45:08 +02:00
Radek Doulik
d7d976c257 check bitmap size before creating canvas action 2011-08-10 22:42:48 +02:00
Radek Doulik
2c9d31b48d added MultiplyWorldTransform record type 2011-08-10 22:42:47 +02:00
Radek Doulik
067362e1ce enable emf debug dump when dbglevel > 1 2011-07-26 14:30:52 +02:00
Radek Doulik
e7c9affbe4 make the debug build work again 2011-06-10 16:00:58 +02:00
Michael Meeks
be3c5022c3 cleanup 2011-03-14 10:30:59 +00:00
Norbert Thiebaud
a918e60386 mis-merge: clean-up remaining tools types 2011-03-12 19:02:03 -06:00
Caolán McNamara
753a2faaa6 cppcheck: methods can be const 2010-11-25 16:02:40 +00:00
Gert Faller
433b107ea2 RTL_CONSTASCII_USTRINGPARAM in libs-gui 01 2010-11-22 16:56:04 +01:00
Sebastian Spaeth
4905a19032 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:02:15 +02:00
Radek Doulik
4386aa5455 emf+-cppcanvas-replace-poly-factory-and-clean.diff: emf+ import
- replace deprecated polygon factory and clean the code a bit
2010-09-15 17:54:14 +02:00
Radek Doulik
2191eefb0c emf+-driver-string.diff: emf+ import - extended string rendering\n\nn#519715 2010-09-15 17:54:14 +02:00
Thorsten Behrens
f3b377d331 vcl-pluggable-mtf-renderer.diff: emf+ import - checks for valid input
in emf+ renderer, small changes to the patch by Radek (rodo@novell.com)
2010-09-15 17:54:14 +02:00
Radek Doulik
590282f4f0 emf+-embedded-mf-image.diff: emf+ import - support for embedded MF images 2010-09-15 17:54:14 +02:00
Radek Doulik
a529db20d6 emf+-multipart-objects.diff: emf+ import - support multipart objects 2010-09-15 17:54:14 +02:00
Radek Doulik
acd8f4caef emf+-crash-fix.diff: emf+ import - fix crash
n#361534
2010-09-15 17:54:14 +02:00
Radek Doulik
25a9a87739 added copyright notice 2010-09-15 17:54:14 +02:00
Radek Doulik
52505ffb37 emf+-cppcanvas-renderer.diff: emf+ import - rendering implementation 2010-09-15 17:54:14 +02:00