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
Thomas Arnhold
bfda48e498
cppcheck: redundantAssignment
...
Change-Id: I2e49ab5de06568544e0bd15fdf55fd0c2c37509a
2014-05-24 15:46:43 +02:00
Thomas Arnhold
75648d6e97
cppcheck: redundantAssignment
...
Change-Id: Icf71dc6735b9b60f6fea4dc8c78877bb652fbe95
2014-05-24 15:46:43 +02:00
Thomas Arnhold
347c4f4355
cppcheck: redundantAssignment
...
Change-Id: I433a4b39f6e0d2db135b998b4b4f1e9621e30659
2014-05-24 15:46:43 +02:00
Thomas Arnhold
d5cbe62742
cppcheck: redundantAssignment
...
Change-Id: I657ae67890a7266aa2655c366665ead61a744da6
2014-05-24 15:46:42 +02:00
Thomas Arnhold
f9b5115200
cppcheck: redundantAssignment
...
Change-Id: I1601d5b5dd2ba4ab2c3a0c9d70f337e98e4fe5c3
2014-05-24 15:46:42 +02:00
Thomas Arnhold
3930127dfb
cppcheck: redundantAssignment
...
Change-Id: I6fcece7f7a77060bfa3cd3d40db3fa4f253cf261
2014-05-24 15:46:42 +02:00
Thomas Arnhold
ec1c2c566d
cppcheck: redundantAssignment
...
Change-Id: Ia53ac439c785e83de380fddd201ad4159f729cb2
2014-05-24 15:46:42 +02:00
Thomas Arnhold
f327480933
cppcheck: redundantAssignment
...
Change-Id: I0eb832395f6a13ce1f372b6b67a1c178bc0dfa1a
2014-05-24 15:46:41 +02:00
Thomas Arnhold
78608fc932
cppcheck: redundantAssignment
...
Change-Id: I4c4be0b7eb8957e454ec5fc494cf5f6e29d1dbeb
2014-05-24 15:46:41 +02:00
Thomas Arnhold
53fb95bf89
cppcheck: redundantAssignment
...
Change-Id: Ia073fff962e53b10a6c65c4898ba2883fa78dbbc
2014-05-24 15:46:41 +02:00
Thomas Arnhold
6da59e247a
cppcheck: redundantAssignment
...
Change-Id: Ic4a2738aeba8e0446ea2428d5adab3dd11f72928
2014-05-24 15:46:41 +02:00
Caolán McNamara
aa453de65b
try harder to fix windows build
...
This reverts commit 3b26995b8e
.
Change-Id: I756e1730f8d9e87484710699177349166b87baaf
2014-05-24 14:44:48 +01:00
Caolán McNamara
3b26995b8e
Revert "vcl: move included header from end of window.cxx to the start"
...
This reverts commit 4968f83c77
.
seeing as its seems to stop windows building
2014-05-24 13:07:31 +01:00
Caolán McNamara
96e6f65907
coverity#983964 Uncaught exception
...
Change-Id: Ieb298e45512ab4c0384ea2d7ef6adcc4adc39923
2014-05-24 13:03:51 +01:00
Caolán McNamara
f3ba1de5e5
coverity#983965 Uncaught exception
...
Change-Id: I79a505eb9fbc7be6e70bd1098d47a6e8be1e04ed
2014-05-24 13:03:51 +01:00
Caolán McNamara
652eb268f0
coverity#983966 Uncaught exception
...
Change-Id: I4928d7e9c9f4cd0dd3f6b1236da9283666766a47
2014-05-24 13:03:50 +01:00
Caolán McNamara
26055db273
coverity#983968 Uncaught exception
...
Change-Id: I316fba5afdc0ca913d9932eba8a35ad3a9bf0bbe
2014-05-24 13:03:50 +01:00
Caolán McNamara
9329cd7fbe
coverity#983969 Uncaught exception
...
Change-Id: I56c8145f45da3f3265ddcc22a011ec6111b0a8ca
2014-05-24 13:03:50 +01:00
Caolán McNamara
cbb853731a
coverity#983986 Uncaught exception
...
Change-Id: I2ed7ed82e1680435bc899d8113efc12874d206f6
2014-05-24 13:03:50 +01:00
Caolán McNamara
68f383eac5
coverity#983991 Uncaught exception
...
Change-Id: Ic3bfd8b137f750b84ee584b74ad4fba6fc6220e4
2014-05-24 13:03:49 +01:00
Caolán McNamara
87bbc7f9b2
coverity#983992 Uncaught exception
...
Change-Id: I9a074690d1cc85ec48633e3fae46c4d15186108f
2014-05-24 13:03:49 +01:00
Caolán McNamara
0ac9d7a4a8
coverity#983993 Uncaught exception
...
Change-Id: I3321f847e6aeb3435f8c2dc77c495d1d4c027007
2014-05-24 13:03:49 +01:00
Caolán McNamara
2dc4632f17
coverity#983994 Uncaught exception
...
Change-Id: Ie74924e0222f9d3fbb3bcbae9242399f50b64a18
2014-05-24 13:03:49 +01:00
Caolán McNamara
d6e0201fa9
coverity#983995 Uncaught exception
...
Change-Id: I2ba52bee850646a82153df898fb73e2b01720598
2014-05-24 13:03:48 +01:00
Caolán McNamara
a71f7409c5
coverity#989714 Unchecked dynamic_cast
...
Change-Id: I0be5ad2429af7667ccea4ac491ad661eec67d398
2014-05-24 13:03:48 +01:00
Caolán McNamara
c51fe1cf11
coverity#1000603 Unchecked dynamic_cast
...
Change-Id: Ia750c9cc1c6a4182d220ad22013ac1450c498539
2014-05-24 13:03:48 +01:00