summaryrefslogtreecommitdiff
path: root/sc/qa/uitest
AgeCommit message (Collapse)Author
2024-04-20Return double from OutputDevice::GetTextArrayMike Kaganski
And introduce GetTextWidth / GetTextHeight variants returning double. It allows to avoid premature rounding. At least in one case - testTdf145111_anchor_in_Fontwork - it allowed to make the test DPI-independent (at least in my testing on Windows, using 125, 150, and 175% UI scaling). Change-Id: I973d2c729ec6bb7114b4f99b9027f1ead7c1d061 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166237 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-08tdf#160064 Hide named ranges/expressions of solver modelsRafael Lima
Prior to this patch, all named ranges/expressions associated with solver models were visible by default, which clutters the UI with various names in the Manage Names dialog. Now all such named ranges/expressions are hidden by default, thus mimicking what MSO does. Change-Id: I79727b375c48527632c4967d174c61f99ff41050 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165621 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-03-20tdf#160104 Do not mark file as modified if nothing changed in the Solver dialogRafael Lima
Change-Id: I1bef38a21179bb725c7fb7a08fe90309d26239ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164616 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-03-06related: tdf#159879: test chart dialogsXisco Fauli
Change-Id: I91d5f4572edff99deb21dd2507c3216ef0d9e4c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164465 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-03-06uitest: rename testfileXisco Fauli
To be used in a follow-up commit Change-Id: Ie6c74ebb0f91ec24e6ed3ec973bc47685cd9e91f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164452 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-02-29tdf#159420: Show empty option even if empty is filtered outXisco Fauli
in other columns Regression from 89e032e9c4c51f52680c7d8bacf59ab2a34f2180 "tdf#158314: show Empty and Error entries as non-selected and inactive... ...when hidden by autofilter." The mbHasEmpties variable was added in 9c1826d98065c30411cbf2e731560165ca2b7668 "sc-perf: do not add a million empty filter entries just to sort and discard" Change-Id: Ie0d81fd57f68038fac62cb6a3442e93ed547167a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162752 Tested-by: Jenkins Reviewed-by: Kevin Suo <suokunlong@126.com>
2024-02-19Fix typoAndrea Gelmini
Change-Id: Ib8bb065c5567bbe8d6f0746fc04484566a616596 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163558 Tested-by: Taichi Haradaguchi <20001722@ymail.ne.jp> Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-02-17tdf#129701 Skip empty cell: treat last columnLaurent Balland
When pasting data as text, with "Skip empty cells" not checked, empty cells in the last column of the source do not empty cells in destination, because there is nothing anymore to paste and while loop stops. This commit adds a flag to check if the last cell of each line is empty, and treat it if "Skip empty cells" is not checked. Add UITest to Copy data with empty cells; Paste Unformatted text, without "Skip empty cells"; Check data with empty cells in last column. Change-Id: Idec823fb1c27b803f49c6d13d6c757ef0f41e437 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160951 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2024-02-15tdf#159707: sc: Add UItestXisco Fauli
I tried to create this test as a Cppunittest but it fails with Run: 1 Failure total: 2 Failures: 1 Errors: 1 warn:vcl:428912:428912:vcl/source/app/svmain.cxx:494: DeInitVCL: some top Windows are still alive text = "" type = "14FloatingWindow", ptr = 0x5608715e49e0 text = "tdf159707.xls (read-only) — LibreOfficeDev Calc" type = "10WorkWindow", ptr = 0x5608709ab420 Change-Id: I1b9e16d57050fe07f74c632d441e3a06f49e9438 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163363 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-02-12tdf#158440: sc: Add UItestXisco Fauli
Based on https://gerrit.libreoffice.org/c/core/+/163021/comments/ff5eb7d3_2426919e Change-Id: I579dce86775599dc215395b93b15bc9a2f510cb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163243 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-02-09tdf#155218 sc: fix different page orientation in print dialogTibor Nagy
The page orientation is correct if you set it in the page style first. However, if you change it in the Print dialog the page layout and size refresh but the content orientation remains the same. Change-Id: I5e494a0714e398221bee00744d7e25c419a41df7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162845 Tested-by: Jenkins Reviewed-by: Nagy Tibor <tibor.nagy.extern@allotropia.de>
2024-02-01tdf#158326 - Auto Filter: separate sorting and removing of duplicatesAndreas Heinisch
Change-Id: Ide74895508af280f4b0c129689d852635e62dbff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160052 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2024-01-29use existing timer to refresh notes laterCaolán McNamara
Change-Id: Ic91b8930216b4099ed8af0265497120f9aad0917 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162672 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-01-23tdf#97361 Make unittests more pythonic: XIndexAccessChenxiong Qi
Change-Id: I05ef274dd0ad5dc35b5455cfc01feabc6c0820a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161276 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2024-01-22tdf#38231 - Change default example date value to 1999-12-01Andreas Heinisch
Change default example date value from 1999-12-31 to 1999-12-01. Otherwise, certain date formats cannot be distiguished in the preview window, e.g., D MM (1 Dec / 01 Dec 99 vs. 31 Dec / 31 Dec). Change-Id: Iebd78de8d5ef8615c4f2bf400357745e7acfb857 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162308 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2024-01-18tdf#158314: show Empty and Error entries as non-selected and inactive...Kevin Suo
...when hidden by autofilter. The "show hidden filter elements as inactive" feature was added and improved by: commit 2d1df9f3dccc10f13b8585ad18afce1542ebc4d1 (tdf#117276 sc: Show hidden filter elements as inactive elements) commit 2085e90fe8ac129bc4dbac4612d1ea7544335dae (FilteredRow is not a property of the column, tdf#117276 follow-up) commit 7321db3cadc8c0e4437ca04e5dcb652734ea9c26 (Related tdf#117276 sc: Show hidden filter elements as inactive elements) commit 19533948370dc1ccd7334dbe1a8b7fc8330b10c0 (Name FilteredRow what it is, not hidden; tdf#117276 follow-up) Those changes correctly made normal hidden filter elements as inactive, but failed to do so for Empty and Error entries. This patch shows the hidden Empty and Error entries as inactive and unselected. Also, do not show the Empty entry at the top of the list in case it is inactive. Change-Id: Ibcd758cebc0692b04b162cdfc3e06eceb86b17da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162166 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Kevin Suo <suokunlong@126.com> Tested-by: Kevin Suo <suokunlong@126.com>
2024-01-16tdf#104026: sc: move UItest to CppUnittestXisco Fauli
I just realized there was already a test for tdf#104026 added in ad9336f29650dc38be06d771f5c3dbc7f0078ff1 "add tests for tdf#104026" so I don't know why I added a UItest in a7c41f93421ddb2b48e38960b669c4e4f5413efb "tdf#104026: sc: Add UItest" Anyway, I plan to extend this test for tdf#140330, so moving it to CppUnittest Change-Id: I6c4de9298877cc1c51377b099a6a4a53cf54c05b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162168 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-01-10tdf#125030: sc: move UItest to CppUnittestXisco Fauli
Change-Id: If5bb88a7c20e094332a687978662b9a93edb18bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161876 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-12-27tdf#158803 Fix issues detected by pyflakesChenxiong Qi
Change-Id: Iaa329dff61db894e7d5fecd840e785a53a48b26f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160889 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2023-12-22tdf#158652 notify navigator on insert/edit/delete commentOliver Specht
links changes of the drawing engine to comments as it was done before with pictures, shapes and OLE objects ui unit test included Change-Id: I4fde3a82b80e73758fb3da94ed2553453d09e9ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160624 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-12-21Add export sheet range option to calcNickWingate
User can specify which sheets to export e.g. '2-5,7' exports sheets 2,3,4,5,7. Note: this is different from exporting pages as one sheet may contain several pages worth of content. Also fix a bug where exporting only a selected sheet causes the next sheet to be exported. e.g.: Sheet 1 is empty, Sheet 2 has content. Exporting Sheet 1 results in Sheet 2's content being exported Signed-off-by: NickWingate <nick.wingate@collabora.com> Change-Id: Iecd42188ddbbbcd70eb37bec80783e29e3cb5b19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156255 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159686 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-11-10Disable flakey navigator UITest againStephan Bergmann
f2ba17fecb60d936599efb975d96a3ea06c2a43f "disable more flakey navigator UITest", then 0a0c5a5b0521bea6cb695731d448e62c41ed4c57 "UITest_sw_navigator: avoid oneprocess" enabled it again, apparently in the false hopes that non-oneprocess would magically fix this issue. But this still causes frequent failures, e.g., <https://ci.libreoffice.org//job/lo_ubsan/2974/> failed with > ====================================================================== > FAIL: test_tdf134390 (navigator.navigator) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/tdf/lode/jenkins/workspace/lo_ubsan/sc/qa/uitest/calc_tests8/navigator.py", line 145, in test_tdf134390 > self.assertEqual(get_state_as_dict(xColumn)['Value'], '2') > AssertionError: '1' != '2' > - 1 > + 2 and <https://ci.libreoffice.org//job/lo_ubsan/2975/> failed with > ====================================================================== > FAIL: test_tdf134390 (navigator.navigator) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/tdf/lode/jenkins/workspace/lo_ubsan/sc/qa/uitest/calc_tests8/navigator.py", line 145, in test_tdf134390 > self.assertEqual(get_state_as_dict(xColumn)['Value'], '2') > AssertionError: '53' != '2' > - 53 > + 2 Change-Id: I39e878c20085cca3233f7c8859b9a1d28fcc56c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159262 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-10-19UITest_sw_navigator: avoid oneprocessXisco Fauli
This is just a test to see whether this is reason why UITest_sw_navigator is failing some much recently. if it's not the case, I'll revert this patch later on This patch reverts - 1775b0c25ab13dab94c5ce930d45347a25198af4 "disable unreliable navigator UITest" - f2ba17fecb60d936599efb975d96a3ea06c2a43f "disable more flakey navigator UITest" - 2e49ec0eaa59b5b513ea756861ecac5482b930b2 "disable more flakey navigator UITest" - d09785691373009a72cef14fd67610404c8d6022 "disable more flakey navigator test" - 6347dcbd3ab2e0a7cb2f7de3bcb5d007e8befc09 "disable more unreliable navigator UITest" Change-Id: I6e3dde9ad412b0769edee551f7e0ee026586bf8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158184 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-10-11tdf#132293 remove unused imports from uitestAnkit_Jaipuriar
Change-Id: I3c76c6f1e3561aaf0b4bb719a89feebecc65027a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157482 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2023-10-06uitest: add "Silent" property parameterHenry Castro
add option to not popup the read-only dialog when load and excel file. Signed-off-by: Henry Castro <hcastro@collabora.com> Change-Id: I5e0ac06e3e872f156f6150f4b8bead61e7986c25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157036 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157641 Tested-by: Jenkins
2023-09-26tdf#148959 cui: fix hiding semi-transparent UI for chart axis fontMiklos Vajna
Regression from commit b4554b8eddd048532269df610e89ae739c46fab7 (cui: add UI for semi-transparent shape text, 2019-11-22), the trouble was that even if semi-transparent text UI is meant to be opt in, we enabled it by accident also for charts. This happens because I assumed that we always get a SID_FLAG_TYPE, and then we can hide the not wanted UI in case SVX_ENABLE_CHAR_TRANSPARENCY is not in the flags, but even SID_FLAG_TYPE can be missing. Fix the problem by assuming that in case SID_FLAG_TYPE is not provided, that means no flags. An alternative would be to actually add support for semi-transparent text in chart2/, which is doable, but chart::wrapper::ItemConverter::ApplyItemSet() assumes that each pool item can be mapped to exactly one UNO property, which is not the case for SvxColorItem (it would have to map to CharColor and CharTransparence), so don't do that yet. Change-Id: I825ca56b2e03d48c8acff93e1deadf8f86b0dcb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157258 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-09-09disable more flaky navigator UITestNoel Grandin
Change-Id: Ieadd35fef7f709e9eaf0f26238f7613076aa8c52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156775 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-09-08disable more flakey navigator UITestNoel Grandin
Change-Id: Icf6a28f1270fc95a4edfc81a06fc79d5d2da17df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156720 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-08-31disable failing inputline UITestNoel Grandin
this test fails here on jenkins about 30% of the time Change-Id: Ie82f4f2621b7d05b7a74bba1b0b5c96b98314b46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156324 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-08-24Fix typoAndrea Gelmini
Change-Id: I86dbe2909b19a8a9108f3ba76529ef378c2d663e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156039 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-08-24Fix typoAndrea Gelmini
Change-Id: I1f4d28f834d7e9deb09460fde978bc30d05e351e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156037 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-08-24Fix typoAndrea Gelmini
Change-Id: Iab3ff5a5f9c8917d7de1d886aa331e6110b0ae4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156040 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-08-24Fix typoAndrea Gelmini
Change-Id: Ief8634c54b5dcf8cdf92882e9026e42cf3e9935e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156038 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-08-23tdf#156611 SC: hyperlink option for MS behaviourAttila Szűcs
Added an options that can limit Calc to behave like MS excel in case of inserting hyperlinks, when MS format document is used. Tools -> Options -> LibreOfficeDev Calc -> Compatibility -> Hyperlinks In MS excel, only cells can have a hyperlink, and only 1. In Calc even textfields in a cell can have hyperlinks, so it can have multiple links in a cell, but once saved as MS format, and reloaded, textfield links will become cell links, if there was 1 link in the cell. If there was more links in the cell, then all will be lost. So, when MS excel format document is edited in calc, the ability to make text field links is useless can be missleading, and confuse users. If this option is set, and an MS file format is opened, then insering a hyperlink will work like if we selected the whole cell to insert the hyperlink. Change-Id: I7174216d10cf250d48f23f71ae681c46f7610bbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155079 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2023-07-27tdf#156268 Add UITest for Calc ### display crashHossein
UITest loads a minimal .fods example to check if Calc crashes with that. The example file does not crash without UI, as it needs the ### indication to be painted on the screen. Calc does not crash with the CppUnitTest, tested using testImportCrash() to load the file in a test added to sc/qa/unit/subsequent_filters_test4.cxx. Also, PDF export works without problem. But, UITest leads to crash without the fix in place. The UITest can be run using: make UITest_calc_tests9 UITEST_TEST_NAME=tdf156268.Tdf156268.test_tdf156268 Change-Id: I9712d70f057cfc11f10fd98caadbf6e10ee67d5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154977 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2023-06-27tdf#54768 sc: fix resizing of cropped images to original sizeTibor Nagy
This is a follow up to commit a4e12cbfc69cfe668fa30756a3c5843e911e22b1 (tdf#155863 sd: fix resizing of cropped images to original size) Change-Id: I923ed8b1df6c6559d527d43e4abe842497c4c28f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153449 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2023-06-12sc: uitest: fix sporadic test failuresXisco Fauli
Sometimes theses tests fail with ====================================================================== FAIL: test_tdf153972 (tdf153972.tdf153972) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64_branch/sc/qa/uitest/autofilter2/tdf153972.py", line 37, in test_tdf153972 self.assertEqual('Lime', get_state_as_dict(xSubMenu.getChild('0'))['Text']) AssertionError: 'Lime' != '#81D41A' - Lime + #81D41A ====================================================================== FAIL: test_tdf95520 (tdf95520.tdf95520) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64_branch/sc/qa/uitest/autofilter2/tdf95520.py", line 36, in test_tdf95520 self.assertEqual('Red', get_state_as_dict(xSubMenu.getChild('1'))['Text']) AssertionError: 'Red' != '#FF0000' - Red + #FF0000 See https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil_branch/10807/consoleFull#4610001379567f988-cbcf-4519-af05-6000b834f13f and I believe the reason is the color palette fails to load in sc/source/ui/view/gridwin.cxx:752 and then its not able to translate #81D41A to Lime. Adapt the test and document to use colors without a color name Change-Id: Ie1119fe0ff31147b5395076969e41481706d8dfb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152897 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-06-05tdf#153972: sc: Add UItestXisco Fauli
Change-Id: I7479be100d2c0abd9484a4095b3b2acf958beffd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152616 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-06-05tdf#132026: sc: move UItest to CppUnittestXisco Fauli
Change-Id: I4a8b40c1618421a0c1775d0585c53d90196f0937 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152608 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-06-02tdf#132026: Fix selection in text cellBaole Fang
Change-Id: Ic2bf869efa198cba83d1b781b419c3a9e0e606f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152356 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-06-02tdf#131638: Fix text cell incorrect formulaBaole Fang
Change-Id: I086f077540f52c6ed5fb4df9f0ea64aa95aea152 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152348 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-06-01tdf#154174: sc: move UItest to CppUnittestXisco Fauli
Change-Id: I62e1e9a0dbcbea509d5d9a9b493c2484dc373854 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152483 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: Jenkins
2023-06-01tdf#154174 sc: fix input line to update to the repeated contentCzeber László Ádám
Repeating the last text edit by Repeat, e.g. by pressing Ctrl-Shift-Y, the input line still contained the old content of the cell, and only updated to the new content after moving the cursor to another cell and back. Now the input line is updated automatically, and the actual content of the cell can be modified immediately by pressing F2 or clicking in the input line. Change-Id: Ia38b833ff77c75d37700715638aa71c7f1863e91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152423 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2023-05-16tdf#155179 Improve Solver symbolsBogdan B
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Change-Id: I608330f175ebf41f282d07752d593661138963b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151623 Tested-by: Jenkins Tested-by: Hossein <hossein@libreoffice.org> Reviewed-by: Hossein <hossein@libreoffice.org>
2023-05-12tdf#155179 Replace in Solver "=>" with ">="Bogdan B
Change-Id: I4c20f755e042cee114cc81a8135b9801261c8451 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151616 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2023-05-12tdf#139858 - Do not delete existing cell contents when pasting notesAndreas Heinisch
Change-Id: I9befa9e28f70ba767bbd9c4694521964a40c4463 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151603 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2023-05-10sc: improve test a bitXisco Fauli
Change-Id: I26e06d76b6af1221fdfad1ae2c8dda4f10c70e19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151632 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-05-10tdf#76258: sc: Add UITestXisco Fauli
Change-Id: I670950f499ebc268318913f3f3743e8d99d9ab84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151631 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-05-10Fix double wordAndrea Gelmini
Change-Id: I72a951275fc0e3ff16be6c2f4cefae7949dea9be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151594 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-05-09tdf#95520: sc: Add UItestXisco Fauli
Change-Id: Ia4e30a1e4dea3dbd9eb40c29c96e5ab3d700e54e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151578 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>