summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-26coverity#1266468 Dereference null return valueCaolán McNamara
Change-Id: I5ea0e972eeb585870f309e7e73ba4b1ece5dfa6a
2015-01-26coverity#1266471 Dereference null return valueCaolán McNamara
Change-Id: I8ef36169011b1ef9d4b163e1b019a44b2d5add03
2015-01-26coverity#1266469 Dereference null return valueCaolán McNamara
Change-Id: Ia274259186e78848638a4c828c6acded1fcc86a9
2015-01-26coverity#1266467 Dereference null return valueCaolán McNamara
Change-Id: Ifc6aa75417e9b43afd103079a6cd986e79f0c069
2015-01-26coverity#1266442 Dereference after null checkCaolán McNamara
Change-Id: Ib1c2ba3546ed3a8fb60484257c0c8995be160908
2015-01-26coverity#1266488 Untrusted loop boundCaolán McNamara
Change-Id: I41592965590d53fbaa632cf01abed430427a9698
2015-01-26coverity#1266486 Untrusted loop boundCaolán McNamara
Change-Id: I3c2ad66dd181c33073f8393dc81d1f56a80d5a87
2015-01-26fix coverity#1266487Caolán McNamara
Change-Id: I414dae9b5de83d0e0f9c3195262995cf0f4fd3e2
2015-01-26coverity#1266447 Explicit null dereferencedCaolán McNamara
Change-Id: I4fc92ef828d549d968692a5a33f8dbcded27f7bb
2015-01-26coverity#1266444 Explicit null dereferencedCaolán McNamara
Change-Id: I7b7beddf7769d92152c483eacd957348717b4a22
2015-01-26coverity#1266441 Unchecked return valueCaolán McNamara
Change-Id: Ifa0ebd05ed22a5c32b75b7c86e1910eab291fa55
2015-01-26coverity#1266446 Explicit null dereferencedCaolán McNamara
Change-Id: I1ed3bee339855383c56e05bd3cb0031472ce6f55
2015-01-26coverity#1266443 Dereference after null checkCaolán McNamara
Change-Id: Ia267546994c34cd6dc8e65cbb7e701c9b300816a
2015-01-26coverity#1266449 Explicit null dereferencedCaolán McNamara
Change-Id: I33655eac7973b1824179b376417d6a402f922944
2015-01-26coverity#1266473 Dereference null return valueCaolán McNamara
Change-Id: I3f6bd3687d8546f4ad24043294b3e6dd5eb8b294
2015-01-26coverity#1266440 Unchecked return valueCaolán McNamara
Change-Id: I84a9c08e539c98408d49b2f4276fb547d2deefd7
2015-01-26coverity#1266460 Argument cannot be negativeCaolán McNamara
and coverity#1266463 Argument cannot be negative coverity#1266466 Argument cannot be negative Change-Id: I4e910fa189be3b6cb8e9a6163a0d24dfcc1ef7d8
2015-01-26coverity#1266461 Improper use of negative valueCaolán McNamara
Change-Id: I4f78617129de21f7088d6f0d8b781674faa6b45a
2015-01-26coverity#1266487 Use of untrusted scalar valueCaolán McNamara
Change-Id: I6de5b1e4d363063ec5d9e471c40cf1f943468634
2015-01-26coverity#1266519 Use after freeCaolán McNamara
Change-Id: Ib6b3b33f4b45e3bb0ff35d9e82db46bf59c60916
2015-01-26coverity#1266451 Explicit null dereferencedCaolán McNamara
Change-Id: I66beecf2e1bb721f6bd2b563cc04c02570a0a306
2015-01-26coverity#1266448 Explicit null dereferencedCaolán McNamara
Change-Id: If16ef982e7d9ae85ee73fa21ef97b328714bf9b8
2015-01-26coverity#704680 Dereference after null checkCaolán McNamara
Change-Id: I50a6067b828cb5277f91aba697b419b8d0167efe
2015-01-26coverity#1266459 Improper use of negative valueCaolán McNamara
Change-Id: I9b924f7a6e5f216e1429259239ac598a10d1d5dd
2015-01-26coverity#1266452 Explicit null dereferencedCaolán McNamara
Change-Id: I2cc0edfdc432f35233edef4d8fb2a60c34e1fc7f
2015-01-26coverity#1266450 Explicit null dereferencedCaolán McNamara
Change-Id: Ia9a2ef623eeeed1d31bf62a18086b540dc394810
2015-01-26coverity#703982 Unchecked return valueCaolán McNamara
Change-Id: Ibcea87db4fcb9d8cd9d1370ea314ffbc7a8acc64
2015-01-26coverity#1266502 Useless callCaolán McNamara
Change-Id: I443cc28b81508b32c49ba795583ed304729d3fa0
2015-01-26coverity#1266495 Untrusted loop boundCaolán McNamara
Change-Id: Ia96b29f291cf4dc97d2a4998850d641f16cb2a01
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl
Change-Id: I443f73fab48f1b66b38e2c77af0fe89f99ee4cd0 Reviewed-on: https://gerrit.libreoffice.org/14142 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-26gtktiledviewer: fix for missing g_info()Miklos Vajna
Change-Id: I04a91065526b49bacb72c7d4865440efc3b3f7d0
2015-01-26fix for missing g_infoMiklos Vajna
Change-Id: Ibfab6d3aadb126fc357fd2d15485dcde8ceefa94
2015-01-26LOK: don't ignore all callback events when we're in the callback alreadyMiklos Vajna
There are two conflicting requirements here: - if there was an invalidation event, and PaintTile() is called due to that, then we're not interested in invalidation events generated by PaintTile() itself. - we do want other event types all the time like the cursor rectangle Change SwViewShell::libreOfficeKitCallback(), so that it doesn't ignore all callbacks when we're in the callback already, just the so far only problematic type: tile invalidation. Change-Id: Idcaedbbe0fe2b5b1aa9bafbfe33a81c8011fe148
2015-01-26sw: missing constsMiklos Vajna
Change-Id: I052c8dfb668cbc31ba03d9b68bc21be58fce0e2a
2015-01-26android: touch pop-ups keyboard and sends mousebuttondown eventTomaž Vajngerl
Change-Id: I98bf7c5ae4d31ab1a48321d1c5a3a4858cd3e00b
2015-01-26android: convert to document coor. and send it with touch eventTomaž Vajngerl
Change-Id: I11286f73d23b21ee1e35e332b64b8bb37f7aaae8
2015-01-26android: view point to document point conversion updatedTomaž Vajngerl
Change-Id: Ie8a712f3fa24d0ffeef3ef524c02e97acdb1237e
2015-01-26android: extend touch event with transformed document coordinateTomaž Vajngerl
Change-Id: I17e48bd39b799dc41b8d0402652f70d33ba002d7
2015-01-26android: add mouseButtonDown(Up) to TileProvider + impl.Tomaž Vajngerl
Change-Id: I1ca2242d2bc7ee7d2d48a4a5f5bcc6e77edfaa2d
2015-01-26android: add some comments to TileProvider interfaceTomaž Vajngerl
Change-Id: I1c6f7bccda2392235242f5c26af1437f1365f728
2015-01-26android: translate DEL/ENTER in LOKitTileProviderMiklos Vajna
Change-Id: Idda4769fc85a4059ba46706430f30ed247dddaa3
2015-01-26android: use getUnicodeChar() in LOKitTileProviderMiklos Vajna
Follow gtktiledviewer's approach for keycodes: unless it's a special key, ask the system to provide the Unicode equivalent and send that. This makes typing work, except for special keys. Change-Id: If9891ddfb0d52e1160099aa00580d1b261e71e61
2015-01-26android: make sure the soffice.cfg directory is always availableMiklos Vajna
Otherwise FSStorageFactory::createInstanceWithArguments() would throw, resulting in a css::configuration::CorruptedConfigurationException later, that makes LO throw up its hands in Desktop::Main() and say that the instset is simply corrupted, there is no point in continuing further. Change-Id: I3a401ee77f4fbf1a42a09c5fedd7681b4f32e952
2015-01-26android: disable Impress View -> Slide PaneMiklos Vajna
Change-Id: I5a3c014894fe74781cf050f3cd2ce2bcc0395cb3
2015-01-26configure: fix --with-android-package-name wrt ndk-gdbMiklos Vajna
Default to the package name that makes ndk-gdb happy in case --enable-dbgutil is used (can be extended later to --enable-symbols / --enable-debug as well, if necessary). Change-Id: If9dc09f48c895a4a138c3911f129e84f001d5f43
2015-01-26android: add postMouseEvent to LOKit JNI interfaceTomaž Vajngerl
Change-Id: I652a0c365c4a1413226cdd4dc7910e65ac2a5285
2015-01-26android: 'make release-apk' now also accepts the example document.Jan Holesovsky
Change-Id: I4144d0ed42a50be4fa91f377f78a20c28fda36f6
2015-01-26android: Rename 'make sign' to 'make release-apk'.Jan Holesovsky
This now also allows to specify the version number; now you want to use: cd android/ make versionCode=<previous_version_num+1> key=<key_name> release-apk Change-Id: I078e8dbbe671969fc3b228ac987cdb9a4a53b281
2015-01-26android: Bind the release/debug setting to --enable-release-build.Jan Holesovsky
Change-Id: I9e9849d91dda0ff9361ef9a0023be18406b067d0
2015-01-26android: it doesn't hurt to log the document filename on loadTomaž Vajngerl
Change-Id: I18554052e543a8799ebb45727947a3466b1c793c