summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:reducevarscope in packageNoel2020-11-053-11/+12
| | | | | | | Change-Id: If35738232ceb0442d57b9e9b37a850e0920e61b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105335 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* std::set->o3tl::sorted_set in AssertFlyPagesNoel2020-11-051-1/+2
| | | | | | | Change-Id: I47b6f51d669d810c83d9c5a659b662fe1ffd0b8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105336 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* tdf#109266 sw change tracking: track transliterationLászló Németh2020-11-053-3/+102
| | | | | | | | | | Format->Text->UPPERCASE, tOGGLE cASE etc. weren't supported by change tracking. Change-Id: Ic2c94375522a5469056837ab23fdbb9557212b53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105345 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
* tdf#128213 Fix export rotation problem.Gülşah Köse2020-11-053-1/+13
| | | | | | | | | | | | | | | Export code has written for case that we have normal rotation angle and camera z rotation together. If object has not normal rotation but have camera z rotation, problem occurs. Camera z rotation info is already exist between <scene3d> tags. If we have not <xfrm rot="..."> (normal rotation angle) we shouldn't add camera rotation here. Change-Id: I1819953c937783d30b6e7ced978758300bb56d7e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105341 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
* gtk3: Allow restoring saved window position (if not on Wayland)Michael Weghorn2020-11-051-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, while 'GtkInstanceWindow::get_window_state' returned the window position for the non-Wayland case, 'GtkInstanceWindow::set_window_state' didn't take it into account when restoring the state. In order to actually restore the previously saved state, have 'GtkInstanceWindow::set_window_state' take the window position into account as well if the corresponding flags are passed (and not on Wayland). This e.g. makes the print dialog show up at the same position on the screen as last time. (I came across this while looking at tdf#137471 "CMIS dialog advances beyond lower right corner of the screen" which affects qt5, and checking what gtk3 does in comparison. Actually, the "Remote files" dialog itself - other than the print dialog - still doesn't open at the same location with this commit in place, since 'GtkInstanceWindow::get_window_state' for some reason doesn't return the actual location for that dialog, i.e. it cannot be restored by the handling introduced here, but that's a different issue.) Change-Id: Icb5e7e8c7ea3fad7800c4334ad56e47f88144a75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105298 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
* ScriptForge - python helper functionsJean-Pierre Ledure2020-11-051-0/+291
| | | | Change-Id: Id12a40afcba8034ed85218d78cb832a87c0d6af7
* crashtesting: on import of ooo109115-1.odsCaolán McNamara2020-11-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since... commit 1f0b3c7a40edfa81bbc7a58d123a6a2dfd83e4ca Date: Sat Oct 10 17:55:31 2020 +0200 Improve 'resize with cell' handling pObj is (amazingly) actually an E3dScene not a SdrPathObj. E3dScene::GetObjIdentifier is... sal_uInt16 E3dScene::GetObjIdentifier() const { return E3D_SCENE_ID; } and E3D_SCENE_ID is.. const sal_uInt16 E3D_SCENE_ID = 2; but OBJ_LINE is also 2 ! so this E3dScene is cast to a SdrPathObj which it isn't. Seems you can only rely on the ObjIdentifier when you know the SdrInventor of the object, which seems unfortunate. just use a dynamic_cast for now Change-Id: Ic3d86e59c74d4f0436e294ce10d432681f312f96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105368 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* ScriptForge - SFDocuments libraryJean-Pierre Ledure2020-11-057-0/+4553
| | | | | | Additional "LibreOffice Macros & Dialogs" library Change-Id: I1eadae02d2bbd5d549d9a5bbcec2b83682c7c2ab
* ScriptForge - SFDialogs libraryJean-Pierre Ledure2020-11-056-0/+2156
| | | | | | Additional "LibreOffice Macros & Dialogs" library Change-Id: I0bce9d8a19025e4184e847941a3c79f4a210b1ae
* ScriptForge - SFDatabases libraryJean-Pierre Ledure2020-11-055-0/+1073
| | | | | | Additional "LibreOffice Macros & Dialogs" library Change-Id: I4424e37b4d2b8bc68cf2eeb49c767de2ca60030d
* ScriptForge - core libraryJean-Pierre Ledure2020-11-0521-0/+16362
| | | | | | Additional "LibreOffice Macros & Dialogs" library Change-Id: I7380cf3f9ee56b73cfcf7b9e33d0cf50ecb40429
* Related: tdf#137181 factor out the piece that triggers the problemCaolán McNamara2020-11-051-5/+12
| | | | | | | Change-Id: Ic74f7c972988d6a26f7e5e34354fe05da4601f41 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105338 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-0537-38/+28
| | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib0008b9bb095f27e5e436d6b507dc709ab7bf01a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105313 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* std::set->o3tl::sorted_set in ScDPCacheNoel2020-11-056-32/+32
| | | | | | | Change-Id: I8d647149545d0b5ff7bb82a8db171b9410ea79b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105337 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* retire most of SwModifyBjoern Michaelsen2020-11-0551-114/+113
| | | | | | | | | | | | | | | | only remaining uses are: - in calbck.{c,h}xx - in uwriter unittests - as a parameter of SwClientNotify all other uses have been replaced with sw::BroadcastingModify, which contains sw::BroadcastingMixin functionality. Existing code should then be moved to sw::BroadcastingMixin (only) as soon as possible. Change-Id: Ief7895597633c2fcb97e1cbc182905d75feb1567 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105320 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
* loplugin:reducevarscope in scriptingNoel2020-11-052-3/+3
| | | | | | | Change-Id: I214f58c9d0bd8e574e8882234c84f595605d2fe7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105331 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:reducevarscope in vbahelperNoel2020-11-053-9/+7
| | | | | | | Change-Id: I4cc99067ab39fb95aec2d608e3240340749f2bf9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105330 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Make findChild more robust in the face of disposed windowsStephan Bergmann2020-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <https://ci.libreoffice.org/job/lo_ubsan/1815/> had once failed UITest_sw_styleInspector with > /vcl/source/window/window.cxx:3920:26: runtime error: member access within null pointer of type 'WindowImpl' > #0 0x2b883bedef80 in vcl::Window::get_id() const /vcl/source/window/window.cxx:3920:26 > #1 0x2b883f186817 in (anonymous namespace)::findChild(vcl::Window*, rtl::OUString const&, bool) /vcl/source/uitest/uiobject.cxx:399:18 > #2 0x2b883f185f86 in WindowUIObject::get_child(rtl::OUString const&) /vcl/source/uitest/uiobject.cxx:451:28 > #3 0x2b883f20e117 in UIObjectUnoObj::getChild(rtl::OUString const&) /vcl/source/uitest/uno/uiobject_uno.cxx:41:45 > #4 0x2b883f20e4c4 in non-virtual thunk to UIObjectUnoObj::getChild(rtl::OUString const&) /vcl/source/uitest/uno/uiobject_uno.cxx > #5 0x2b8879c1ceab in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) /bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77:5 > #6 0x2b8879c171c2 in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**) /bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:233:13 > #7 0x2b8879c13d0d in unoInterfaceProxyDispatch /bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:413:13 > #8 0x2b887efde9fa in binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const /binaryurp/source/incomingrequest.cxx:235:13 > #9 0x2b887efd861a in binaryurp::IncomingRequest::execute() const /binaryurp/source/incomingrequest.cxx:78:26 > #10 0x2b887f0b5367 in request /binaryurp/source/reader.cxx:85:9 > #11 0x2b880b8b0144 in cppu_threadpool::JobQueue::enter(void const*, bool) /cppu/source/threadpool/jobqueue.cxx:100:17 > #12 0x2b880b8d3f6b in cppu_threadpool::ORequestThread::run() /cppu/source/threadpool/thread.cxx:165:31 > #13 0x2b880b8dfbcf in threadFunc /include/osl/thread.hxx:185:15 > #14 0x2b88025206e8 in osl_thread_start_Impl(void*) /sal/osl/unx/thread.cxx:264:9 > #15 0x2b880438be64 in start_thread (/lib64/libpthread.so.0+0x7e64) > #16 0x2b8804cc188c in clone (/lib64/libc.so.6+0xfe88c) apparently because pParent was non-null but already disposed (so mpWindowImpl had already been cleared). I don't know whether this situation can legitimately happen, or was fallout from an actual error that happened earlier (and went unnoticed), but this is apparently uitest-only code, so just make it more robust and be done with it. Change-Id: I178fcf2fb70bf29bc6bbb246ebff5b1933579e5a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105326 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* loplugin:reducevarscope in registryNoel2020-11-053-12/+5
| | | | | | | Change-Id: I86a93530ea8d39157eb898715f6597d3f472785b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105334 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:reducevarscope in pyunoNoel2020-11-052-4/+2
| | | | | | | Change-Id: I49157f373b0d5919492a0ba4ccdcd545c58730a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105333 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* use XGraphic instead of ImageCaolán McNamara2020-11-057-14/+22
| | | | | | | | | | we don't appear to use the Icon in our own code, though there may be a route to set it from an extension or via config Change-Id: I5e169db6335a8e64aeb3d2e6672f5a4b7c65c57f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105309 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* Make order of UITest *.py test file processing deterministicStephan Bergmann2020-11-051-1/+1
| | | | | | | | | | | | | | ...hoping that this can prevent issues like the one seen with 1b0eb76eb1787d9d9fbd7a7a73ee8ae47b62dc33 "tdf#137617: sc: Add UItest" followed by d1232ee6b5e5cc3c811ef3ad72c83e9bd884bfe3 "uitest: reset formula syntax back to Calc A1" (i.e., where the first commit's Gerrit Jenkins build had apparently only succeeded because it happened to run the tests in one specific order, different from the order in which later, failing builds ran it) Change-Id: I4f1b5ada10d60e77b45a0edeb89069fe9376b63e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105325 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* external/libwpd: Missing include for size_tStephan Bergmann2020-11-052-0/+11
| | | | | | | | | | | | | | | | ...as now reported when building with recent trunk GCC/libstdc++ on Linux: > In file included from WPXContentListener.cpp:26: > In file included from ./WPXContentListener.h:29: > ./WPXTable.h:56:31: error: unknown type name 'size_t'; did you mean 'std::size_t'? > const WPXTableCell *getCell(size_t i, size_t j) > ^~~~~~ > std::size_t Change-Id: Ic20240f01c7b0305cb87ababf53a3aaf66072d61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105324 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Colibre: fix some dark color, update Choose Control iconsRizal Muttaqin2020-11-0536-19/+20
| | | | | | | Change-Id: Ifdd27ea71aa4c65b3ea85fad2b169f897174df3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105322 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
* tdf#137968 Added check for the headings orderIvan Stefanenko2020-11-052-0/+44
| | | | | | | | | | | | | | | Headings' levels order is important for readers and converters. Check firstly finds out if the node is a TextNode, then gets it's OutlineLevel. If it is greater than 0, i.e. the node is a heading, then it checks if node's heading level is greater then previous one's by more than 1. If so, warning is thrown. So the first heading level is always 1 and no heading levels are greater then previous by more than 1. Change-Id: I39d230d747699eddd36610193bde9b23f348e257 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105274 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
* vcl pdf tokenizer: add real numbers testcaseMiklos Vajna2020-11-052-0/+72
| | | | | | | | | | Fails with commit 0d68738d67eacdfebdca3c9183dc11f953b38174 (Correctly parse real numbers in PDFs, 2020-09-25) reverted. Change-Id: I449ed781a3dd4b78e27a3fd2e135495e7d6c35ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105297 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
* clean up some temp files after running testsAndras Timar2020-11-055-0/+5
| | | | | | | Change-Id: Ia28e96cf1f6ec476f202e99877fa80e93d691278 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105314 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Added frac command. Sould solve tdf#137234.dante2020-11-059-11/+45
| | | | | | | Change-Id: I78dcd06a30b93c441dd5983711603f184d20c63b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105255 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:unusedenumconstantsNoel2020-11-0519-7882/+3398
| | | | | | | | Change-Id: I9a2eb83647d6620b3c5b5ed5642227be47a657f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105303 Tested-by: Jenkins Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* xmlsecurity: reject a few dangerous annotation types during pdf sig verifyMiklos Vajna2020-11-053-5/+59
| | | | | | | Change-Id: I950b49a6e7181639daf27348ddfa0f36586baa65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105312 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* SpinButtonEntry is unusedNoel2020-11-052-8/+0
| | | | | | | | | | | | | since commit f2517e82904b92989ed7e38a070c18234f460b33 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Tue Sep 8 22:11:11 2020 +0200 improve loplugin:unusedvarsglobal Change-Id: Ibfa5a651eae01aeecd77a46d9f949ae6e48e17fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105304 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* tdf#83419 sw change tracking: fix bad autocorrectLászló Németh2020-11-053-0/+119
| | | | | | | | | | | | In Show Changes mode, automatic sentence capitalization (or correction of two initial capitals) could change the first (or second) letter of a tracked deletion in sentence (or word) starting position. Change-Id: I9146a5c78abf69e758661fcf17f42564bd87a73e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105273 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
* get rid of long deprecated SwModify::BroadcastModifyBjoern Michaelsen2020-11-054-30/+19
| | | | | | | Change-Id: I9c65de16bf1f1a604c0045444203a16f30f2833e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105318 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
* Ensure no class directly derives from SwModifyBjoern Michaelsen2020-11-0513-22/+31
| | | | | | | | | | | | | - make all classes that used to be SwModify to be sw::BroadcastingModify's - this makes sure they are all sw::BroadcastMixin too, so all clients of SwModify can be migrated over to use sw::BroadcastMixin (only) instead Change-Id: Idd217b98f9c20f01e0788bc65af796050dbb5699 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105207 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
* INPUTENABLE is unusedNoel2020-11-052-10/+1
| | | | | | | | | | | | | since commit be3b1a8393ca3e77f31bea5d9caa7271fd53e9e4 Author: Caolán McNamara <caolanm@redhat.com> Date: Mon Aug 17 17:28:58 2020 +0100 weld OAppDetailPageHelper Change-Id: I97afdbd536c587a360b8f72b9faca71e8fa32ba3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105306 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* N8BitTcMask is unusedNoel2020-11-0510-62/+5
| | | | | | | | | | | | | since commit 77809fba7d4bf5e0b604ffa3937c18d5530c2d56 Author: Luboš Luňák <l.lunak@collabora.com> Date: Fri Oct 9 19:28:49 2020 +0200 implement ImplFastBitmapConversion() for 8bit gray source Change-Id: I730aef10c1705ae6d3141014228cf79b8bfa3c63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105305 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Use LONG hereMike Kaganski2020-11-051-2/+1
| | | | | | | | | | | | | | ... since VarDecFromI4 WinAPI uses LONG [1]. Reverts commit 6436302f40252bc6619e304e2051115fee902e20 (partially) and commit 6436302f40252bc6619e304e2051115fee902e20. [1] https://docs.microsoft.com/en-us/windows/win32/api/oleauto/nf-oleauto-vardecfromi4 Change-Id: I5b0805b5b22bea0017b4b2f40400445ab587f2c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105226 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* use a utl::TempFile and clean it up after testAndras Timar2020-11-051-3/+4
| | | | | | | Change-Id: I1cbe7fd8002f6ba54532135de935805dd6a4e0e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105319 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
* tdf#137532: do not reset attributes deleting selectionXisco Fauli2020-11-052-9/+65
| | | | | | | | | | | | | | Regression from 6abed0ea006f3616e40faf2ae782cf64f8ac2914 While at it, extend unittest for tdf#79717 to test another regression from the same commit I found while testing the patch: type 'a', type bold 'b', select both characters, type 'c' -> it should be bold Change-Id: I5b0b8ce4bfdfb4d52051e25c366827d7b594bb1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105316 Tested-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* Resolves tdf#132479: Rename "equal triangle" to "regular triangle"Ming Hua2020-11-051-1/+1
| | | | | | | | | | | | | | | "Equal triangle" is not a correct English term, as people use "regular triangle" or "equilateral triangle". Technically this is not a true regular triangle (i.e. equilateral and equiangular), but an isosceles triangle with equal width and height. For the name of an animation path there is no need for too much detail though, and "regular triangle" is close enough. Change-Id: I72f5373ae68dc1ba771cf605073c15210c5300e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105223 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Colibre: update icons with check markRizal Muttaqin2020-11-0514-7/+11
| | | | | | | Change-Id: I106cefe7e8a2fa9277b9710d8f3aaae6523cb455 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105321 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
* tdf#137790 calc: set minimal line width: unit testSerge Krot2020-11-051-0/+53
| | | | | | | Change-Id: Idac7c23e55b3c4ee94790458fca5e7a7a5522098 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105301 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* tdf#137949 Fix table row heigths.Gülşah Köse2020-11-043-5/+32
| | | | | | | | | | | Consider "Height" property of the the table while calculating the minimum row height. Change-Id: I4a57b69c4c0fc4dd004c895bd105ebc70f0c4bb3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105228 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
* tdf#79717: sw_uiwriter: Add unittestXisco Fauli2020-11-041-0/+32
| | | | | | | Change-Id: I866cbc057113003e5bbbd20e2e5812a1045b5133 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105300 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
* Fix typo in codeAndrea Gelmini2020-11-044-6/+6
| | | | | | | | | | It passed "make check" on Linux Change-Id: Id868397185ab487882a95a298e33a967df810a9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104737 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net> Tested-by: Jenkins
* Unit tests for: Improve 'resize with cell' handlingRegina Henschel2020-11-048-24/+392
| | | | | | | | | | | | | These tests belong to commit 1f0b3c7a40edfa81bbc7a58d123a6a2dfd83e4ca They cover tdf#137576, tdf#137216, tdf#137044, tdf#137020, tdf#137355 and tdf#115655. I have replaced the rectangle comparison in scshapetest.cxx with the same one as used in bugfix-test.cxx Change-Id: I71b4499077e461fe826e6d8d29f801bc66da89fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105270 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
* remove SwClient::ModifyNotifcation, now unusedBjoern Michaelsen2020-11-042-10/+0
| | | | | | | | | ... and there was much rejoicing. Change-Id: Ib7ed5a897f2a1e7490462eb47578a8efd22a669e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105233 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
* SwModify: remove the LockClientList madnessBjoern Michaelsen2020-11-042-24/+2
| | | | | | | | | sw::WriterListener has better debug messages anyway. Change-Id: I24ae3fabe885002d250ad30e596973c26316abcc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105232 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
* Fix typosAndrea Gelmini2020-11-042-3/+3
| | | | | | | Change-Id: If310f08c8df54356b52bb9c0ac614c374c750814 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105268 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typosAndrea Gelmini2020-11-043-4/+4
| | | | | | | Change-Id: I8a7a313b54aafc5347e00c5afec4648e09dbc981 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105295 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>