summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev14-25/+172
2023-03-08sc: fix ever-increasing chart IDs when exporting to XLSXMiklos Vajna1-2/+1
2023-03-08Relates tdf#153344 - Resize statusbar icons to 16pxHeiko Tietze1-2/+2
2023-03-07tdf#154042 Use an initial height of one row for toolbar layoutCaolán McNamara1-0/+5
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti2-2/+3
2023-03-07tdf#94079 sc_ucalc: Add unit testSupriyo Paul1-0/+16
2023-03-06no need to allocate these separatelyNoel Grandin4-19/+19
2023-03-06For LARGE() the rank is to be rounded up, not downEike Rathke1-2/+2
2023-03-06these can be constCaolán McNamara1-2/+2
2023-03-06tdf#153924: sc_subsequent_filters_test4: Add unittestXisco Fauli2-0/+17
2023-03-06CppunitTest_sc_tiledrendering: remove commented out codeXisco Fauli1-29/+0
2023-03-06tdf#148251 Use std::swap instead of using temporary valuesSupriyo Paul1-6/+2
2023-03-05tdf#153548 sc: don't disable all state when IsFormulaModeJustin Luth1-1/+8
2023-03-04Rename to GetRankNumberArray() because that is what it doesEike Rathke2-3/+3
2023-03-04Comment that LARGE()/SMALL() rank svDoubleRef can not be hit in array modeEike Rathke1-0/+6
2023-03-04check GetShellXisco Fauli1-0/+6
2023-03-04jsdialog: enable chart wizardSzymon Kłos1-1/+4
2023-03-04sc: remove protect cell tab from cell format dialogPranam Lashkari1-1/+6
2023-03-04Resolves: tdf#153924 handle non-numeric and error values in rank arrayEike Rathke1-12/+32
2023-03-03tdf#148143: Reset the position hint when flat_segment_tree gets copiedKohei Yoshida2-0/+5
2023-03-02Add a means to query the internal broadcaster state ...Kohei Yoshida15-90/+400
2023-03-02CppunitTest_sc_subsequent_export_test2: split in twoXisco Fauli4-1424/+1483
2023-03-02CppunitTest_sc_subsequent_export_test2: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-387/+123
2023-03-02flatten some classes in scNoel Grandin8-19/+21
2023-03-02allocate ShapeHelper inlineNoel Grandin5-22/+32
2023-03-02Fix viewsettings countSamuel Mehrbrodt1-1/+1
2023-03-01tdf#153784 account for initial vertical offset when toggled into multilineCaolán McNamara2-22/+28
2023-03-01tdf#153669: sc_uicalc: Add unittestXisco Fauli2-0/+46
2023-03-01sc: move import tests where they belongXisco Fauli4-538/+407
2023-03-01oox: import directly into docmodel's Theme and ColorSetTomaž Vajngerl2-1/+3
2023-03-01CppunitTest_sc_subsequent_filters_test: split in twoXisco Fauli4-1773/+1828
2023-03-01sc: move export tests where they belongXisco Fauli3-148/+147
2023-03-01CppunitTest_sc_subsequent_export_test: split in twoXisco Fauli4-1892/+1954
2023-02-28CppunitTest_sc_subsequent_filters_test2: split into twoXisco Fauli4-1273/+1332
2023-02-28CppunitTest_sc_bugfix_test: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-72/+22
2023-02-28CppunitTest_sc_bugfix_test: remove commented out testXisco Fauli1-20/+0
2023-02-28tdf#153669: Track formulas that stopped listening ...Kohei Yoshida7-31/+157
2023-02-27Underflow assert also in already calculated pathEike Rathke1-3/+14
2023-02-27ConvertMatrixParameters() worth some asserts instead of OSL_ENSURE/OSL_FAILEike Rathke1-3/+6
2023-02-27Output numeric cell position in SAL_WARN() as wellEike Rathke1-1/+2
2023-02-27Always push a result, even if it's only an errorEike Rathke1-2/+2
2023-02-27Fix typoAndrea Gelmini1-1/+1
2023-02-27Fix typoAndrea Gelmini1-1/+1
2023-02-27Resolves tdf#153580 - Calc's sort dialog too largeHeiko Tietze1-117/+115
2023-02-27Simplify a bitMike Kaganski1-9/+8
2023-02-27Related: tdf#151429 Move fix for tdf#152717 to ScByteSequenceToStringMike Kaganski4-15/+18
2023-02-27tdf#153709 Adapt message for Delete SheetLaurent Balland5-28/+66
2023-02-27no need to hold CollatorWrapper by std::unique_ptrNoel Grandin2-4/+4
2023-02-24improved fix for CppunitTest_sc_uicalcNoel Grandin3-6/+2
2023-02-24CppunitTest_sc_subsequent_filters_test: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-376/+119