summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2022-04-15unit test: use temp copy in testInvalidEntrySave()Dennis Francis1-4/+26
2022-04-13lok: unit test for invalid entry saveDennis Francis2-5/+52
2022-03-24lok: unit-test: add comment unique id checksDennis Francis1-0/+102
2022-03-14svx: don't remove object right after insertionSzymon Kłos1-2/+31
2022-02-24tdf#127301 XLSX import: hide hidden named range of autofilterBalazs Varga2-0/+22
2022-01-31vba: add tests for scrolling, range selecting, print areaTomaž Vajngerl1-0/+166
2022-01-31vba: add support for Application.WindowState + testTomaž Vajngerl2-0/+23
2022-01-31vba: test for selcting and hiding columns from a VBA MacroTomaž Vajngerl2-0/+76
2022-01-31sc: fix VBA Copy-Paste using same and separate documentTomaž Vajngerl3-0/+148
2021-12-17Make LOKClipboard available to other modulesSzymon Kłos1-6/+47
2021-11-19revert "vlookup - optimize SC_EQUAL and NOT_EQUAL." (tdf#139612)Luboš Luňák1-11/+11
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák1-3/+12
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák1-55/+50
2021-10-15do not use text-based LOK callback internallyLuboš Luňák1-75/+79
2021-10-14ScRangeList::UpdateReference() join all ranges properly (tdf#140901)Luboš Luňák1-0/+14
2021-09-10Revert "tdf#142214: autocomplete: do not search across empty blocks"Ilmari Lauhakangas2-53/+3
2021-08-27tdf#143929: chain XMLTextExportPropertySetMapper to sc's shape exportMike Kaganski4-6/+88
2021-08-24tdf#143619 validation circle anchor is specialRegina Henschel2-0/+34
2021-08-20tdf#142264: make sure to load potentially unloaded objects when savingMike Kaganski2-0/+89
2021-08-18tdf#118470: unit test for escaped unicode chars in strings importDennis Francis2-0/+13
2021-08-16tdf#143582 - Clear return value of the method before calling itAndreas Heinisch2-0/+30
2021-07-28lok: sc: unit test for non existent tab view data fixDennis Francis1-0/+43
2021-07-12XSLX export, button form control: fix handling of no macrosMiklos Vajna1-0/+6
2021-07-12editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski2-3/+3
2021-07-11tdf#140431 XLSX export: fix double file:// prefixTünde Tóth2-0/+20
2021-07-09XLSX export: handle macros on button form controlsMiklos Vajna2-1/+75
2021-07-08XLSX import: fix handling of named ranges referring to PathMissing sheetsMiklos Vajna2-0/+19
2021-07-08XLSX export: handle button form controlsMiklos Vajna2-0/+25
2021-07-08XLSX export: improve handling of checkbox (form controls)Miklos Vajna2-0/+20
2021-06-10editengine-columns: Implement layoutMike Kaganski2-3/+3
2021-06-09unit test: lok: text selection message testDennis Francis1-0/+130
2021-06-09unit test: lok: edit cursor invalidation messageDennis Francis1-1/+114
2021-06-08UITest: introduce guarded context managersMike Kaganski1-105/+78
2021-05-31Unit tests for .uno:MoveShapeHandle commandmerttumer1-0/+52
2021-05-25tdf#142214: unittest:test autocomplete through numeric blockDennis Francis1-8/+9
2021-05-25tdf#142214: unit-tests for new behaviour of auto-completeDennis Francis1-0/+101
2021-05-25tdf#142214: autocomplete: do not search across empty blocksDennis Francis1-3/+16
2021-05-25remove intermediate containers in sidebarsCaolán McNamara1-5/+5
2021-05-25decompose ScNavigatorDlgUIObject and use sub components directlyCaolán McNamara1-2/+5
2021-05-06tdf#90278 - Set the vba border to the default borderAndreas Heinisch2-0/+36
2021-05-01tdf#137945: sc: Add UItestXisco Fauli2-0/+38
2021-04-27tdf#94962 - Limit calculation of pearson coefficientAndreas Heinisch1-10/+45
2021-04-15CppunitTest_sc_tiledrendering: ATTR_LINEBREAK is an ScLineBreakCellMiklos Vajna1-1/+1
2021-04-15sc: fix buildMiklos Vajna1-0/+1
2021-04-14Calc: Send sheet invalidation for full row/col opsGökay Şatır1-2/+2
2021-04-14lok: sc: Desktop: Function wizard isn't properly asyncMarco Cecchetti1-0/+39
2021-04-14Don't shrink row height when deleting cell contents interactively eitherTor Lillqvist1-1/+1
2021-04-14ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski1-6/+6
2021-04-14tdf#138646 - consider the document's address conventionAndreas Heinisch2-0/+48
2021-04-12unit test: check for row height invalidations on sortDennis Francis1-39/+54