summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-22G_MENU_ATTRIBUTE_ICON is only in glib >= 2.38Caolán McNamara
Change-Id: I7761ac05fbc9be39a6982ba66054c75a331816be
2016-06-22crashtesting: assert on export of tdf96006-1.odt to rtfCaolán McNamara
revealed since... commit 81e3ca4f60e6ac0823c1233841c22a759cfe937f Author: Tor Lillqvist <tml@collabora.com> Date: Tue Jun 21 10:34:21 2016 +0300 surely here we should ask the palette how many entries are in it, not assume from the original bitcount that all entries exist. presumably the palette can only have <= 1 << BitCount entries in it Change-Id: Ieb1b98f2f13f702a6a6a20d8cf3d8e9a695141b2
2016-06-22Resolves: tdf#88985 block app from exiting during macro executionCaolán McNamara
but stop basic execution on the exit attempt, and then resend exit at a safe place when basic execution has stopped Change-Id: I77c43acffa0b82e8125dcb3b10ad9bf0d6dd26c3
2016-06-22desktop: fix loplugin:oncevarMiklos Vajna
Change-Id: I51b5d199c79c644906df355c8fbd33e5c98e7d89
2016-06-22g_icon_serialize is only in glib >= 2.38Caolán McNamara
Change-Id: I824ebd9083bd702e90f577471248be43707cc811
2016-06-22DBG_ASSERT->SAL_WARN_IF didn't reverse conditionCaolán McNamara
Change-Id: Iea3d1870df6422422a04e6027711ffa8ec65924a
2016-06-22Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna
All clients has been ported to use ImpEditView::mpLibreOfficeKitViewCallable instead. Change-Id: I3a2513ac5900f801a2e7aec79807f4e333dfba3d Reviewed-on: https://gerrit.libreoffice.org/26561 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-06-22SAL_FINAL to finalXisco Fauli
Change-Id: I58e9c533819218482f89239f6d9b07e3497d4438 Reviewed-on: https://gerrit.libreoffice.org/26558 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-06-22Increase width of Copy Table dialog in BaseMuhammet Kara
Currently the "Help" button is cropped and partially visible on the Copy Table wizard. Increasing the width to 700 seems to make it fully visible again. Change-Id: Ib64ab0724d944f310f1c76a01ee91f00087bc320 Reviewed-on: https://gerrit.libreoffice.org/26548 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-06-22move the attribute parsing code to SvParserNoel Grandin
and simplify considerably Change-Id: I2a4af15e77904b62abc81dad78a2990e2eab05f0
2016-06-22move the method param parsing code into SvParserNoel Grandin
Change-Id: I5718c309acd213f94e96efc2e9a98ab0344fe341
2016-06-22simplify parserNoel Grandin
Change-Id: If6b9ed2a0cb373c8bec5d3ff20488f5ee00231ff
2016-06-22lokdocview: ensure setView() + doSomethingElse is atomicMiklos Vajna
Otherwise it's possible that a keystroke is sent in for a different view, when that other view reacts to an invalidation (invoking paintTile()) caused by a previous keystroke. I.e. open two views, place the cursor at different positions, type fast, and some of the characters appeared at the incorrect view. Change-Id: Ie5e471f1b9c2d69adaa87111fba74d4abe184ef8 Reviewed-on: https://gerrit.libreoffice.org/26562 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-06-22Simplify dynamic_cast followed by a static_cast.Jan Holesovsky
Change-Id: Iec55b1d2e290e2bcc0286225b6f731314f058625
2016-06-22Drop unused #includeTakeshi Abe
Change-Id: Ic0cf4605cc7d02fdd537d05cbaa744c52126e6f1 Reviewed-on: https://gerrit.libreoffice.org/26545 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-06-21add ACCRINTM test caseZdeněk Crhonek
Change-Id: Iad85f67c5d395d8c74125e0dcb7ff0a7a29ae0b5 Reviewed-on: https://gerrit.libreoffice.org/26553 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-06-21sw: replace pointless XComponent and XTextContent overridesMichael Stahl
... from SwXTextGraphicObject and SwXTextEmbeddedObject. Change-Id: I22c2937617b84262c124d2504a8f9d889895005b
2016-06-21sw: use ImplInheritanceHelper for SwXTextGraphicObjectMichael Stahl
... and SwXTextEmbeddedObjectBaseClass, and get rid of pointless manual overriding of XInterface and XTypeProvider. Change-Id: I6695d825b5caba08aca9764eb3052eab77ee6fdb
2016-06-21Added Test for tdf#72788 clear direct formattingVarun Dhall
Change-Id: I9732691cb71272d690b800316a87c06b96eb7b05 Reviewed-on: https://gerrit.libreoffice.org/26529 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-06-21Simplify dynamic_cast followed by a static_cast.Jan Holesovsky
Change-Id: I89fc21757493a42e17d518da585bafdb8f2e303a
2016-06-21Updated coreAndras Timar
Project: help 3a26a9f702b811e7bef168b04696e66993d0b13d missing paragraph role Change-Id: I7f3e30a07bbdc8a9dcb8c63519ba1a78c1ada0dc
2016-06-21Simplify dynamic_cast followed by a static_cast.Jan Holesovsky
Change-Id: I86e756ce46f6cdb84bddc3faae74782c8b4ad519
2016-06-21tdf#90078 Add import bitmap button to Area PanelSusobhan Ghosh
Change-Id: I49712f807d38a614fd707d06c9453545360db89f Reviewed-on: https://gerrit.libreoffice.org/26527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-06-21Updated coreAndras Timar
Project: help d9e375bb5271e34a84f176d471ca9d4d15071ccc handle <item type="code"> Change-Id: Id6b828ffdd45530af5fda09046b85cd9fe21eecb
2016-06-21connectivity: disable connectivity::release() for nowMichael Stahl
This bizarre thing essentially does the same as WeakComponentImplHelperBase::release(), except that 1) it forgets to call disposeWeakConnectionPoint() 2) it doesn't catch exceptions from dispose() 3) it restores the m_xParent member after the dispose() call 4) it's racy because the "else" branch may be executed at a time when another thread has already concurrently deleted the object This is rather mysterious and there is no obvious reason why a manual dispose() call should clear m_xParent (as the users tend to do, by calling dispose_ChildImpl() from their disposing()), but a dispose() called from release() should restore m_xParent again. Let's try to stop doing this madness and see if anything breaks. Change-Id: I88a60fe1a7eeb625442faf436c9a3deb3c59941c Reviewed-on: https://gerrit.libreoffice.org/26554 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-06-21Updated coreAndras Timar
Project: help e84bf1290365b9fd331f06cd1c03bf11c1f4cc1e tdf#98401 fix wron paragraph role Change-Id: I7a8ffd79550d6355d59bcb256f09c4a0b785ebd2
2016-06-21update creditsChristian Lohmaier
Change-Id: I98c62533785a72b88044fb36bda3edd010aa6bb9
2016-06-21Updated coreChristian Lohmaier
Project: translations 0027ac636c89b3a606e76291246c0e49b64fe4db update translations for 5.2.0 rc1 and force-fix errors using pocheck Change-Id: I0ddd38b998824a5718c70610f21ac163db83f507
2016-06-21lok: Change version string to JSON formatPranav Kant
Change-Id: Ie1264fed9964b09006980df2e151e170b48b4082
2016-06-21connecitivty: [loplugin:nullptr]Michael Stahl
Change-Id: Ic717e1d119e1a5b8a87caca263322d9e58fe6c68
2016-06-21bridges: [loplugin:staticanonymous]Michael Stahl
Change-Id: I9d2c233c7060ea5c7a6bc028a8146ee8b2fd555b
2016-06-21bridges: [loplugin:nullptr]Michael Stahl
Change-Id: I7386569030fc95553bfb423d23d291430388992b
2016-06-21bridges: [loplugin:salbool]Michael Stahl
Change-Id: I1924f2b18763e42013c2b5ce80b664674e460fc7
2016-06-21compilerplugins: ignore GCC bridges more genericallyMichael Stahl
Change-Id: Ib76b14d37bbe3c32aa0637037d73d0d5dce01b25
2016-06-21bridges: -Werror,-Wimplicit-fallthroughMichael Stahl
Change-Id: I1ad51d4dc7e6bddfc5fa8d6252a7d6349bd5dfb7
2016-06-21compilerplugins: don't warn about __lxstat64Michael Stahl
Change-Id: I71e21d6aff55caa1bc3e8e25f0b4c60386120d00
2016-06-21remaining LibreOffice → %PRODUCTNAME in crash dialogChristian Lohmaier
Change-Id: Ied3f0644e90a05d7d38755c4f42165247edb6b37
2016-06-21Updated coreChristian Lohmaier
Project: help 2f6e93f728e4c7b278b57479bf1fd8fda3344fff remove "-" between FileAttr-Function and FileLen-Function to be consistent with the rest of the functions reported via pootle-feedback Change-Id: I6e95109a8cf4145dc84ab0f3ad699d74ee05d932
2016-06-21sw: add LOK_CALLBACK_TEXT_VIEW_SELECTION testcaseMiklos Vajna
Fails with 9f66db9c474f71f43d7a3667230241fd4fa4183f (sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTION, 2016-06-21) reverted. Change-Id: Ide21167ce2dc4287b1860b5f03a6975dc9edd4c6 Reviewed-on: https://gerrit.libreoffice.org/26550 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-06-21tdf#89329: use shared_ptr for pImpl in slidesorterbaroptXisco Fauli
Change-Id: If5b7fd23448a584d1faebaf0a540e61f091471fa Reviewed-on: https://gerrit.libreoffice.org/26331 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann
Change-Id: I455b708bfcc9d5aa71bb0ffc21efec205302169e
2016-06-21bMirrorMode and nItemImageAngle are unusedNoel Grandin
Change-Id: I87da73db3a58b2e94b3bdda2cea5874701303a18
2016-06-21lokdocview: handle LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna
It's similar to the normal selection, but it's colored and has no handles. Change-Id: Ibd9594b4834ff4f9b1cfd85912ed5cee3c8b8c71 Reviewed-on: https://gerrit.libreoffice.org/26543 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-06-21sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna
So a view can be aware where selections of other views are. Change-Id: I5026b1ff2b99a4eedfd0bde32a05ceb8e2f424bc Reviewed-on: https://gerrit.libreoffice.org/26542 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-06-21simplifyNoel Grandin
Change-Id: I67de532443cbb9e64bed67fe28ee94fef38f5eae
2016-06-21Clean up uses of Any::getValue() in pyunoStephan Bergmann
Change-Id: I35c4ac0b84e439982f87420aa7587c99ee367920
2016-06-21fix DBG_ASSERT condition to match messageNoel Grandin
Change-Id: I7073d3063d17ade9b0d4f88013c47eabb646af58
2016-06-21Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna
All clients has been changed to use SfxViewShell::registerLibreOfficeKitViewCallback() instead. Change-Id: I2538268dc9c4b449f68b5d2b05a72de584c29fd0 Reviewed-on: https://gerrit.libreoffice.org/26540 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-06-21Put more local functions into the unnamed namespaceTor Lillqvist
Change-Id: I483a1943c3c229aa839a72b333061f92c6b728ba
2016-06-21lok: Expose LO version informationPranav Kant
Change-Id: Ided924e928c04385457c7a2e231fdf57e7e38970