summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-03Updated coreGabor Kelemen
Project: help 1fdcc074098ce839d1bbd611cfae8f42dd3d75e6 Remove help pages and other references to the Presentation Wizard This wizard was removed recently. Drop its help too: https://cgit.freedesktop.org/libreoffice/core/commit/?id=bb8040595c9b6f0ccde39e6833f27a50abb891d8 Change-Id: Ib6ce2d1a62a556dafc4a857bf7aa0f55b8211b6a Reviewed-on: https://gerrit.libreoffice.org/29481 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-10-03remove obsolete commentsJochen Nitschke
gcc3.3 would not build with Point(0,0) in direct initialization of Rectangle: Rectangle a(Point(0,0),..); Rectangle a = Rectangle(Point(0,0),..); was the workaround which was replaced at some point in time Change-Id: I33e6607b6c7079812d9e4064cfe4d8b4badf2a95 Reviewed-on: https://gerrit.libreoffice.org/29485 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-10-03Fix typosAndrea Gelmini
Change-Id: Ia59d287a015482e9e97b701a6695463a7d235203 Reviewed-on: https://gerrit.libreoffice.org/29439 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-10-03Fix typosAndrea Gelmini
Change-Id: Ie44267e7c9f92eb1920f05235826abff761251f1 Reviewed-on: https://gerrit.libreoffice.org/29430 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-10-03loplugin:vclwidgetsCaolán McNamara
Change-Id: If31494809ba8ce0028a15a88cf1bb2ead2769701
2016-10-03LOK: Calc: clear cell background in other views on editingMarco Cecchetti
Change-Id: Ia61bcdf7db0994b6681607403c56be707a9f17d9 Reviewed-on: https://gerrit.libreoffice.org/29456 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com> (cherry picked from commit 1922c8b1d46e0067ed21a18d249f04da6f3b0160) Reviewed-on: https://gerrit.libreoffice.org/29489
2016-10-03Calc LOK: clear cell background when editing in parallelAshod Nakashian
Change-Id: Id8eccf00ec6555d62c49e06130e3aa3a0eaaddea Reviewed-on: https://gerrit.libreoffice.org/29450 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit b16ba7314ef93b657dea4d6dd676b2dfd265bcaa) Reviewed-on: https://gerrit.libreoffice.org/29486 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-10-03Calc: fixed bug in parallel cell editingMarco Cecchetti
The background color by the wrong edit view was used causing a segmentation fault. Change-Id: Ife489989e382d6f4f905f0ca305928e64bbce588 Reviewed-on: https://gerrit.libreoffice.org/29415 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-10-03Calc: implemented parallel cell text editingMarco Cecchetti
Change-Id: If8cc7a637cee6ba66813d55b25160fee13a2a219 Reviewed-on: https://gerrit.libreoffice.org/29410 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-10-03ClassLoader->URLClassLoaderCaolán McNamara
Change-Id: I1f46a99025ba33d08842da9b06611dcfa6b1b49c Reviewed-on: https://gerrit.libreoffice.org/29474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-10-03Calc: edit engine could be accessed after being destroyedMarco Cecchetti
ScTabView <---------------- ScTabViewShell +ScViewData +ScInputHandler +EditView[4] +EditEngine +ImpEditEngine +vector<pointer<EditView>> On tab view shell destruction: ~ScTabViewShell -> ~ScTabView -> ScViewData::KillEditView -> EditEngine::RemoveView but it occurs after the following: ~ScTabViewShell -> ~ScInputHandler -> ~EditEngine since data members are destroyed before ancestor classes. Change-Id: Ida56b8009c0d8a3cd23952259d78318e96ae5124 Reviewed-on: https://gerrit.libreoffice.org/29409 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2016-10-03LOK - when a view is enabled, the existing edit views are killedMarco Cecchetti
A view is notified about killing its own edit view, if any, in 4 cases: - before being deactivated - soon after being activated - when a 'cursor position changed' event occurs in any view - when a 'selection changed' event occurs in any view Now these notifications are skipped when LOK is active. Change-Id: I94020987a35b1450ec41e2fa5fcce8cfa7e92130 Reviewed-on: https://gerrit.libreoffice.org/28948 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2016-10-03Resolves: tdf#99324 accel underlines don't appear in extension option pagesCaolán McNamara
because they are not widget-layout tab pages, we have to dive down through the WB_DIALOGCONTROL widgets as well Change-Id: I13dbf88878efd89794158ce43137381008e18890
2016-10-03fix indentCaolán McNamara
Change-Id: Ia1bc9fe3c2c3833e36ec6fb9636856049acf03ec
2016-10-03sd: mpViewShell can be nullptr in DrawDocShell::GetState()Miklos Vajna
Start Impress, e.g. go to Tools -> Macros -> Organize macros -> Basic, then start editing a macro -> crash. Change-Id: Ie54a3467e0121c9f87834129ba89fe6485fea552
2016-10-03Use closure to simplify use of for_each.Kohei Yoshida
Change-Id: I4bca7bec32e194418b811244cbfb8a3ab4c0cdfa Reviewed-on: https://gerrit.libreoffice.org/29465 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2016-10-03Fix typosAndrea Gelmini
Change-Id: Iad27d1f87568890180c142774c238a14d022946d Reviewed-on: https://gerrit.libreoffice.org/29441 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-03Avoid pointless single-line wrapper for OpenCL isnan()Tor Lillqvist
Change-Id: I4056a1afac1413616a06d0b2f03d4bdead6cad10
2016-10-03Fix typosAndrea Gelmini
Change-Id: I6730c6c5eab9157533822e5045e9f86109062580 Reviewed-on: https://gerrit.libreoffice.org/29433 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin
Change-Id: I152df55f5a30e073c66cfd3a64d5090a20cb232d Reviewed-on: https://gerrit.libreoffice.org/29471 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-03remove anchor test from the conditional format API testMarkus Mohrhard
Change-Id: Ifcbcdf03d0d178f865c156fc8a6299741f814bc2 Reviewed-on: https://gerrit.libreoffice.org/29460 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-10-03Updated coreGabor Kelemen
Project: help adc609e9541410c20f3cd6fda2d1718c9850d094 test-hid-vs-ui: Remove help text about removed option 'Tip help timeout' From source/text/shared/optionen/01013000.xhp, referenced items ['tiphelptimeoutnf', 'tiphelptimeout'] were not found inside cui/uiconfig/ui/optaccessibilitypage.ui. Change-Id: I24905a46208f5f2ce3fa793ba523b74c680452d8 Reviewed-on: https://gerrit.libreoffice.org/29478 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-10-03Updated coreGabor Kelemen
Project: help 5f851b07a431857b3fbb4d03d6883578ed6bffbc test-hid-vs-ui: Fix reference to the 'invertnormals' element in .ui file From one of ['source/text/shared/01/05350400.xhp', 'source/text/shared/01/05350300.xhp', 'source/text/shared/01/05350600.xhp', 'source/text/shared/01/05350500.xhp', 'source/text/shared/01/05350200.xhp'], referenced items ['inverthormals'] were not found inside svx/uiconfig/ui/docking3deffects.ui. Change-Id: I236f7f7218c3bc43fd7cf0c2d76ca1f89297046f Reviewed-on: https://gerrit.libreoffice.org/29477 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-10-03Updated coreGabor Kelemen
Project: help d382facf6fe638dd8ec04bdf45cf92a4488cc597 test-hid-vs-ui: Fix reference to the 'formatted' element in .ui file From source/text/shared/01/05020300.xhp, referenced items ['formated'] were not found inside cui/uiconfig/ui/numberingformatpage.ui. Change-Id: I9a9fcee3ac21e79aba7e8637a8ed89597fccf296 Reviewed-on: https://gerrit.libreoffice.org/29476 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-10-03Updated coreGabor Kelemen
Project: help 91563122b47dfbc08aa2d3a5c2d73bb48eb8ff72 test-hid-vs-ui: Remove help text to deleted option 'Current document only' From source/text/shared/optionen/01040300.xhp, referenced items ['doconly'] were not found inside sw/uiconfig/swriter/ui/optfonttabpage.ui. Change-Id: Ia19102b0ec8ef72918cd23f9585b90363eaf67fc Reviewed-on: https://gerrit.libreoffice.org/29479 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-10-03fix bug in DocumentSettings::LoadList when testing result of lastIndexOfNoel Grandin
managed to trigger it in a flat ODF test document of mine. I suspect that this might have something to do with one of the various conversions to OUString, the old String APIs might have returned -LARGE_INTEGER instead of -1. code was introduced in commit cbcfda9b2079ea4ef83b2a42828408b5f70f7692 Author: Michael Meeks <michael.meeks@novell.com> Date: Mon Sep 5 17:22:24 2011 +0100 add XPropertyList enum, factory, and associated cleanup Change-Id: I39b4715cc12ef6366fe0466786589ef198602a98 Reviewed-on: https://gerrit.libreoffice.org/29473 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-10-03starmath: Add comments on indexingTakeshi Abe
Change-Id: Ic87d04f65f8272832c8742f99821876cc28bb514
2016-10-03tdf#102872 TAB function is missing its argumentLaurent Balland-Poirier
Commit 98f0e0eda50690bd01842c806bd13e3bc5af2966 introduced TAB function but its declaration in basic/source/runtime/stdobj.cxx is missing its argument So it used TAN function as argument Change-Id: Id4461ca805f9c7034b0440de46b845f29f57e3b0 Reviewed-on: https://gerrit.libreoffice.org/29437 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-10-03Resolves: tdf#101470 don't restore last value when submenu appearsCaolán McNamara
Change-Id: Ia0cce8607334289b619b1f59dbdd67b000a06e01
2016-10-03Fix typosAndrea Gelmini
Change-Id: I7000efdb7276053c16de992fa8f9a4e614ecb3e2 Reviewed-on: https://gerrit.libreoffice.org/29434 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-03coverity#1373353 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ifc65e3fbc2dd076f322482459f4ad96745f64882
2016-10-03custom dtor is unnecessaryCaolán McNamara
Change-Id: I2b9d167628995747a6c1b032f3461d988ed485e5
2016-10-03sw: prefix members of WW8FibMiklos Vajna
Change-Id: I69f8b6dda03b9a8cc19fc1dbe5e8031cfb7329d2 Reviewed-on: https://gerrit.libreoffice.org/29470 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-10-03tdf#101094 (35): Add OPTIONS as pre-check in direct WebDAV open() methodGiuseppe Castagno
The function call will act as a precheck on Web resource access error when accessing the open directly without the normal file open procedure, e.g. accessing Web resource property values first. An example of this direct open call are the extension fetching and the extension update check. Change-Id: I765a2fe29f432a07a649e5a35440ae351c681af9 Reviewed-on: https://gerrit.libreoffice.org/29454 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
2016-10-03n#780843 revert part of docx testcaseJustin Luth
revert testcase for commit 211916f86585cb4f6258eb30e0474e4c21cd37f1 On import, it is impossible to know where automatic end-of-pages will be, so it cannot be known that all the content before the page-break will be on the first page. Removing this testcase because Writer does not have the capability to dynamically assign headers/footers to continuous break sections. This test worked on this particular document, but not on generic documents. Replacing it with a version of the document with more text before the continuous break, which produces the exact opposite footer results. Change-Id: If660edd47b4eb19798f79babe65c37e1a9848739 Reviewed-on: https://gerrit.libreoffice.org/29408 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-10-03Fix typosAndrea Gelmini
Change-Id: Ie75beb4e282a4d1b784a5847262e39cf9c851527 Reviewed-on: https://gerrit.libreoffice.org/29440 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-03add more dumpAsXml()Noel Grandin
and make it format the output nicely, so I don't have to use 'xmllint --format' before I can read it. Change-Id: I065ee93193f3c6c7bab87212ab96021fb0d7c5ed Reviewed-on: https://gerrit.libreoffice.org/29407 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-03tdf#100726 Improve readability of OUString concatinationChamal
Fixed the issue on sw/source/core/access/accpreview.cxx Change-Id: I74a19129580ca8f7f357d590832cac5a360ba636 Reviewed-on: https://gerrit.libreoffice.org/29455 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-03remove pointer to localJochen Nitschke
Change-Id: I21cb1e1798d7ca127005fd047d84ff535eb48019 Reviewed-on: https://gerrit.libreoffice.org/29458 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-02add test for tdf#77873Markus Mohrhard
Change-Id: Ifd16c51029d2aa4deda0370f4d2867ed9c9e53d9 Reviewed-on: https://gerrit.libreoffice.org/29461 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-10-02support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard
Change-Id: Id09ecbd10b8ee60371f223d62f2dd6fe1c2296ca Reviewed-on: https://gerrit.libreoffice.org/29459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-10-02uitest: annotate slidesorter windowMarkus Mohrhard
Change-Id: Ie8c0cf79b8b92908a001271934a81fa2a2d6e693 Reviewed-on: https://gerrit.libreoffice.org/29447 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-10-02tdf#90937 Add a set of cell styles to calcJaskaran Singh
The styles that are are added by this commit were created by the design team. Special thanks to Yousuf Philips and Mattiaz Poldaru for taking initiative. These styles have been taken from the attachment posted on the bugzilla thread. A few necessary lines have been added to make it work. Change-Id: I7503ea9114e3908a4007a5e5d6a09486a32a3674 Reviewed-on: https://gerrit.libreoffice.org/29364 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>
2016-10-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorChamal
Fixed the bug on sw/source/core/access/accpreview.cxx Change-Id: Ia16b03f4e5c377a0715608efbd0730c196b26f4b Reviewed-on: https://gerrit.libreoffice.org/29453 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-02tdf#100726 Improve readability of OUString concatinatione12346
fixed the bug on rsc/source/rsc/rsc.cxx Change-Id: I0c1c92f63b8c18d3acbdcf74e7284a2dae19da44 Reviewed-on: https://gerrit.libreoffice.org/29451 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-10-02cppcheck invalidPrintfArgTypeJochen Nitschke
signedness and long vs int corrections Change-Id: I67c6b9e05b16f5d8d4693879f1656db50dc7ec48 Reviewed-on: https://gerrit.libreoffice.org/29355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-10-02add default casesJochen Nitschke
mutes over 150 warnings on kde build environments 'enumeration value ´...´ not handled in switch [-Wswitch]' Change-Id: Iefc8cd3bc820b1d8e039db6fc188533ceffb9d39 Reviewed-on: https://gerrit.libreoffice.org/29225 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-10-02starmath: Prefix members of SmParserTakeshi Abe
Change-Id: Ib39bf2a9b8c37d9f2ac4ed3db602c3b0a82a506b Reviewed-on: https://gerrit.libreoffice.org/29397 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-10-02fix indentationMarkus Mohrhard
Change-Id: I74e02ba63e7a5d9fee37e7a2a384ddc4018804b3 Reviewed-on: https://gerrit.libreoffice.org/29448 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-10-02unit test cases for approxEqual() and approxSub()Eike Rathke
Change-Id: I4aa53d83feaccd3d08c69a35cee2fa84f1ec0964 Reviewed-on: https://gerrit.libreoffice.org/29429 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>