summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2024-11-08tdf#155447 a11y: Set accessible ID that Orca expectsMichael Weghorn1-1/+1
2024-11-06Related tdf#162262 - sc: odf import/export of "Summary below data"Balazs Varga2-0/+30
2024-11-06tdf#122716: take encoding defined for font into accountMike Kaganski2-0/+28
2024-11-06tdf#162177 Adapt function EASTERSUNDAY to ODF 1.4Regina Henschel2-0/+330
2024-11-04tdf#163736 - sc: fix searchmode cached values for lookup functionsBalazs Varga1-65/+201
2024-11-04new loplugin:staticconstexprNoel Grandin11-24/+29
2024-11-02tdf#145161: Change pdf and image compression dialog stringAditya Sahu1-1/+1
2024-10-29Related tdf#162262 - Move "Summary below data" UI tests toBalazs Varga2-109/+132
2024-10-29UnoApiTest: check mxComponent right after loadingXisco Fauli1-2/+0
2024-10-29UnoApiTest: rename load to loadFromURL and use it everywhereXisco Fauli94-105/+103
2024-10-28tdf#162262 sc add "Summary below data" option for Subtotal dialogBalazs Varga4-0/+121
2024-10-26Try avoid "vector erase iterator outside range" in Windows buildJulien Nabet1-1/+1
2024-10-24tdf#163554: sc_subsequent_export_test4: Add unittestXisco Fauli2-0/+20
2024-10-23tdf#152943: Add NaN payload check at the start of sc_ucalc test sequenceSakura2861-0/+27
2024-10-22sc: change how .uno:FreezePanesColumn/Row get the indexJaume Pujantell1-9/+61
2024-10-19tdf#158460 xls/x export: don't force wrap-text for imported single-lineJustin Luth1-1/+10
2024-10-12tdf#163337: keep gte attribute when saving to odsXisco Fauli1-0/+5
2024-10-12CppunitTest_sc_scriptforge_test: remove misleading commentsXisco Fauli1-2/+0
2024-10-10tdf#163219: sc_scriptforge_test: Add unittestXisco Fauli1-0/+24
2024-10-10sc: Add simple unittest for ScriptForgeXisco Fauli1-0/+55
2024-10-09tdf#160582 Preserve settings saving in csv import dialogGabriel Masei10-12/+45
2024-10-09tdf#157519 Implement Sensitivity Report in LpSolve solverRafael Lima1-12/+16
2024-10-09tdf#163275: sc: Add UItestXisco Fauli1-0/+46
2024-10-08tdf#163344: improve Converter::convertDurationMike Kaganski1-164/+5
2024-10-08Use snprintf to output full double precision of expected/actual valuesMike Kaganski1-2/+9
2024-10-05Use good old string literals in assertXPath and friendsMike Kaganski12-1314/+1142
2024-10-04tdf#163019 - Remove the formula of a cell during paste specialAndreas Heinisch1-0/+39
2024-10-04tdf#162948: Add support for gte attribute in conditional formatXisco Fauli2-12/+34
2024-10-04sc: convert import test into export testXisco Fauli2-58/+65
2024-10-03tdf#161453 tdf#158252 tdf#159690 Revert "sc: Fix wrapText ...Justin Luth4-28/+15
2024-10-02qa: use SetODFDefaultVersion everywhereXisco Fauli2-37/+17
2024-09-27Remove duplicated includesAndrea Gelmini1-2/+0
2024-09-27tdf#160062 Uno API to set solver settings at the sheet levelRafael Lima2-0/+218
2024-09-19Fix typoAndrea Gelmini1-1/+1
2024-09-19tdf#162955 PDF export: avoid the popup rectangle with zero sizeTibor Nagy2-0/+32
2024-09-19tdf#162963 export property TotalsRow to ODFRegina Henschel3-0/+1078
2024-09-13tdf#162938: Revert "tdf#61313 Replace the static ">="...Xisco Fauli2-18/+5
2024-09-12Temporarily skip unit tests on native arm64 buildBalazs Varga1-1/+4
2024-08-27tdf#162574 sc HTML paste: handle not well-formed json for td data-sheets-valueMiklos Vajna2-0/+19
2024-08-20tdf#162459 Validation list is always displayed in ascending orderNoel Grandin5-27/+22
2024-08-19tdf#147021 Use std::size() or std::ssize() instead of SAL_N_ELEMENTS()Deepanshu Sharma1-52/+57
2024-08-18tdf#162466 calc: added handling of firstHeaderRow="0" on xlsx filesJaume Pujantell3-76/+89
2024-08-16Fix typoAndrea Gelmini1-1/+1
2024-08-15tdf#162475 sc: now conditions can be edited from easy conditional format dialogPranam Lashkari2-5/+5
2024-08-15tdf#162475 sc: display all the conditions of same ranges in conditional forma...Pranam Lashkari3-5/+5
2024-08-15sc: tdf#162475 manage conditional format with simpler dialogPranam Lashkari1-2/+3
2024-08-12tdf#162439: compare strings, not pointersMike Kaganski1-12/+28
2024-08-02Fix wrong / misleading uses of fTools::(more|less|equal) with literal 0Mike Kaganski1-2/+2
2024-08-02tdf#161189 - CopyFromClip: improve handling of deleting notesAndreas Heinisch1-8/+6
2024-08-01optimise GetDataEntries a littleNoel Grandin5-22/+27