summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-24coverity#983801 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: Ib47f77fbd5ab03a04d40e95fa8338af238531a3b
2014-05-24coverity#983802 Uncaught exceptionCaolán McNamara4-4/+4
Change-Id: I06be01500a767e600a7f391a3e74a92d05b6d73f
2014-05-24coverity#983807 Uncaught exceptionCaolán McNamara1-36/+14
Change-Id: Ic303dae356690db009b5917168b77da2f2d8d433
2014-05-24coverity#983926 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I2b0115d59c312bdce7bdd9c8ae133e07dfb9699a
2014-05-24coverity#983959 Uncaught exceptionCaolán McNamara2-3/+6
Change-Id: Id2f069576ecacb66cfa461bdca394a06befd765b
2014-05-24coverity#983961 Uncaught exceptionCaolán McNamara3-3/+8
Change-Id: I4316d9b2465f2608ac5d5992b5a2dc07d1713100
2014-05-24Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBufferJulien Nabet1-0/+2
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-24cppcheck: redundantAssignmentThomas Arnhold1-3/+1
Change-Id: I2e49ab5de06568544e0bd15fdf55fd0c2c37509a
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-4/+2
Change-Id: Icf71dc6735b9b60f6fea4dc8c78877bb652fbe95
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-1/+0
Change-Id: I433a4b39f6e0d2db135b998b4b4f1e9621e30659
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-8/+4
Change-Id: I657ae67890a7266aa2655c366665ead61a744da6
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-5/+3
Change-Id: I1601d5b5dd2ba4ab2c3a0c9d70f337e98e4fe5c3
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-2/+1
Change-Id: I6fcece7f7a77060bfa3cd3d40db3fa4f253cf261
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-2/+1
Change-Id: Ia53ac439c785e83de380fddd201ad4159f729cb2
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-6/+2
Change-Id: I0eb832395f6a13ce1f372b6b67a1c178bc0dfa1a
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-2/+1
Change-Id: I4c4be0b7eb8957e454ec5fc494cf5f6e29d1dbeb
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-2/+1
Change-Id: Ia073fff962e53b10a6c65c4898ba2883fa78dbbc
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-2/+1
Change-Id: Ic4a2738aeba8e0446ea2428d5adab3dd11f72928
2014-05-24try harder to fix windows buildCaolán McNamara2-4/+6
This reverts commit 3b26995b8e704438fc3f2cd5bb4c224d75f64b95. Change-Id: I756e1730f8d9e87484710699177349166b87baaf
2014-05-24Revert "vcl: move included header from end of window.cxx to the start"Caolán McNamara1-5/+4
This reverts commit 4968f83c770edac72cba6ecd81cb096c62e6456a. seeing as its seems to stop windows building
2014-05-24coverity#983964 Uncaught exceptionCaolán McNamara3-3/+13
Change-Id: Ieb298e45512ab4c0384ea2d7ef6adcc4adc39923
2014-05-24coverity#983965 Uncaught exceptionCaolán McNamara2-2/+8
Change-Id: I79a505eb9fbc7be6e70bd1098d47a6e8be1e04ed
2014-05-24coverity#983966 Uncaught exceptionCaolán McNamara3-3/+7
Change-Id: I4928d7e9c9f4cd0dd3f6b1236da9283666766a47
2014-05-24coverity#983968 Uncaught exceptionCaolán McNamara3-3/+13
Change-Id: I316fba5afdc0ca913d9932eba8a35ad3a9bf0bbe
2014-05-24coverity#983969 Uncaught exceptionCaolán McNamara3-3/+13
Change-Id: I56c8145f45da3f3265ddcc22a011ec6111b0a8ca
2014-05-24coverity#983986 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I2ed7ed82e1680435bc899d8113efc12874d206f6
2014-05-24coverity#983991 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: Ic3bfd8b137f750b84ee584b74ad4fba6fc6220e4
2014-05-24coverity#983992 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I9a074690d1cc85ec48633e3fae46c4d15186108f
2014-05-24coverity#983993 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I3321f847e6aeb3435f8c2dc77c495d1d4c027007
2014-05-24coverity#983994 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: Ie74924e0222f9d3fbb3bcbae9242399f50b64a18
2014-05-24coverity#983995 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I2ba52bee850646a82153df898fb73e2b01720598
2014-05-24coverity#989714 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: I0be5ad2429af7667ccea4ac491ad661eec67d398
2014-05-24coverity#1000603 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: Ia750c9cc1c6a4182d220ad22013ac1450c498539
2014-05-24coverity#1000843 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: Iad3368c1345b0c9674c069ff7981d3c40f7f7139
2014-05-24coverity#1000844 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I2e322d4861da05e04dfe19fa15f9bc281e1ef0d8
2014-05-24coverity#1000845 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I968baef18f9a14301d69a5eaad07ceb8b9633062
2014-05-24coverity#1000846 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I4e92ad97e7b3567c028d63ac0936fa9cdef12e24
2014-05-24coverity#1027647 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: I89a4cf7a8146205bc5c70e8e34111ff54afc5cf3
2014-05-24coverity#1027650 Unchecked dynamic_castCaolán McNamara1-1/+2
Change-Id: Ic1973463e4c6d85bbfacc077f58f7d1fe16de73a
2014-05-24improve the bar and text positioningMarkus Mohrhard1-10/+10
Keep a bit of space to the border and move the text a bit away from the chart area. This makes it look much better in my opinion. Change-Id: I1eee505e8361cbc0e3ca859d74a96af880451198
2014-05-24make sure that OpenGL charts are rendered after importMarkus Mohrhard4-0/+62
Change-Id: I3701a7593d7394abc39532a87b9aa50a3c92d457
2014-05-24cppcheck: Prefer prefix ++/-- operatorsJulien Nabet2-4/+4
Change-Id: I290ccba1487e59ea6f86bfb0382671ca4ed50831
2014-05-24modify the camera position to show the whole sceneweigao1-1/+1
Change-Id: I0d197295046a478d59f4260f2931fbaec9a17a33
2014-05-24the destructor alreadz clears the vectorMarkus Mohrhard1-3/+0
Change-Id: I085e3463251a7d73be9724ae56bd6aa3fcf50a34
2014-05-24fix the calling of polygon APIweigao1-1/+3
Change-Id: I14d7e8594dae86830ca05aeb28633feac0a258cc
2014-05-24fix the polygon normalweigao1-1/+1
Change-Id: I89f27b409cf04f98f90bdc61396a8c58ec91d7f7
2014-05-24fix polygon renderweigao1-9/+7
Change-Id: Id808ce630f6b3a15a31fdcfac99b332ed5f7f29f
2014-05-24adapt code to the text mapping fixMarkus Mohrhard1-6/+7
Change-Id: I8fd22529a0749f9bf1bff75534dca61f2f65312b
2014-05-24map strings correctly to 3d objectsMarkus Mohrhard1-7/+7
Change-Id: I21b62a869b89c23ddba75eb8c33c30a73160098b
2014-05-24GetTexBoundRect does not really return teh bounding rectangleMarkus Mohrhard1-1/+2
Change-Id: I66c996dadab51debc39a50c5e93e8c6a76842ceb