summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-07clang scan-build: Dereference of null pointerCaolán McNamara
Change-Id: I7d47d4465bca247d52899239b3d2112790eca579
2014-07-07svp clipping: Rectangle dimensions don't map directly to B2IBox.Andrzej Hunt
Previously the clip region would end up being 1 pixel smaller in both directions than the requested area -- B2IBox considers the bottom-right point to NOT be included in its area, whereas Rectangle considers the bottom-right point to be the last point WITHIN its area. (This is equivalent to the Rectangle's getWidth/GetWidth differentiation.) This is noticeable e.g. with tiled rendering, where images spanning a tile boundary are clipped to paint only the region within a given tile -- however previously they would be clipped by an additional pixel in each direciton, resulting in an empty border along the bottom-right edge. Change-Id: I0ef3098959defc5c82719155c130aa904c04b6b1
2014-07-07fdo#80898:Fix for embedded obj 97-2003 MS Doc FileDushyant Bhalgami
Added implementation for embedded Word 97-2003 document. Change-Id: I47ec39f25beee9a37f2a1e914384bc458df31b78 Reviewed-on: https://gerrit.libreoffice.org/10078 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-07-06fix assert for empty string case on loading ooo119654-1.odtCaolán McNamara
Change-Id: I97cbb6ff0f320d9315310cbc06c52c3c4f958a64
2014-07-06DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
Change-Id: I9390228721df1b713d8cf2e719854b74d6b639c8
2014-07-06fix unhandled exception terminate on ooo48061-1.sxwCaolán McNamara
Change-Id: Ibacb94e719f42faa87ece48051ed8f72c3c78d02
2014-07-06writerfilter: remove unused getKind()Miklos Vajna
Change-Id: I7d98d1fb400e1a73ca0d935d5cfbb82de43d795e
2014-07-06fix crash on loading ooo32089-1.sxwCaolán McNamara
regression from " commit 11c94c170500e0bc147ff512789130c770843b1e SwDoc::DelLayoutFmt: don't delete content of a draw format In case a shape (has a draw format) has a textbox (RES_CNTNT of the draw format), then that's just a pointer to that content, but the draw format doesn't own it: the matching fly format does. So ignore that content when deleting the layout format in case of draw formats: that ensures when both the draw and the fly format is deleted, deletion is only performed once. " Change-Id: Id374c6afe66eb0bd665c442ba8d1dc7e39679555
2014-07-06try and help scan-build out wrt cppunit assertsCaolán McNamara
Change-Id: Id86607802415ad069aa88be98012a5c99f594218
2014-07-06coverity#706073 Unintended sign extensionCaolán McNamara
Change-Id: I13272490bf8a08cbfb1ffc37828fb30fb92f9139
2014-07-06coverity#706065 Unintended sign extensionCaolán McNamara
Change-Id: If482c75af5128778a176c40e38000b78f2087131
2014-07-06coverity#706056 Unintended sign extensionCaolán McNamara
Change-Id: Iafb36f8135893186710ae3a939e50596a372d065
2014-07-06coverity#706055 Unintended sign extensionCaolán McNamara
Change-Id: Ie917cfd5f41a6f5e58a4c629a6a5b800e2e0b42f
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara
Change-Id: I727779317672fe58c440aee76762d0a9ae28d8ca
2014-07-06coverity#704523 Division or modulo by zeroCaolán McNamara
Change-Id: I165687b22f70a03d4bcb669a04d3495454d09042
2014-07-06fix crash loading ooo#93570-3.docCaolán McNamara
regression from f2945255df273404ee2457dcf761cb8f334b732b cp#2013101510000026: doc import of comments affecting more text nodes use Move(fnMoveBackward, fnGoNode) to at least ensure we stop going backwards when we run out of valid places to go backwards to. This still isn't great because the distance between two msword character indexes only equates to the same distance between our characters in the very simple cases Change-Id: I248fd12c067577d2f1fd64f48583321eb6d453e4
2014-07-06CppunitTest_sw_ooxmlw14export: enable on WindowsMiklos Vajna
Change-Id: I24aff2ca59edb7c5e1ad342ff54e848b4d1ea280
2014-07-06writerfilter: convert namespaceids to PythonMiklos Vajna
Change-Id: Ia57a41aba91f00f3c1fb63a82c9793bf43434afb
2014-07-06error: could not convert from 'void' to 'bool'Miklos Vajna
coverity#1202762 fix probably wanted to handle the result of dbus_message_iter_init(), not the result of dbus_message_iter_init_append() Change-Id: I31de559b729421bace92b0a768cb218b072d7b4c
2014-07-06coverity#735324: Unchecked return valueNorbert Thiebaud
Change-Id: I7d6dcf0f64be944df1a94db27d1ee86f1bf2229c
2014-07-06coverity#982181: Unchecked return valueNorbert Thiebaud
Change-Id: Idcac7155b9cd3ee94c3ed773a0e6e7f24a48d47a
2014-07-06coverity#982182: Unchecked return valueNorbert Thiebaud
Change-Id: I5a1820339ea598a606c46a1e03cd296fe81ef22f
2014-07-06coverity#1202762: Unchecked return valueNorbert Thiebaud
Change-Id: Ic69a6507df5444175b6aba4de01ca94d9a28be09
2014-07-06coverity#1202763: Unchecked return valueNorbert Thiebaud
Change-Id: I82d098f269bae2f4deb7e997b03e4267e6a86bea
2014-07-06coverity#1209589: Dereference after null checkNorbert Thiebaud
Change-Id: I75d26707a7a3c0febef11b7e1c2218b8abfb7832
2014-07-06Revert "fix OpenGL error in libgltf"Markus Mohrhard
New tarball already contains the fix for it. This reverts commit 6f855fed653d6cdbfb30f8cd579d5d8d7f108aba.
2014-07-06fix memory leak in collada2gltfMarkus Mohrhard
Found by Lsan. Saves about 12MB per loaded model. Change-Id: Idaff5defd5affc3d9becf2a00d1e64f8d1d42e0f
2014-07-06fix OpenGL error in libgltfMarkus Mohrhard
The code tried to free a program as a shader Change-Id: I47de706044a5756cf972d9fdb38cac2ca1355414
2014-07-06fix new[]/delete mismatch in collada2gltfMarkus Mohrhard
Found by Asan. Change-Id: Icc73e50b7f230880dda982f1c783c86aaeaa5ca2
2014-07-06no need to declare the variable outside of the loopMarkus Mohrhard
Change-Id: I4f910494114f7dd965a75f3f9482153e0268b89c
2014-07-06use empty instead of size to check if vector is emptyMarkus Mohrhard
Change-Id: I6c90b95bdf2de441594d5d5c36f76e6aeeb74011
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard
Change-Id: Ia97fb3895e855e9fb970b0874fc100e2b900a8b7
2014-07-05coverity#983489 String OverflowNorbert Thiebaud
Change-Id: I146844d10dc6ee147031a8ffa6fabe9e271b2bd0
2014-07-05coverity#983491 String OverflowNorbert Thiebaud
Change-Id: Ic634f183a531c1ecda61b31a0883934bd7842dcc
2014-07-05coverity#983492 String OverflowNorbert Thiebaud
Change-Id: I60b38e494e063044d84acd660b18c91d297d3c04
2014-07-05cosmetic clean-up, prep for patchesNorbert Thiebaud
Change-Id: I930afa189665ddc3ce8d160fa954e11a7a2aed8c
2014-07-05coverity#983493 String OverflowNorbert Thiebaud
Change-Id: I31a167508ca33e8d6ccc13690c013c39566b9447
2014-07-05coverity#708787 Unused pointr valueNorbert Thiebaud
Change-Id: Ib1b0dd07be41d382fa24edbb37d30cbe9ea193fa
2014-07-05Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I46d49b515f5212a34612e80a82a3330a041b956c
2014-07-05Drop an empty headerTakeshi Abe
Change-Id: I34904af6da8f37459ef96071caa53230ad02a8e7
2014-07-05fdo#73241 RTF import: ignore page break in tablesMiklos Vajna
Change-Id: Ibee9fec0f421b4c2ff3d45c861bc3fcfc97cbf15
2014-07-05Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I957c0662c56e7cad3d10c8bcc1d6b22352da688f
2014-07-05make rtfimport pass again (testFdo52989)Norbert Thiebaud
Change-Id: I5166027b8bff0e1c293a3d0d6dab4c3758c27954
2014-07-05rtfimport test: add message with the value found on top of expectedNorbert Thiebaud
Change-Id: Ic17d66bd2b9f4cc4124b13ef7c962649d83ee60c
2014-07-05writerfilter: convert qnametostr to PythonMiklos Vajna
Change-Id: Ie72afbb1a7d384386d3189dae8276444767aac53
2014-07-05Use comphelper::SequenceAsHashMapMiklos Vajna
Change-Id: I555514cb8647ff4a53eeff14933cfc4a868a3ab3
2014-07-04add parenthese to fix precedence issueNorbert Thiebaud
Change-Id: Ifb4c750f4ddedd27593acde4e93331e74e9d37c4
2014-07-04fix typo in coverity#704538-9Norbert Thiebaud
Change-Id: If4868ad8190fcb1a64ae6fc18791d7a266d1b1e9
2014-07-04first delete, then nullifyTakeshi Abe
Otherwise an unreachable can happen. Change-Id: I04f03fc97aa73eb0bf75ad71ca8a1cf2d3729c08 Reviewed-on: https://gerrit.libreoffice.org/10047 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-07-04Notify screen readers when selection changes in listboxesNiklas Johansson
When you change selections in listboxes without dropdown fuctionality an accessilble event needs to be sent, this does not happen today. An example of such listbox is the Suggestions in the Spelling and Grammar dialog. Change-Id: I6100c88ae5398d8bf3f511aee7b35e88fbf151f5 Reviewed-on: https://gerrit.libreoffice.org/10087 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>