summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-31Updated coreAndrea Gelmini
Project: help f7e82f12585648e59c308607d8754616c5d930b0 Fix typo Change-Id: I8fd351833236fe594a0480d9e09b0ef072ec7c46 Reviewed-on: https://gerrit.libreoffice.org/48997 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-01-31Updated coreIlmari Lauhakangas
Project: help 11adc4492b11253c5d24d217354581956da1f52b Fixes for MS browsers and tweaks to fuzzy search Some experimental JS tech had slipped into the mix. Search settings should also be a bit more performant now. Change-Id: Ifae9986efc02d20fefa9480ae463107fe4743944 Reviewed-on: https://gerrit.libreoffice.org/48988 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-31tdf#111417 Import read only property on ActiveX text boxbrian houston morrow
Change-Id: I45d933ef308fbad31695cfc9f668eced4cd8e1f1 Reviewed-on: https://gerrit.libreoffice.org/48872 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2018-01-31No apparent need to restrict intermediate values to sal_uInt16Stephan Bergmann
PPTNumberFOrmatCreator's nTextOfs and nBulletOfs are both sal_uInt32, while SvxNumberFormat's SetAbsLSpace and SetFirstLineOffset both take short parameters Change-Id: I2512fad4387bc8393be694b67be03ac8ea543cce Reviewed-on: https://gerrit.libreoffice.org/48954 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-01-31ofz: speed up bitmap image fuzzingCaolán McNamara
Change-Id: I73c9ee7aef7062e3cb025c6ae0f3bb6a91485330 Reviewed-on: https://gerrit.libreoffice.org/48983 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-01-31tdf#114596 dbaccess: fix mysterious dataloss bugMichael Stahl
OBookmarkContainer actually re-uses the reference count of ODatabaseSource, so converting ODatabaseSource::m_aBookmark to Reference created a cycle, which somehow causes the dataloss, because evidently something as important as storing the data must be done in the destructor. (regression from 2660d24a07866e083c5135ea263030f3e3a2e729) Change-Id: I4cad01dc9cdaf405c1eb31d6c0e161eb6712b78f
2018-01-31BitmapColor can be finalNoel Grandin
Change-Id: I903362c158190a9f1ee68c2e580a0c695a4c86d8 Reviewed-on: https://gerrit.libreoffice.org/48970 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-01-31Improve performance when looking for draw objects anchored to cellsSamuel Mehrbrodt
Look for a whole column at once so we don't have to iterate all draw objects for every cell, but only once per column. Follow-up for 3a2a430ae8e2c1647c18d8904477949f6e2e7941 Change-Id: Ic8740fca7d595528785b432c1cedf4fad4f13ba1 Reviewed-on: https://gerrit.libreoffice.org/48416 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2018-01-31SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann
...so there appears to be no good reason to cast from sal_Int32 to sal_uInt16 first Change-Id: I67384bc736685269acb6c2033b2c4edffd27a510 Reviewed-on: https://gerrit.libreoffice.org/48953 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-01-31Make nOffs be long from the startStephan Bergmann
...implicitly casting it to smaller types where necessary, instead of the other way around Change-Id: Ib7673fbae016b0c91bf37d6768692fa99ccae46c Reviewed-on: https://gerrit.libreoffice.org/48955 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-01-31SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann
...so there appears to be no good reason to cast from long etc. to sal_uInt16 first Change-Id: I870e63404bed09cd42673692e08fc12c1c1e2fdf Reviewed-on: https://gerrit.libreoffice.org/48958 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-01-31SvxNumberFormat::SetAbsLSpace takes a shortStephan Bergmann
...and none of the places that call SvxNumberFormat::GetAbsLSpace (also returning short) look like they deliberately cast back to sal_uInt16 (i.e., to tunnel a genuinely unsigned value through SvxNumberFormat), so it looks more plausible to restrict values here to short and SHRT_MAX, instead of sal_uInt16 and USHRT_MAX. Change-Id: I6807c1b29d30c3f9bfe1ad8b98d0b3ef64dd6a5a Reviewed-on: https://gerrit.libreoffice.org/48957 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-01-31SvxNumberFormat::GetAbsLSpace returns short...Stephan Bergmann
...(and both calls of CorrectTabStopInSet pass in the result of a GetAbsLSpace call), and SvxTabStop::GetTabPos() is sal_Int32& (and that's what nAbsLeft is combined with inside CorrectTabStopInSet), so why use an intermediary parameter of type sal_uInt16? Change-Id: I1cd1869ead58c419eecb3e2d1fbfb87f96bca86f Reviewed-on: https://gerrit.libreoffice.org/48956 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-01-31tdf#90487 Size of chart series dropdownheiko tietze
Width reduced to 75px Change-Id: I269eed9054e75d3885cb53d6a773460d30c67a14 Reviewed-on: https://gerrit.libreoffice.org/48896 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-01-31SvxNumberFormat::GetAbsLSpace returns shortStephan Bergmann
Change-Id: I26461962c52c7b77308dbf3a7734b6ca9fba6e82 Reviewed-on: https://gerrit.libreoffice.org/48951 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-01-31Bin line that has been commented out foreverTor Lillqvist
Change-Id: I363ad44545adae11fb4d74048d906eb6fdd8e819
2018-01-31SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann
...so there appears to be no good reason to cast from long to sal_uInt16 first Change-Id: I5baf699fbf043eae6a20e2055b53aef10103f591 Reviewed-on: https://gerrit.libreoffice.org/48952 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-01-31ofz: Infinite loopCaolán McNamara
Change-Id: I3f3ebaea1fe3a3b3919fe204bd8769287e84deaf
2018-01-31ofz: speed up jpg fuzzer a tadCaolán McNamara
Change-Id: Ie44698565865b3aacc1ebd0a3e41d5001bf8e09a
2018-01-31tweak clippath fuzzing pathCaolán McNamara
Change-Id: Iebcf12eec5cf5282e798ff5d4fe6649e3a8eea3f
2018-01-31Fix protection of some unnecessarily strictly protected filesTor Lillqvist
Change-Id: I8bd18130c5fe87b2b352d285d58dd6a4f4499768
2018-01-31Fix some IWYU warningsMiklos Vajna
Change-Id: I85a096505b0de98fd1de6179b9239318622fc34a Reviewed-on: https://gerrit.libreoffice.org/48933 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2018-01-31Modernize a bit vcl (part4)Julien Nabet
by using for range loops Remark: some iterators were used outside loops, these have been replaced by the counterpart origin variable Change-Id: I0b1e69811f16752b0962f5c5e662ea20064e26b4 Reviewed-on: https://gerrit.libreoffice.org/48829 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2018-01-31Remove shared mxComponent (test document) in scsubtotalfieldobjJens Carl
Change-Id: If47716c6dbc353059c42a2bcd09f7c11ed53796f Reviewed-on: https://gerrit.libreoffice.org/48937 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-31loplugin:useuniqueptr in SvXMLExportNoel Grandin
Change-Id: I8ce26b7cddeb74fd86f60896c84bf3574ccbc9bc Reviewed-on: https://gerrit.libreoffice.org/48421 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-01-31Remove shared mxComponent (test document) in scviewpaneobjJens Carl
Change-Id: I8bf7adb11e49d926a5910a4bd8279e16cf34833f Reviewed-on: https://gerrit.libreoffice.org/48943 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-31Remove shared mxSourceComponent and mxTargetComponent (test documents)Jens Carl
in scstyleloaderobj Change-Id: I7702f6458a56a9a4f8514a354505cf8f93ec8390 Reviewed-on: https://gerrit.libreoffice.org/48932 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-31Remove shared mxComponent (test document) in sctablesheetobjJens Carl
Change-Id: I4c381b7f7520bf7d3103dfea22e3643b2eae01b1 Reviewed-on: https://gerrit.libreoffice.org/48940 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-31Remove shared mxComponent (test document) in sctablevalidationobjJens Carl
Change-Id: I94900cd87e61b5ee6618ccb736bee82c349c8cc3 Reviewed-on: https://gerrit.libreoffice.org/48942 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-31tdf#72942 Do not overwrite styles from the inserted docSerge Krot
During inserting of the text from the external document we should not change original default styles in currently opened document. Added unit test. Change-Id: Ida754a0da5efaaa043464cd807c0b52cfb0d5670 Reviewed-on: https://gerrit.libreoffice.org/48826 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-01-31Remove shared mxComponent (test document) in sctableconditionalformatobjJens Carl
Change-Id: I9a255067cce2ae013d1054fbad7efa10bce4378b Reviewed-on: https://gerrit.libreoffice.org/48939 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-31Remove shared mxComponent (test document) in screcentfunctionsobjJens Carl
Change-Id: Id0d9e3f86f9e48333f415b4eb2a05b3211473b67 Reviewed-on: https://gerrit.libreoffice.org/48925 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-31Remove shared mxComponent (test document) in scoutlineobjJens Carl
Change-Id: I054de2c9f421e13069314146f972e95ab9ae322b Reviewed-on: https://gerrit.libreoffice.org/48924 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-31Remove shared mxComponent (test document) in scsubtotaldescriptorbaseobjJens Carl
Change-Id: Ia97f3e7b637c2b14a9c07c521dcd5b8ff1ff0686 Reviewed-on: https://gerrit.libreoffice.org/48935 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-30Remove shared mxComponent (test document) in scspreadsheetsettingsobjJens Carl
Change-Id: I6c96bf694ec64fec2ddae66a42cf8cc2a8fc0e7a Reviewed-on: https://gerrit.libreoffice.org/48931 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-30Remove shared mxComponent (test document) in scscenariosobjJens Carl
Change-Id: If37b9fa10fd935c5273a817acbf7d2d2f7eeedb8 Reviewed-on: https://gerrit.libreoffice.org/48930 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-30Remove shared mxComponent (test document) in scnamedrangesobjJens Carl
Change-Id: Ibf08ba22508fbe3f37878ecb0c024a1fdeff8e64 Reviewed-on: https://gerrit.libreoffice.org/48923 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-30Remove shared mxComponent (test document) in scmodelobjJens Carl
Change-Id: I2937c85f3e86d76838c17b7e881a1d9f7cddd68d Reviewed-on: https://gerrit.libreoffice.org/48921 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-30Circular movement of cursor in a table with hidden columns/rows, tdf#68290 ↵tagezi
related If there is a table with range on the edges of the hidden columns/rows, it allows you to quickly jump to the beginning/end of a neighboring column using Enter/Shift+Enter Change-Id: I5b18789b70089a6987ec7718998f5861261b22f8 Reviewed-on: https://gerrit.libreoffice.org/48691 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2018-01-30Remove shared mxComponent (test document) in scnamedrangeobjJens Carl
Change-Id: Ieb32cb4b4a4cc4c897ecbcdb29dd64bf5d31b28f Reviewed-on: https://gerrit.libreoffice.org/48922 Reviewed-by: Jens Carl <j.carl43@gmx.de> Tested-by: Jens Carl <j.carl43@gmx.de>
2018-01-30Remove shared mxComponent (test document) in sclabelrangesobjJens Carl
Change-Id: I79fb234a55fa03cd0c45bcc22903963f2a353fe5 Reviewed-on: https://gerrit.libreoffice.org/48920 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-30ofz#3002 speed up cymk conversion a tadCaolán McNamara
Change-Id: Ie9e3c26b10301f4d2fa12d2cd6a221dd64001158
2018-01-30Remove shared mxComponent (test document) in sclabelrangeobjJens Carl
Change-Id: I5d9ab4b1ec384298334399dc2e02c3dcc6b2ca57 Reviewed-on: https://gerrit.libreoffice.org/48919 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-01-30ofz#5834 Null-dereferenceCaolán McNamara
Change-Id: If52162286c949bd8c4f283ca8669fb1a99a61b0c Reviewed-on: https://gerrit.libreoffice.org/48897 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-01-30ofz: loop detectCaolán McNamara
Change-Id: Ie0b54686e1406c5114148f9fe9a0bacfb5b607e8 Reviewed-on: https://gerrit.libreoffice.org/48899 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-01-30coverity#1421119 Dereference after null checkCaolán McNamara
Change-Id: Ic5002a25ed51fe72e1f36f365707101632d786e1 Reviewed-on: https://gerrit.libreoffice.org/48905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-01-30tdf#75256 Sifr update epub freezepane defineprintarea splitcellsMatthias Freund
Change-Id: Iba3a6675f00fe6aec6612c0348008c58f98e892a Reviewed-on: https://gerrit.libreoffice.org/48856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>
2018-01-30No apparent reason to limit nTextXPos to sal_uInt16 instead of longStephan Bergmann
Change-Id: I7142252aa6c42c74c7f2d7407db1cb243090195e
2018-01-30No apparent reason to limit nFirstLineOffset to sal_uInt16 instead of longStephan Bergmann
Change-Id: I988614d5fbdbb439516627aa93327a1d2198e52a
2018-01-30No apparent reason to limit nXStart to sal_uInt16 instead of longStephan Bergmann
Change-Id: I19e846905bda86bb00826d337ee681b121c67407