summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-03-17sc lok: Implement execution of SID_SPELLCHECK_APPLY_SUGGESTIONTamás Zolnai2-0/+25
2020-03-17sc lok: Implement execution of SID_LANGUAGE_STATUS...Tamás Zolnai1-1/+52
2020-03-17sc lok: Implement execution of SID_SPELLCHECK_IGNORE_ALLTamás Zolnai2-0/+25
2020-03-16uitest: chartWall.py: assert changes in chartXisco Fauli1-3/+42
2020-03-16remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin1-1/+0
2020-03-16tdf#129985: Add unittestXisco Fauli2-0/+15
2020-03-16tdf#130371: Add UItestXisco Fauli3-1/+74
2020-03-16-Werror,-Wunused-private-fieldStephan Bergmann2-3/+0
2020-03-15Fix typoAndrea Gelmini1-1/+1
2020-03-15cid#1460665 Division or modulo by float zeroCaolán McNamara1-0/+6
2020-03-15Resolves: tdf#129985 OOXML import: do not force a fixed-locale number formatEike Rathke1-1/+1
2020-03-15cid#1460666 Unchecked return valueCaolán McNamara1-31/+35
2020-03-15Resolves: tdf#130371 Undo of sheet-local named expressionsEike Rathke1-0/+24
2020-03-15tdf#131273: fix crash when pasting quotes with fixed widthJulien Nabet1-1/+1
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi5-20/+20
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi3-4/+4
2020-03-13uitest: select child instead of moving downXisco Fauli1-2/+1
2020-03-13uitest: chartDataLabels.py: assert changes in chartXisco Fauli1-23/+54
2020-03-13uitest: import missing LocaleXisco Fauli1-0/+2
2020-03-13replace tabs with spaces, and unclog clang buildbotNoel Grandin1-11/+12
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-1/+1
2020-03-12tdf#131291: Add UItestXisco Fauli2-0/+73
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi20-58/+58
2020-03-12tdf#83901: move UItest to CppunitTestXisco Fauli3-18/+23
2020-03-12tdf#95854 Same shortcut for insert and edit commentMaxim Monastirsky2-5/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin372-1492/+1496
2020-03-11tdf#125440 Allow raising text import dialog for pasteSamuel Mehrbrodt3-0/+63
2020-03-11tdf#125440 When inserting TSV, consider quotes as field markersSamuel Mehrbrodt1-1/+3
2020-03-11tdf#126742 Don't change visible area while retrieving itSamuel Mehrbrodt1-2/+0
2020-03-11Fix typoAndrea Gelmini1-1/+1
2020-03-10Enable CppunitTest_sc_uicalc also for MACOSXStephan Bergmann1-3/+1
2020-03-10tdf#125520 create a persist correctly for OLEArmin Le Grand1-0/+14
2020-03-10tdf#124815: move UItest to CppunitTestXisco Fauli3-40/+16
2020-03-10tdf#124816: move UItest to CppunitTestXisco Fauli3-73/+35
2020-03-10tdf#126904: Add unittestXisco Fauli2-1/+49
2020-03-10tdf#122232: move UItest to CppunitTestXisco Fauli5-49/+140
2020-03-10tdf#93831 xlsx file full of pictures of numbers slow to openNoel Grandin1-0/+9
2020-03-09improve loplugin:unusedfieldsNoel Grandin12-21/+14
2020-03-07ofz#20463 TimeoutCaolán McNamara1-1/+4
2020-03-07ReplaceNullTransformation::Transform fix nEndRowDarkByt311-10/+3
2020-03-06loplugin:unusedmethodsNoel Grandin2-42/+0
2020-03-06formula manager: wrong category returned by ScFuncDesc::getCategoryMarco Cecchetti1-1/+1
2020-03-06lok: calc: unwanted cell range selection occurs when clicking on a cellMarco Cecchetti1-1/+1
2020-03-06lok: calc: send text selection rectangles for the input barMarco Cecchetti1-0/+5
2020-03-06lok: calc: zoom: object selection - is unreliableMarco Cecchetti1-0/+25
2020-03-06lok: calc formula bar tunneling: resize the main windowMarco Cecchetti2-0/+23
2020-03-06lok: calc formula bar tunnelingMarco Cecchetti4-11/+115
2020-03-06lok: on calc spelling context menu didn't pop upMarco Cecchetti2-10/+17
2020-03-06Related: tdf#131157 inherit ScDrawTransferObj from TransferDataContainerCaolán McNamara4-6/+6
2020-03-06tdf#131157 problems dragging and dropping from calc navigatorCaolán McNamara2-8/+14