Matteo Casalin
a2724474fb
Use more proper integer types, constify, avoid unneeded conversions
...
Change-Id: Iaa20e4ecfa0120a443c7079aa6738b8b48c572b1
2014-05-24 22:09:10 +02:00
Matteo Casalin
73339dc7d5
Avoid temporary OUStrings
...
Change-Id: I8792fce9571ac749cec93a615d6c65bf2e086aea
2014-05-24 22:09:10 +02:00
Matteo Casalin
ae8485045f
sal_uInt16 to sal_uInt32 + some const
...
Change-Id: I12b04ab7ce15a9a30db6e4dafd64a31f4fca8a88
2014-05-24 22:09:10 +02:00
Matteo Casalin
e775953f9b
OUString: avoid temporaries + equalsAscii to ==
...
Change-Id: I9d6eda7f9b047b3d96c80c8dfc8c51b54ee04405
2014-05-24 22:09:09 +02:00
Matteo Casalin
f0aaae9293
sal_uInt16 to more proper types and constify
...
Change-Id: Ia510ac7d5b38dc6f3910a6e965f1cc154ad41f27
2014-05-24 22:09:09 +02:00
Matteo Casalin
352158b811
Remove unused headers
...
Change-Id: I67cb5bf14114f9892d2680b7688092cafd9644f1
2014-05-24 22:09:09 +02:00
Matteo Casalin
852787151b
Reduce scope
...
Change-Id: Ie73f3d0f67435d66e8cb3bb2edeb9507bc420c85
2014-05-24 22:09:09 +02:00
Matteo Casalin
957ad07e6b
Remove redundant checks
...
Change-Id: I4357e425e0459c9cc8873eba8a8ed1c5a34e9327
2014-05-24 22:09:08 +02:00
Matteo Casalin
f4166f967b
sal_uInt16 to size_t
...
Change-Id: I46d85e82376a3135408ab77ad31b76a5edbe9ce7
2014-05-24 22:09:08 +02:00
Michael Meeks
42f2f47330
libgltf: turn off openMP usage without any detection code.
...
Change-Id: Ic823109b812a3d99d8462cf67cd9aa87094bba06
2014-05-24 20:38:29 +01:00
Thomas Arnhold
d582da903e
cppcheck: unreadVariable
...
Change-Id: I5d897d968ca2640d1d127e799937cc6c3eabaf36
2014-05-24 21:20:19 +02:00
Thomas Arnhold
3d385fefb9
cppcheck: unreadVariable
...
Change-Id: If3d480bf3032ec2bd2edc62bb73dd93b00c2cbe7
2014-05-24 21:20:19 +02:00
Thomas Arnhold
e4f7907c0a
cppcheck: unreadVariable
...
Change-Id: Iedb0eaa740943964b9f6242f7908099a92077413
2014-05-24 21:20:18 +02:00
Thomas Arnhold
94bc78d2d4
cppcheck: unreadVariable
...
Change-Id: Ifbcae35c0cf3bdb9ba5c680b1627117c47d6c9a0
2014-05-24 21:20:18 +02:00
Thomas Arnhold
c2518d1ffb
cppcheck: variableScope
...
Change-Id: I36c0d491bc27ff93c13b1c497e450646d7151df4
2014-05-24 21:20:18 +02:00
Thomas Arnhold
66e4c16f13
cppcheck: catchExceptionByValue
...
Change-Id: Idbb7a68a9517270325fd9ec34c14d663573318ac
2014-05-24 21:20:18 +02:00
Thomas Arnhold
9d0b693157
cppcheck: unusedPrivateFunction
...
Change-Id: Id9634d47b009c4208169cf7f3793ba927ce95a64
2014-05-24 21:20:17 +02:00
Michael Meeks
a7653da331
Win32: fix cppunit test strangeness.
...
Appending items to our search path for libraries leaves us vulnerable
to similarly named libraries in the system. In my case some
$HOME/AMD APP SDK/2.9/bin/x86/glew32.dll presumably incompatible
with our internal version. Hence prepend important path elements to
better match our program/ setup at run-time.
Change-Id: Iecf266a9d14d71de6c2e402793339e579ec0b987
2014-05-24 20:06:07 +01:00
Michael Meeks
02638a0865
cppunit: always compile with debugging symbols on windows.
...
Also cleanup some makefile pieces and give better error warnings.
Change-Id: I9f20d60f26d5828f60664941946c266c7d166f32
2014-05-24 20:05:46 +01:00
Caolán McNamara
f2a01771ea
WaE: -Werror=unused-parameter
...
Change-Id: If24b57d3372f7b2310ee9d10315d647985393500
2014-05-24 18:09:29 +01:00
Caolán McNamara
1413d6bc99
convert doc recovery save page to .ui
...
and a wizard with one page is just a dialog, so make
that simplification and conversion too
Change-Id: I9f6335007609893308d57d693a18a313bcbb9244
2014-05-24 18:07:41 +01:00
Caolán McNamara
e5cc4e2422
Updated core
...
Project: help 7968f8275c52e174046f685b0217830254238f73
2014-05-24 12:07:06 -05:00
Michael Stahl
19b159416d
SvxMSDffImportRec: these members are all 32bit "signed integers"
...
Change-Id: Iee1dab4895970628e5f5c4ee6070f7f67ba2df8c
2014-05-24 18:34:07 +02:00
Michael Stahl
6d431ffb68
fdo#77454: fix WW8 import/export of negative image crop
...
The negative crop values were imported as large positive values, which
caused the image to be rendered with 1 pixel width after commit
2e5167528f
.
Change-Id: I0e01b9d9a05d90e868699832085a06ba5aab7e54
2014-05-24 18:34:06 +02:00
Jan Holesovsky
a0ef37c55f
libgltf: Another new version.
...
Change-Id: I784579717674f1caf68ad489d1a931936f6f9651
2014-05-24 17:52:41 +02:00
Michael Meeks
f2e0eafabc
Stub mouse move events propagation to 3D charts.
...
Change-Id: If87545df4b1caeece107a20e0c00df88fb8e6fd5
2014-05-24 17:41:49 +02:00
Markus Mohrhard
9ef8f82cb9
much improved camera control for 3D chart
...
Change-Id: I5acc481db01e2ea66c11933ec05f222858ba36f9
2014-05-24 17:38:06 +02:00
Markus Mohrhard
20e4e65b65
add a text cache to improve rendering performance
...
Change-Id: I5b3fbe9476f0eafed4524f57aa7bf65dfd029c1d
2014-05-24 17:38:06 +02:00
Markus Mohrhard
4f8d97753f
fix chart background color
...
Change-Id: I4bda3201dff1094a7fd646c620b016532a4fbc77
2014-05-24 17:38:06 +02:00
Markus Mohrhard
ead6136ba9
add text on both sides of the chart
...
Change-Id: I12d5f5e92bf908bc6d8fbd0e88293e1fcaa31c96
2014-05-24 17:38:06 +02:00
Markus Mohrhard
72dcc910a0
remove camera positioning from OpenGL code
...
Change-Id: I70a654282e8b187bc3d78041c44af17a11b4a622
2014-05-24 17:38:06 +02:00
Markus Mohrhard
9cff642cd5
remove whitespace
...
Change-Id: Ia8b664f09da0008bde48e55a144e63965dd00609
2014-05-24 17:38:06 +02:00
Markus Mohrhard
904eb232d2
Revert "add reverse bars code"
...
This reverts commit 07ef1602dfc48301031dc92d1795a42c2b6d8769.
2014-05-24 17:38:06 +02:00
Caolán McNamara
6757761706
coverity#441341 Dereference after null check
...
Change-Id: I7c3df9438d9b81e0f50f8143772b997672ca7abb
2014-05-24 16:11:02 +01:00
Caolán McNamara
a5219c7902
coverity#707241 Uncaught exception
...
Change-Id: Ia82b685a892c376dbdf5a5b7a8e559bf318b9134
2014-05-24 16:11:02 +01:00
Caolán McNamara
64da31ab88
coverity#738462 Uncaught exception
...
Change-Id: I1450211333d2c04cacc80bc66eb228d5c2e7281d
2014-05-24 16:11:02 +01:00
Caolán McNamara
b2011604f8
coverity#982175 Unchecked return value from library
...
Change-Id: I7acba38a00dfc1101e6217bff098ef7d6f032497
2014-05-24 16:11:01 +01:00
Caolán McNamara
6bd53aeb7a
coverity#982647 Missing break in switch
...
Change-Id: Ifa318214079eeb2f903b3e0c4a27c1a807787fd4
2014-05-24 16:11:01 +01:00
Caolán McNamara
56abf72c45
coverity#983622 Uncaught exception
...
Change-Id: I3b63a42444a116afe7d88e2f806b17a709651e34
2014-05-24 16:11:01 +01:00
Caolán McNamara
63387abb5b
coverity#983624 Uncaught exception
...
Change-Id: Ifbd069199d725cd3b0fcc189cbcb2cf7a59f5ffb
2014-05-24 16:11:01 +01:00
Caolán McNamara
bcbf642c4c
coverity#983657 Uncaught exception
...
Change-Id: I4feec3aeaf5f7b821a15f3b74f7b2df1f63a6681
2014-05-24 16:11:00 +01:00
Caolán McNamara
025387b6e7
coverity#983672 Uncaught exception
...
Change-Id: I1b2ff484906ba3dc85fa4926dbbf45c91a57c6be
2014-05-24 16:11:00 +01:00
Caolán McNamara
3467112fbd
coverity#983680 Uncaught exception
...
Change-Id: I62baf5b8809d915a4fe6a32788868072d55258e0
2014-05-24 16:11:00 +01:00
Caolán McNamara
aca217b5fd
coverity#983801 Uncaught exception
...
Change-Id: Ib47f77fbd5ab03a04d40e95fa8338af238531a3b
2014-05-24 16:11:00 +01:00
Caolán McNamara
94cf259457
coverity#983802 Uncaught exception
...
Change-Id: I06be01500a767e600a7f391a3e74a92d05b6d73f
2014-05-24 16:10:59 +01:00
Caolán McNamara
31ded17441
coverity#983807 Uncaught exception
...
Change-Id: Ic303dae356690db009b5917168b77da2f2d8d433
2014-05-24 16:10:59 +01:00
Caolán McNamara
8bafbd2c40
coverity#983926 Uncaught exception
...
Change-Id: I2b0115d59c312bdce7bdd9c8ae133e07dfb9699a
2014-05-24 16:10:59 +01:00
Caolán McNamara
e5c863294a
coverity#983959 Uncaught exception
...
Change-Id: Id2f069576ecacb66cfa461bdca394a06befd765b
2014-05-24 16:10:59 +01:00
Caolán McNamara
99faf61bcd
coverity#983961 Uncaught exception
...
Change-Id: I4316d9b2465f2608ac5d5992b5a2dc07d1713100
2014-05-24 16:10:59 +01:00
Julien Nabet
372d5d74ad
Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBuffer
...
bt shows:
Program received signal SIGSEGV, Segmentation fault.
0x00002aaadba213fb in oox::vml::InputStream::updateBuffer (this=0x8d7fd80) at /home/julien/compile-libreoffice/libreoffice/oox/source/vml/vmlinputstream.cxx:339
339 while( (mnBufferPos >= maBuffer.getLength()) && !mxTextStrm->isEOF() )
(gdb) bt
0x00002aaadba213fb in oox::vml::InputStream::updateBuffer (this=0x8d7fd80) at /home/julien/compile-libreoffice/libreoffice/oox/source/vml/vmlinputstream.cxx:339
0x00002aaadba21048 in oox::vml::InputStream::available (this=0x8d7fd80) at /home/julien/compile-libreoffice/libreoffice/oox/source/vml/vmlinputstream.cxx:326
0x00002aaacf5a0249 in sax_fastparser::FastSaxParserImpl::parseStream (this=0x89aea30, maStructSource=...)
at /home/julien/compile-libreoffice/libreoffice/sax/source/fastparser/fastparser.cxx:810
Indeed, mxTextStrm is invalid, so let's test its validity in InputStream constructor
Change-Id: Ifed79603e33b64d11eb07656df17824b7f98058f
2014-05-24 16:36:41 +02:00