summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-01sc: add LOK_CALLBACK_CELL_VIEW_CURSOR testcaseMiklos Vajna
Fails with the sc/source part of commit (sc lok: add LOK_CALLBACK_CELL_VIEW_CURSOR, 2016-07-01) reverted. Change-Id: I4a1a7d97b744dd089fe15bd58af6cca5e0b79e8f Reviewed-on: https://gerrit.libreoffice.org/26856 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-01fix mis-mergeStephan Bergmann
Change-Id: I529b7abff98e38e503ffbcb39946e30d12a053cc
2016-07-01don't autocapitalize words that follow a field markCaolán McNamara
Change-Id: Ia8efa88aaf47edba9a590c858d0ea30d7bfe2977
2016-07-01GSoC possibility to change icon size in the SidebarToolBoxSzymon Kłos
+ Added registy entry to store icon size + Added UI to change settings: Tools -> Options... -> View + Loading last settings in the SidebarToolBox + Settings update listener Update icon code from: framework/source/uielement/toolbarmanager.cxx Change-Id: I1d713c50fccfc19e1c8ea82eba68556ddb76cd3c Reviewed-on: https://gerrit.libreoffice.org/26362 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-01Modify the ImpGraphic class, mpAnimation to use a unique pointerMark Page
Change-Id: Icb2be06cf5476d4d04752ab2270fe1c58453fe8f Reviewed-on: https://gerrit.libreoffice.org/26791 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-07-01CppunitTest_sc_tiledrendering: replace ifdefs with a single makefile conditionMiklos Vajna
Change-Id: I1dded11e0572dee7cd917a1aa8c2e2ca53b81d84 Reviewed-on: https://gerrit.libreoffice.org/26849 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-01Slide transition sound dialog: Set default path to home dirSamuel Mehrbrodt
Not the gallery where user sees only one sdg file Change-Id: I0f30f3d566c0f2e4784e0feb5825f1c3e5926804 Reviewed-on: https://gerrit.libreoffice.org/26848 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-01Add link option to sd file open dialogSamuel Mehrbrodt
Change-Id: I4627996fa142d350ba97aa53ac303dfdc7968f7e Reviewed-on: https://gerrit.libreoffice.org/26847 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-01Add new open dialog type: Play and linkSamuel Mehrbrodt
This is needed e.g. for the "Slide transition sound" files where we want to play files and also give the choice whether to link or not Change-Id: I5aaef7152be8e5c0a0f88c4d7234926f233c5d92 Reviewed-on: https://gerrit.libreoffice.org/26846 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-01clang-analyzer-deadcode.DeadStoresStephan Bergmann
Change-Id: I2b03835f83fca604f8ef4db2cb292e6123140e86
2016-07-01svg-export - Removal of the SVG 1.1 path API in ChromeMarco Cecchetti
On Chrome browser most of shape effects and slide transitions did not work anymore: that was due to the fact that several animations exploit the DOM api for handling path segments of the svg:path element. Starting from version 48 such an api has been removed from Chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=539385 ; Moreover Chrome does not yet provide an implementation for the new svgpath api introduced in SVG 2.0 draft: so there is no native support for handling path data directly. The present patch adapts the JavaScript implementation of the old SVG 1.1 path api proposed here: https://github.com/progers/pathseg . Change-Id: I536202291e0b8895f91d9e499a32fa57c110b2c1 Reviewed-on: https://gerrit.libreoffice.org/26839 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2016-07-01clang-analyzer-deadcode.DeadStoresStephan Bergmann
...after 19bacff27bd2201fb136963e11e865b8a31d849e "loplugin:singlevalfields in sd" Change-Id: Id0fb95abc3c4f2830abe833fe63f6ec26b9aa18f
2016-07-01filedlg: Improve code readability a bitSamuel Mehrbrodt
Change-Id: Ic018c5795fabc0bf8425b8b5cabae4ab6eb68317 Reviewed-on: https://gerrit.libreoffice.org/26845 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-01svl: remove pointless catch around "delete" statementMichael Stahl
In C++11 the destructors are implicitly noexcept so if any of the subclasses of SfxUndoAction would have a throwing dtor we would have found out by now. Change-Id: I4e044f8c2c391464cdc236bac15465860fa0ef62
2016-07-01python3: override LINKCC properly, it needs -pthreadMichael Stahl
Build on Fedora 24 fails with "Python/thread.o: undefined reference to symbol 'pthread_key_delete@@GLIBC_2.0'" Change-Id: If23838722e1cd0220c509d25932ae0539e8da7a1
2016-07-01remove executable bit from .mk filesMichael Stahl
Change-Id: Id79898bb4f71103830ad7f74da71fbd5102e4fb5
2016-07-01clang-analyzer-deadcode.DeadStoresStephan Bergmann
...after 19bacff27bd2201fb136963e11e865b8a31d849e "loplugin:singlevalfields in sd" Change-Id: Ic8dbc4d9f2710b848bfd462285ec86193e55ee8b
2016-07-01loplugin:unreffunStephan Bergmann
...after recently splitting up the test .cxx files Change-Id: I11542454188b3636ef880beb7f28f2638828e99e
2016-07-01loplugin:unreffunStephan Bergmann
...after 0a93639221a9de78eb548cf73a616f74c464d7ce "sd: split up sd_export_tests" added assertion_traits<Color> to sd/qa/unit/sdmodeltestbase.hxx Change-Id: Ief66367b6cd5499d75ac563b6f99427789394ff5
2016-07-01bccu#1910 - better handling of not supported animation nodes.Marco Cecchetti
Earlier, when a not supported animation node was hit all effects in the same slide was ignored since the whole animation tree was invalidated. This patch tries to minimize the impact of this issue by removing only all children nodes of the direct parent container of the not supported animation node. Change-Id: I31896cf29d18e64ff44d7d4bcdc60392ac1c1ec3 Reviewed-on: https://gerrit.libreoffice.org/26838 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01bccu#1900 - added support for discrete activitiesMarco Cecchetti
Change-Id: Ib11f32faf50ba9616b0d5d517ae3820806ed42d2 Reviewed-on: https://gerrit.libreoffice.org/26837 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01bccu#1900 - additive and calc mode were not parsed correctlyMarco Cecchetti
Change-Id: I00c4af6a6c992fc41c4b993621cded59800b5e06 Reviewed-on: https://gerrit.libreoffice.org/26836 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01bccu#1870 - added support for rotate attributeMarco Cecchetti
Change-Id: I0b29fa65171c12c25122176af3c9b4e7a9c0826f Reviewed-on: https://gerrit.libreoffice.org/26835 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01avoid 'Compiler Error C2026 string too big, trailing characters truncated'Andras Timar
Change-Id: I57e74cbf7bf3a51f73f554c1f17b8c4420a1e386 Reviewed-on: https://gerrit.libreoffice.org/26834 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01bccu#1800 fix bogus loops in slide animations and transitionsAndras Timar
Change-Id: Ic0b6a7b526f4ae09653d29f73bff7fde78a25cbf Reviewed-on: https://gerrit.libreoffice.org/26833 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01loplugin:stringconstantStephan Bergmann
Change-Id: Ie5aee19517cff0c724f03f73c0e79a057ae9c2b6
2016-07-01no need to check twiceEike Rathke
Change-Id: Iad2942851fced632c0c662bf754b1d687740105c
2016-07-01use GetInt32() for integer Add-In parametersEike Rathke
Change-Id: Id62acb1800b3a302d62900699a01d1a5cdf1ab56
2016-07-01let GetInt*() truncate to integer towards 0Eike Rathke
like it should always had been the case ... Change-Id: I75b9e71bbaad5e356a45b416a3b42dc4becec801
2016-07-01loplugin:defaultparamsStephan Bergmann
Change-Id: I359b7c58fed6343f58a75bc2afedb78ff7c16719
2016-07-01bccu#1307 - svg filter - added support for clip region meta actionMarco Cecchetti
Change-Id: I90beea5e101a14f0dc9df8c7db0bb55782aba110 Reviewed-on: https://gerrit.libreoffice.org/26832 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01svg filter - rewritten context handlingMarco Cecchetti
Change-Id: I9c18f6ca641de2957cbbf8fd57035f5aa2e5c294 Reviewed-on: https://gerrit.libreoffice.org/26831 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01svgfilter - polish code formattingMarco Cecchetti
Change-Id: Ic63cfeb352326f3375ba664a775e58c566901320 Reviewed-on: https://gerrit.libreoffice.org/26830 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01lool - bccu#1307 - stop colors for background gradient was wrongMarco Cecchetti
Change-Id: Ic5ddd4d3a3018c014a77b2e54d639b5589f9d477 Reviewed-on: https://gerrit.libreoffice.org/26829 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01lool - bccu#1307 - images must be scaled in a non-uniform wayMarco Cecchetti
Change-Id: I4093452d543ba45d8c1a2c1fc0811646e12c23a5 Reviewed-on: https://gerrit.libreoffice.org/26828 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-07-01sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna
So a view can be aware where the cell cursors of other views are. Change-Id: Ifcf06c0019c6af8b859e2e92222e4f3fd18da74f Reviewed-on: https://gerrit.libreoffice.org/26844 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-01sd: sd_export_ooxml still takes the most time, split it in 2Michael Stahl
Change-Id: Ib102ba9b54c4b7730c583e3cb5e769f70fcb5b09
2016-07-01sd: split up sd_export_testsMichael Stahl
Move all PPTX export tests to a new file. Change-Id: Idb90baf6b145cdfaf5301583489a7257c5fa23a4
2016-07-01cppunittester: always print execution time of each testMichael Stahl
Not much point in disabling this by default, nobody but the author will find it. Change-Id: I637b214644d2cc7bc70b8bca4f214955355ea951
2016-07-01re-enable unit tests accidentally disabled with HAVE_FEATURE_ATLMichael Stahl
Macro is only true on WNT, but the tests should be enabled then. Change-Id: Ife5657c8204c9906afd42b4b4671a7fa6356a748
2016-07-01CppunitTest_sal_rtl_ostringbuffer: fix loplugin:cppunitassertequals warningsMiklos Vajna
Change-Id: I1b7710556f179f35694c05e209854bbcb152041f Reviewed-on: https://gerrit.libreoffice.org/26842 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-01Improve readability of OUString concatanation in SvxPixelCtlAccessibleMuhammet Kara
, SvxShowCharSetVirtualAcc , SvxBmpMask , SvxSuperContourDlg , and SvxTPView It is more readable and more efficient as a bonus. See: https://goo.gl/jsVAwy: Change-Id: Id0641673e1e6fb04b3193c2b8e9a2ab3156b4552 Reviewed-on: https://gerrit.libreoffice.org/26794 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-07-01remove stylename dependency from rtfimportJustin Luth
It was not the intention of this unittest to specify the name of the style. Better not to hardcode a "random" name in a unit test. Change-Id: Ibf96f8c0e88ec61c4994d57c67d8958cde9a8d25 Reviewed-on: https://gerrit.libreoffice.org/26735 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-07-01clang-analyzer-deadcode.DeadStoresStephan Bergmann
...after 0f17e343306fd457c542067c09242ddd04ca39e9 "loplugin:singlevalfields in chart2" Change-Id: I111d6a0eb5380d9559799db348deb43594f90630
2016-07-01Make SmStructureNode's ctor initialize the number of sub nodesTakeshi Abe
This also drops newly unused SetNumSubNodes() as a result. Change-Id: I9b33cb547eb6883da4b45dc5760144cce8fa14ee Reviewed-on: https://gerrit.libreoffice.org/26795 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-06-30loplugin:badstatics: new static only found with libc++Stephan Bergmann
Change-Id: I93f12629fe6aa4bddae7379a5a7ac4f4c42c7923
2016-06-30Minor changes for Pattern tabRishabh Kumar
Change-Id: Ibc10b24c2367fd7a6ca068ee61fd4098d2f66bdb Reviewed-on: https://gerrit.libreoffice.org/26825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>
2016-06-30Rename GetFoucsPosIndex() to GetFocusPosIndex()Muhammet Kara
Change-Id: Ic05d69976d053037c9d02cf5f8b843c6b590000c Reviewed-on: https://gerrit.libreoffice.org/26803 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-06-30Resolves: tdf#100440 check mode to be 0 or 1 for MONTHS(), YEARS() and WEEKS()Eike Rathke
Needed to adapt the WEEKS and YEARS test documents to cope with the change. Change-Id: Ia52505418f4fed684bd04290c608e2a65eee2fbc
2016-06-30everything is called Dispose, hard to find anythingCaolán McNamara
Change-Id: I473ed39c975886a6be30860cb61f6fe59c5508a4